|
@@ -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){
|