Commit 61f09bfc by 徐康

问题修复

parent 46b82af3
...@@ -9,6 +9,8 @@ public class ResponseCodeConstant { ...@@ -9,6 +9,8 @@ public class ResponseCodeConstant {
public final static String RESPONSE_SUCCESS_STR = "100"; public final static String RESPONSE_SUCCESS_STR = "100";
public final static String RESPONSE_SUCCESS_STR_200 = "200";
public final static String RESPONSE_ERROR_STR = "101"; public final static String RESPONSE_ERROR_STR = "101";
public final static String COCO_RESPONSE_COUPON_ERR_STR = "49000"; public final static String COCO_RESPONSE_COUPON_ERR_STR = "49000";
......
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