离线核销
This commit is contained in:
@ -160,7 +160,7 @@ public class AppStoreOrderController {
|
||||
}
|
||||
|
||||
|
||||
@GetMapping("/complete")
|
||||
@GetMapping("/completeList")
|
||||
@Operation(summary = "离线核销")
|
||||
public CommonResult<Boolean> complete(@RequestBody List<Integer> orderIds) {
|
||||
storeOrderService.completeList(orderIds);
|
||||
|
Reference in New Issue
Block a user