Commit dc0d488b714235bc3bc3259ac0fdc228e7489d01

Authored by 徐近程
1 parent 2004eefc

update

src/main/java/com/cnlive/shenhe/utils/AuditPass.java
@@ -75,7 +75,6 @@ public class AuditPass { @@ -75,7 +75,6 @@ public class AuditPass {
75 } 75 }
76 String URL = callBack + "?platform=" + platformKey + "&token=" + token; 76 String URL = callBack + "?platform=" + platformKey + "&token=" + token;
77 Map<String, String> post = httpUtil.post(URL); 77 Map<String, String> post = httpUtil.post(URL);
78 - logger.info("点播回调结果:{}",post.get("result"));  
79 return JSONObject.parseObject(post.get("result")); 78 return JSONObject.parseObject(post.get("result"));
80 } 79 }
81 /** 80 /**