Commit de293b05 authored by 吕雯燕's avatar 吕雯燕

lv

parent 3d7ff2bb
...@@ -914,14 +914,14 @@ public class DeveloperService { ...@@ -914,14 +914,14 @@ public class DeveloperService {
//创建自有活动工具-所有字段 //创建自有活动工具-所有字段
public Response saveHdAll(String id,String title,String limitCount,String limitScope,String freeLimit,String freeScope,String awards,String bannerImgNew) throws Exception { public Response saveHdAll(String id,String creditsType,String title,String limitCount,String limitScope,String freeLimit,String freeScope,String awards,String bannerImgNew) throws Exception {
String url=hdHost+"/launch/save"; String url=hdHost+"/launch/save";
Map<String,String> map = new HashMap<>(); Map<String,String> map = new HashMap<>();
map.put("id",id); map.put("id",id);
map.put("subType","turntable_circle"); map.put("subType","turntable_circle");
map.put("creditsType","1"); map.put("creditsType",creditsType);
map.put("title",title); map.put("title",title);
map.put("credits","10"); map.put("credits","10");
map.put("limitCount",limitCount); map.put("limitCount",limitCount);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment