Commit 15fa28b1 by 刘鹏飞

coco创单验证券去掉多余的errcode

parent 9bae89a6
...@@ -194,7 +194,7 @@ public enum ResponseResult { ...@@ -194,7 +194,7 @@ public enum ResponseResult {
COUPON_TYPE_ERROR("46015","优惠类型错误"), COUPON_TYPE_ERROR("46015","优惠类型错误"),
PAY_ERROR("46016","支付类型错误"), PAY_ERROR("46016","支付类型错误"),
COUPON_DATETIME_INVAILD("46017", "优惠券在当前时间不可用"), COUPON_DATETIME_INVAILD("46017", "优惠券在当前时间不可用"),
COCO_COUPON_VALIDATOR_FAIL("46015", "优惠券验证错误"),
/** /**
* 加价购商品 * 加价购商品
*/ */
......
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