linxk 2 settimane fa
parent
commit
947b4a2fca

+ 2 - 2
cif-service/src/main/java/com/txz/cif/web/RechargeRecordApiController.java

@@ -67,8 +67,8 @@ public class RechargeRecordApiController {
 	}
 
 
-		@PostMapping("/add")
-	@ApiOperation(value = "创建充值订单",httpMethod = "POST")
+		@GetMapping("/add")
+	@ApiOperation(value = "创建充值订单",httpMethod = "GET")
     public Result add(@RequestParam Long goodsId, HttpServletRequest request) {
 		Long userId = authService.getTokenUserId(request);
 		if(goodsId == null){