@@ -40,6 +40,7 @@ public class MarketingApps extends Model<MarketingApps> {
/**
* 应用包名
*/
+ @Schema(description = "应用包名")
private String bundle;
@@ -32,6 +32,12 @@ public class PageMarketingAppsVO implements Serializable {
@Schema(description = "应用ID")
String appId;
+ /**
+ * 应用包名
+ */
+ String bundle;
+
* 应用名称
@@ -47,7 +47,7 @@ public class MarketingAppsServiceImpl implements MarketingAppsService {
// 从配置文件读取URL
// @Value("${marketing.app.url}")
- private static final String getAppListUrl = "http://192.168.3.17:8000/ipa/getApps";
+ private static final String getAppListUrl = "http://192.168.3.17:2888/ipa/getApps";
// 从配置文件读取accessKey
// @Value("${marketing.app.access-key}")