|
|
@@ -64,7 +64,7 @@ public class YtAppDefaultConfig {
|
|
|
private String ditchId;
|
|
|
|
|
|
|
|
|
- public YtAppDefaultConfig(Object o, String appName, String wxAppId, String wxSecret, String appId, String appKey, int appType) {
|
|
|
+ public YtAppDefaultConfig(Object o, String appName, String wxAppId, String wxSecret, String appId, String appKey, int appType,String ditchId) {
|
|
|
this.configId = Objects.isNull(o)?null: Integer.parseInt(o.toString());
|
|
|
this.configName = appName;
|
|
|
this.openId = wxAppId;
|
|
|
@@ -72,5 +72,6 @@ public class YtAppDefaultConfig {
|
|
|
this.appId = appId;
|
|
|
this.appKey = appKey;
|
|
|
this.appType = appType;
|
|
|
+ this.ditchId = ditchId;
|
|
|
}
|
|
|
}
|