@@ -44,7 +44,7 @@ public class AuthApplyApiController {
}
@ApiOperation(value = "服务授权申请")
- @PostMapping("")
+ @PostMapping("auth-apply/service")
public ZeroTrustDataRespVO<AuthApplyRespVo> serviceAuthApply(@Valid @RequestBody ApiServiceAuthReqVo reqVo) {
return zeroTrustAuthApplyFacade.serviceAuthApply(reqVo);