|
|
@@ -761,7 +761,7 @@ class MemberController extends BaseController
|
|
|
// 操作日志
|
|
|
UserLog::saveLog(['user_id' => $this->userId, 'type' => 4, 'content' => "取消隐身模式"]);
|
|
|
if(!UserProfile::checkUserProfile($this->userId)){
|
|
|
- showJson(1007,1005, ['url'=> Wechat::makeRedirectUrl(url('/weixin/member/profile','','',true))]);
|
|
|
+ showJson(1006,2036, ['url'=> Wechat::makeRedirectUrl(url('/weixin/member/profile','','',true))]);
|
|
|
}
|
|
|
|
|
|
showJson(1005, 2036);
|