新增搜索商品库存字段返回

This commit is contained in:
2023-03-23 17:20:03 +08:00
parent 9dd6116f44
commit 983f4d8909
8 changed files with 106 additions and 10 deletions
+3
View File
@@ -397,6 +397,9 @@ class LoginService extends BaseService
$Jwt = new Jwt();
$token = $Jwt->encode($token_user_data);
// 登录成功,删除验证码
// $redis->del("login_code" . $phone);
// 组合返回数据
$data = array();
$data['token'] = $token;