Просмотр исходного кода

未授权

release_toaliyun_real
xhxu 5 лет назад
Родитель
Сommit
7306e35030
1 измененных файлов: 5 добавлений и 5 удалений
  1. +5
    -5
      mallinkCApi/src/main/java/com/iformall/controller/WxCUserBasicSignController.java

+ 5
- 5
mallinkCApi/src/main/java/com/iformall/controller/WxCUserBasicSignController.java Просмотреть файл

@@ -131,11 +131,11 @@ public class WxCUserBasicSignController extends BaseController {
try {
memberId = getMemberId();
} catch (MallinkException me) {
Map<String,Integer> map = new HashMap<>();
map.put("continueSign",0);
map.put("signInDay",0);
return new ResultData(map);
// return new ResultData(ErrorCode.getByCode(me.getErrorCode()));
// Map<String,Integer> map = new HashMap<>();
// map.put("continueSign",0);
// map.put("signInDay",0);
// return new ResultData(map);
return new ResultData(ErrorCode.getByCode(me.getErrorCode()));
} catch(Exception e){
return new ResultData(ErrorCode.SYS_SERVER_ERROR);
}


Загрузка…
Отмена
Сохранить