|
|
|
@@ -62,6 +62,9 @@ public class WxCouponPasswordController extends BaseController { |
|
|
|
} catch (Exception e) { |
|
|
|
return new ResultData(Result.ERROR,e.getMessage()); |
|
|
|
} |
|
|
|
if (password.length() > 10) { |
|
|
|
return new ResultData(Result.ERROR,"请输入有效卡密"); |
|
|
|
} |
|
|
|
return getCouponOrderByPassword(password, formId,payCheck,payPassword, memberId,EnumPayWay.PAY_WAY_NOT_UNPAY_PASSWD,EnumPayVersion.NO_VERSION); |
|
|
|
} |
|
|
|
|
|
|
|
|