多商户配置

This commit is contained in:
2023-08-15 15:42:39 +08:00
parent 32156a0ad4
commit 935f45938c
4 changed files with 23 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ public class WeixinPayDTO extends BaseMemberDTO{
*/
private String attach;
private String appId;
@Override
public String toString() {
return new ToStringBuilder(this, ToStringStyle.JSON_STYLE)