Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
56c25c4753
@ -52,7 +52,7 @@ public interface OrdersFeignClient {
|
|||||||
* @param orderId 支付id
|
* @param orderId 支付id
|
||||||
* @return 订单支付详情
|
* @return 订单支付详情
|
||||||
*/
|
*/
|
||||||
@PostMapping("userOrders/paymentDetailsInfo")
|
@GetMapping("userOrders/paymentDetailsInfo")
|
||||||
JsonResult<?> getPaymentDetails(@RequestParam("orderId")Long orderId);
|
JsonResult<?> getPaymentDetails(@RequestParam("orderId")Long orderId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user