update 汇付退款添加merchantKey

This commit is contained in:
2023-08-17 11:16:32 +08:00
parent 81e3bde38e
commit 70a16ae804
7 changed files with 72 additions and 18 deletions

View File

@@ -41,4 +41,9 @@ public class ApplyRefundDTO {
* memberId 数组(批量退款)
*/
private List<String> memberIdList;
/**
* 汇付需要merchantKey取小程序appId传给它
*/
private String merchantKey;
}