Commit cbb8faf7 authored by huanle's avatar huanle

0525 15:04

parent 20846c18
...@@ -132,7 +132,7 @@ class Index extends Controller ...@@ -132,7 +132,7 @@ class Index extends Controller
if ($result) { if ($result) {
return json(code([$result], 0, '请求成功')); return json(code([$result], 0, '请求成功'));
} else { } else {
return json(code([$result], 0, '暂无数据')); return json(code([$result], 0, 'ok'));
} }
} }
......
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