|
|
@@ -803,8 +803,8 @@ public class WechatScanLoginController implements WechatScanLoginControllerAPI {
|
|
|
return CommonResult.fail("code异常");
|
|
|
}
|
|
|
JSONObject result = new JSONObject();
|
|
|
- jsonObject.put("phone", purePhoneNumber);
|
|
|
+ result.put("phone", purePhoneNumber);
|
|
|
|
|
|
- return CommonResult.ok(jsonObject.toString());
|
|
|
+ return CommonResult.ok(result.toString());
|
|
|
}
|
|
|
}
|