|
|
@@ -1367,7 +1367,10 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
params.put("SignMsg", encrypted);
|
|
|
String respone = "";
|
|
|
log.info("学时信息推送参数"+ dataTxt);
|
|
|
- respone = HttpUtils.postFormBody(OFFICIALPUSH_SEVEN_PERIODPATH, params);
|
|
|
+ if(true){
|
|
|
+ return "暂停推说";
|
|
|
+ }
|
|
|
+ // respone = HttpUtils.postFormBody(OFFICIALPUSH_SEVEN_PERIODPATH, params);
|
|
|
if (Validator.isEmpty(respone)) {
|
|
|
return "响应信息空";
|
|
|
}
|