Преглед на файлове

[微信开发平台][修改]:版本回退

release_toaliyun_real
Stormeye Wu преди 7 години
родител
ревизия
fffbc6f1d7
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      mallinkWechatOpen/src/main/java/com/iformall/controller/WechatWeappCodeController.java

+ 3
- 1
mallinkWechatOpen/src/main/java/com/iformall/controller/WechatWeappCodeController.java Целия файл

@@ -294,11 +294,13 @@ public class WechatWeappCodeController {
codeStatus.setReleaseStatus(EnumWeappReleaseStatus.BACK.getCode());
weappCodeStatusService.updateReleaseStatus(codeStatus);
}
return new ResultData();
}
return new ResultData(openRet);
} catch (WxErrorException e) {
logger.error(e.getMessage());
return new ResultData(e.getMessage());
}
return new ResultData(Result.ERROR);
}

@ApiOperation("查询当前设置的最低基础库版本及各版本用户占比")


Зареждане…
Отказ
Запис