Browse Source

18

master
zhouliwu 8 months ago
parent
commit
6404ff021b

+ 0
- 1
frame-module-admin/src/main/java/com/bohuikeji/frame/module/admin/utils/YiXunGmsUtils.java View File

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);

Loading…
Cancel
Save