输出调试代码
This commit is contained in:
@@ -78,6 +78,7 @@ trait ApiResponse
|
|||||||
if (! $this->user) {
|
if (! $this->user) {
|
||||||
return '参数server_id与key不匹配';
|
return '参数server_id与key不匹配';
|
||||||
}
|
}
|
||||||
|
info(json_encode($this->user));
|
||||||
|
|
||||||
if ($this->user->status != 1) {
|
if ($this->user->status != 1) {
|
||||||
return '渠道商状态不正确';
|
return '渠道商状态不正确';
|
||||||
|
|||||||
Reference in New Issue
Block a user