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