@@ -831,6 +831,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
log.info("学时信息推送参数"+ dataTxt);
try {
respone = HttpUtils.postFormBody(OFFICIALPUSH_PERIODPATH, params);
+ log.info("学时信息推送参数结果"+ respone);
String[] split = respone.split("\\|");
if (split.length < 2) {
return "推送接口返回数据错误";