Commit 0d4dee3b authored by 赵然's avatar 赵然

zr

parent cef0e30b
......@@ -230,6 +230,9 @@ public class ManagerService {
map.put("directSendCoupon","FALSE");
map.put("channelType","0");
map.put("customFalg","false");
map.put("customKey","");
logger.info("请求编辑新活动工具url:"+url);
Response response=given().contentType("application/x-www-form-urlencoded;charset=UTF-8").cookies(authorization.ssoLogin()).params(map).post("http://"+url);
response.prettyPrint();
......
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