完成支付请求、重新发起请求、实际支付(通知回调为测试),需要跟踪状态轮询时是否更新数据库中的状态;退款申请已经完成,还需要根据业务系统增加审核相关字段
This commit is contained in:
parent
2a463770db
commit
b82d2fba07
@ -52,7 +52,7 @@ public interface OrdersFeignClient {
|
||||
* @param orderId 支付id
|
||||
* @return 订单支付详情
|
||||
*/
|
||||
@PostMapping("userOrders/paymentDetailsInfo")
|
||||
@GetMapping("userOrders/paymentDetailsInfo")
|
||||
JsonResult<?> getPaymentDetails(@RequestParam("orderId")Long orderId);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user