Commit d398b1ec by weijiguang

更新文案

parent d0b07205
......@@ -125,7 +125,7 @@ public class AppController extends BaseController {
public AjaxResult getUserAvailableCouponCnt(HttpServletRequest request) {
LoginUser loginUser = tokenService.getLoginUser(request);
if (loginUser == null) {
throw new ServiceException("请先登录");
throw new ServiceException("获取信息失败,请退出后重进");
}
int custAvailableCouponCnt = couponUserService.getCustAvailableCouponCnt(loginUser.getOpenId());
return AjaxResult.success(custAvailableCouponCnt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment