Commit e122141e authored by hujun's avatar hujun

1

parent 00a1ee55
......@@ -476,9 +476,9 @@ class Auth extends Basic
$msg = '内部错误:'.$data['msg'];
}
} else {
if (empty($this->params['site_id_string'])) {
return $this->response(101, '请选择站点城市');
}
// if (empty($this->params['site_id_string'])) {
// $this->params['site_id_string'] = ""
// }
$data['group_id'] = $this->params['group_id'];
$data['site_id'] = $this->params['site_id_string'];
......
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