|
|
@@ -93,7 +93,7 @@ public class YhShopLoginController {
|
|
|
StpYhShopManageUser.login(user.getId());
|
|
|
String yhShopToken = StpYhShopManageUser.getTokenValue();
|
|
|
JSONObject re = new JSONObject();
|
|
|
- re.putOpt("satoken-ump", yhShopToken);
|
|
|
+ re.putOpt("satoken-yhShop", yhShopToken);
|
|
|
re.putOpt("img", user.getHeadimgurl());
|
|
|
re.putOpt("nickname", user.getNickname());
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(re.toString());
|