|
@@ -123,7 +123,7 @@ public class RepairController extends BaseController {
|
|
|
|
|
|
@ApiOperation("支付维修单")
|
|
|
@PostMapping(value = "/payRepair")
|
|
|
- public HttpResponseResult payRepair(StudentRepair repairInfo) throws Exception {
|
|
|
+ public HttpResponseResult payRepair(@RequestBody StudentRepair repairInfo) throws Exception {
|
|
|
SysUser sysUser = sysUserFeignService.queryUserInfo();
|
|
|
if (sysUser == null) {
|
|
|
return failed(HttpStatus.FORBIDDEN, "请登录");
|