Commit edea9fba authored by hujun's avatar hujun

msg

parent 7586204e
...@@ -728,7 +728,7 @@ class Broker extends Basic ...@@ -728,7 +728,7 @@ class Broker extends Basic
*/ */
public function updatePosition() { public function updatePosition() {
if (empty($this->params['agent_id']) || !isset($this->params['position']) || $this->params['position'] < 0) { if (empty($this->params['agent_id']) || !isset($this->params['position']) || $this->params['position'] < 0) {
return $this->response(101, '参数错误'); return $this->response(101, '请选择职称');
} }
try { try {
......
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