支付回调请求
This commit is contained in:
@@ -22,7 +22,7 @@ public class VegetableCellarRest {
|
||||
@Autowired
|
||||
VegetableCellarService VegetableCellarService;
|
||||
@ApiOperation("创建记录列表")
|
||||
@PostMapping("/addGoods")
|
||||
@GetMapping("/addGoods")
|
||||
public ResultBean addGoods(@RequestParam("mainSid") String mainSid) {
|
||||
return VegetableCellarService.addGoods(mainSid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user