mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-01 21:40:26 +08:00
转账订单查询新接口案例
This commit is contained in:
@@ -397,6 +397,6 @@ public class AliPayController {
|
||||
*/
|
||||
@RequestMapping("transferQuery")
|
||||
public Map<String, Object> transferQuery(String outNo, String tradeNo) {
|
||||
return service.transferQuery(outNo, tradeNo);
|
||||
return service.transferQuery(new AssistOrder(tradeNo, outNo));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user