Commit 3da35574 authored by hujun's avatar hujun

msg

parent fb1cbeaa
...@@ -87,6 +87,7 @@ class CostService ...@@ -87,6 +87,7 @@ class CostService
} }
if ($id) { if ($id) {
$result['status'] = 'successful'; $result['status'] = 'successful';
$result['msg'] = '审核成功';
} else { } else {
$result['msg'] = '审核失败'; $result['msg'] = '审核失败';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment