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