|
@@ -30,7 +30,7 @@ public interface OrderClient {
|
|
|
@RequestMapping(value = "/order/pay/{orderId}", method = RequestMethod.POST)
|
|
|
APIResult<Boolean> pay(@PathVariable("orderId") String orderId);
|
|
|
|
|
|
- @RequestMapping(value = "/order/pay/{orderId}", method = RequestMethod.DELETE)
|
|
|
+ @RequestMapping(value = "/order/{orderId}", method = RequestMethod.DELETE)
|
|
|
APIResult<Boolean> cancel(@PathVariable("orderId") String orderId);
|
|
|
|
|
|
@RequestMapping(value = "/order/snapshot", method = RequestMethod.POST)
|