generated from root/miduo_server
recharge
parent
c821620971
commit
e4e02f1f76
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue