Commit b17b748b authored by zhoujun's avatar zhoujun

验证码

parent 084bbadd
......@@ -144,7 +144,7 @@ class AldUserController extends Controller
$serverId = $aldzn_info['serverId'];
$userId = $aldzn_info['userId'];
$channel = $aldzn_info['channel'];
if(!in_array($aldzn_info['channel'],config('sign.channel'))) return $this->jsonReturn(80001, '很抱歉,非指定平台用户无法参与本次活动');
if(!in_array($aldzn_info['channel'],config('sign.channel'))) return $this->jsonReturn(80001, '您暂未获取活动资格');
$roleList = $gmService->getRoles($serverId, $userId, $channel);
if ($roleList === false) {
......
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