mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
查询分账回退结果API缺少URL参数out_return_no
This commit is contained in:
@@ -704,7 +704,7 @@ public enum WechatPayV3Type {
|
||||
*
|
||||
* @since 1.0.11.RELEASE
|
||||
*/
|
||||
PROFITSHARING_RETURN_ORDERS_RESULT(HttpMethod.GET, "%s/v3/profitsharing/return-orders"),
|
||||
PROFITSHARING_RETURN_ORDERS_RESULT(HttpMethod.GET, "%s/v3/profitsharing/return-orders/{out_return_no}"),
|
||||
/**
|
||||
* 解冻剩余资金API.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user