|
@@ -618,7 +618,7 @@ public class GroupRelationController {
|
|
|
* 读取车票账号登录验证码
|
|
* 读取车票账号登录验证码
|
|
|
*/
|
|
*/
|
|
|
@PostMapping("/get/verifyCode")
|
|
@PostMapping("/get/verifyCode")
|
|
|
- public Result<String> getAiVerifyCode(@RequestBody @Validated TicketLoginReq loginReq) throws Exception {
|
|
|
|
|
|
|
+ public Result<String> getAiVerifyCode(@RequestBody TicketLoginReq loginReq) throws Exception {
|
|
|
long userId = StpUserUtil.getLoginIdAsLong();
|
|
long userId = StpUserUtil.getLoginIdAsLong();
|
|
|
loginReq.setUserId(userId);
|
|
loginReq.setUserId(userId);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(groupRelationFrontService.getAiVerifyCode(loginReq));
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(groupRelationFrontService.getAiVerifyCode(loginReq));
|