Commit a4aacd6f authored by jianghaiming's avatar jianghaiming

update:Set

parent f233f8d6
...@@ -7,6 +7,7 @@ use App\Exception\custom\UserException; ...@@ -7,6 +7,7 @@ use App\Exception\custom\UserException;
use \Validate\CheckIsDistributorValidate; use \Validate\CheckIsDistributorValidate;
class UserController extends Base class UserController extends Base
{ {
......
...@@ -148,7 +148,8 @@ class UserService ...@@ -148,7 +148,8 @@ class UserService
if (!$bindStatus) { if (!$bindStatus) {
throw new UserException(['cus' => 8]); throw new UserException(['cus' => 8]);
} }
$userInfo['user_id'] = $userId;
$userInfo['phone'] = $phoneNumber;
$userInfo['is_pop_up'] = 1; $userInfo['is_pop_up'] = 1;
$userInfo['pop_up_text'] = "你不是老用户"; $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