浏览代码

18

master
zhouliwu 1年前
父节点
当前提交
6404ff021b

+ 0
- 1
frame-module-admin/src/main/java/com/bohuikeji/frame/module/admin/utils/YiXunGmsUtils.java 查看文件

184
         log.error("【短信发送失败】号码:{},发送内容:{},返回信息:{}",phone,content,resStr);
184
         log.error("【短信发送失败】号码:{},发送内容:{},返回信息:{}",phone,content,resStr);
185
         return false;
185
         return false;
186
     }
186
     }
187
-
188
    /* public static JSONObject getReport(){
187
    /* public static JSONObject getReport(){
189
         String resStr=HttpRequest.get(REPORT_URL).query(getPublicParams(false)).send().bodyText();
188
         String resStr=HttpRequest.get(REPORT_URL).query(getPublicParams(false)).send().bodyText();
190
         log.info("状态查询接口接口返回:{}",resStr);
189
         log.info("状态查询接口接口返回:{}",resStr);

正在加载...
取消
保存