Browse Source

18

master
zhouliwu 2 weeks ago
parent
commit
6404ff021b

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

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

Loading…
Cancel
Save