fix abnormal order feign method error

This commit is contained in:
ZZ 2022-04-02 10:10:01 +08:00
parent 172fb10b56
commit 72b5bf6a90

View File

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