|
|
@ -153,8 +153,8 @@ public class CouponServiceImpl extends BaseServiceImpl<CouponMapper, Coupon> imp
|
|
|
|
}else {
|
|
|
|
}else {
|
|
|
|
String phone = data.getString("phone");
|
|
|
|
String phone = data.getString("phone");
|
|
|
|
String code = data.getString("code");
|
|
|
|
String code = data.getString("code");
|
|
|
|
if (StringUtils.isBlank(phone)){
|
|
|
|
if (StringUtils.isBlank(phone)&&StringUtils.isEmpty(code)){
|
|
|
|
ajaxResult.setRetmsg("PHONE MISSING");
|
|
|
|
ajaxResult.setRetmsg("PARAM MISSING");
|
|
|
|
ajaxResult.setRetcode(AjaxResult.FAILED);
|
|
|
|
ajaxResult.setRetcode(AjaxResult.FAILED);
|
|
|
|
return ajaxResult;
|
|
|
|
return ajaxResult;
|
|
|
|
}
|
|
|
|
}
|
|
|
|