fix abnormal order feign method error
This commit is contained in:
parent
172fb10b56
commit
72b5bf6a90
@ -62,7 +62,7 @@ public interface PileOrderService {
|
|||||||
* @param orderNo 订单号
|
* @param orderNo 订单号
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping("/chargeOrder/abnormalOrder")
|
@PostMapping("/chargeOrder/abnormalOrder")
|
||||||
R abnormalOrder(@RequestParam(value = "orderNo") String orderNo);
|
R abnormalOrder(@RequestParam(value = "orderNo") String orderNo);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user