Commit c3278825 authored by jianghaiming's avatar jianghaiming

update:Set

parent 0455dbb2
...@@ -145,6 +145,9 @@ class UserService ...@@ -145,6 +145,9 @@ class UserService
if (!$bindStatus) { if (!$bindStatus) {
throw new UserException(['cus' => 8]); throw new UserException(['cus' => 8]);
} }
$userInfo['is_pop_up'] = 1;
$userInfo['pop_up_text'] = "你不是老用户";
return $userInfo; return $userInfo;
} }
......
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