فهرست منبع

add 订单状态查询接口

周箭河 5 سال پیش
والد
کامیت
7a91b0da0e

+ 0 - 1
edu-user/edu-user-server/src/main/java/com/keao/edu/user/controller/ExamRegistrationController.java

@@ -117,7 +117,6 @@ public class ExamRegistrationController extends BaseController {
 
     @ApiOperation(value = "重新支付")
     @PostMapping(value = "repay")
-    @PreAuthorize("@pcs.hasPermissions('examRegistration/add')")
     public HttpResponseResult repay(@RequestParam String orderNo) throws Exception {
         SysUser student = sysUserFeignService.queryUserInfo();
         return succeed(examRegistrationService.repay(student.getId(), orderNo));