Browse Source

去掉测试代码

develop
李可松 4 years ago
parent
commit
dabc88470d
  1. 3
      app/Http/Controllers/Controller.php

3
app/Http/Controllers/Controller.php

@ -26,9 +26,6 @@ class Controller extends BaseController
}
$this->agent_id = Cache::get($appid, 0);
if ($this->agent_id == 3) {
$this->agent_id = 1;
}
}
protected function success($data = [], $msg = 'success', $code = 0, $status = 200)

Loading…
Cancel
Save