Commit c1985ac7 authored by hujun's avatar hujun

返回状态码

parent 3b76154b
...@@ -13,6 +13,10 @@ use app\model\AAgents; ...@@ -13,6 +13,10 @@ use app\model\AAgents;
use app\model\ADistrict; use app\model\ADistrict;
class District extends Basic class District extends Basic
{ {
protected $code = 200;
protected $data = '';
protected $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