|
@@ -829,9 +829,6 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
params.put("SignMsg", encrypted);
|
|
params.put("SignMsg", encrypted);
|
|
|
String respone = "";
|
|
String respone = "";
|
|
|
log.info("学时信息推送参数"+ dataTxt);
|
|
log.info("学时信息推送参数"+ dataTxt);
|
|
|
- if(true){
|
|
|
|
|
- return "结束";
|
|
|
|
|
- }
|
|
|
|
|
try {
|
|
try {
|
|
|
respone = HttpUtils.postFormBody(OFFICIALPUSH_PERIODPATH, params);
|
|
respone = HttpUtils.postFormBody(OFFICIALPUSH_PERIODPATH, params);
|
|
|
String[] split = respone.split("\\|");
|
|
String[] split = respone.split("\\|");
|