|
@@ -1366,16 +1366,12 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
String encrypted = dataSign(dataTxt, SEVEN_OFFICIALPUSH_TOKEN);
|
|
|
params.put("SignMsg", encrypted);
|
|
|
String respone = "";
|
|
|
- log.info("学时信息推送参数"+ dataTxt);
|
|
|
- if(true){
|
|
|
- return "暂停推说";
|
|
|
- }
|
|
|
- params = null;
|
|
|
+ log.info("七大员学时信息推送参数"+ dataTxt);
|
|
|
respone = HttpUtils.postFormBody(OFFICIALPUSH_SEVEN_PERIODPATH, params);
|
|
|
if (Validator.isEmpty(respone)) {
|
|
|
return "响应信息空";
|
|
|
}
|
|
|
- log.info("学时信息推送参数结果"+ respone);
|
|
|
+ log.info("七大员学时信息推送参数结果"+ respone);
|
|
|
if(Validator.isEmpty(respone)){
|
|
|
return null;
|
|
|
}
|