|
|
@@ -664,7 +664,7 @@ public class GroupRelationController {
|
|
|
* 奈飞验证校验
|
|
|
*/
|
|
|
@PostMapping("/ticket/verify")
|
|
|
- public Result<String> outsideTicketVerify(@RequestBody @Validated TicketLoginReq loginReq) {
|
|
|
+ public Result<String> outsideTicketVerify(@RequestBody TicketLoginReq loginReq) {
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(groupRelationFrontService.outsideTicketVerify(loginReq));
|
|
|
}
|
|
|
|