master
wangyuan 2019-09-05 19:32:33 +08:00
parent c821620971
commit e4e02f1f76
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class RechargeController {
resultVo = new ResultVo(11, "send reward fail !!!!");
}
}
return JsonUtil.getInstence().getGson().toJson(new ResultVo(11, "send reward fail !!!!"));
return JsonUtil.getInstence().getGson().toJson(resultVo);
}