Explorar el Código

营销系统-手动推送

wangcl hace 1 semana
padre
commit
7da3df10a3

+ 1 - 0
pig-marketing/pig-marketing-api/src/main/java/com/pig4cloud/pig/marketing/api/entity/MarketingApps.java

@@ -40,6 +40,7 @@ public class MarketingApps extends Model<MarketingApps> {
 	/**
 	 * 应用包名
 	 */
+	@Schema(description = "应用包名")
 	private String bundle;
 
 	/**

+ 6 - 0
pig-marketing/pig-marketing-api/src/main/java/com/pig4cloud/pig/marketing/api/vo/app/PageMarketingAppsVO.java

@@ -32,6 +32,12 @@ public class PageMarketingAppsVO implements Serializable {
 	@Schema(description = "应用ID")
 	String appId;
 
+	/**
+	 * 应用包名
+	 */
+	@Schema(description = "应用包名")
+	String bundle;
+
 	/**
 	 * 应用名称
 	 */

+ 1 - 1
pig-marketing/pig-marketing-biz/src/main/java/com/pig4cloud/pig/marketing/service/impl/MarketingAppsServiceImpl.java

@@ -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}")