|
@@ -296,10 +296,41 @@
|
|
|
},
|
|
|
"code": {
|
|
|
"200": "successful",
|
|
|
- "1005": "Invalid username or password.",
|
|
|
+
|
|
|
+ "400": "Parameter error",
|
|
|
+ "401": "privilege grant failed",
|
|
|
+ "403":"Request Rejected",
|
|
|
+ "500": "System error",
|
|
|
+ "800":"Resource locking in progress",
|
|
|
+ "1000": "unknown error",
|
|
|
+ "1001":"The resource already exists",
|
|
|
+ "1002": "The resource does not exist",
|
|
|
+ "1003":"Business logic does not pass",
|
|
|
+ "1004": "Status code error",
|
|
|
+ "1005": "Wrong password",
|
|
|
+ "1006": "Insufficient inventory prevents purchasing",
|
|
|
+ "1007":"SKU resource does not exist",
|
|
|
+ "1008": "Phone number is incorrectly formatted",
|
|
|
"1009": "There is no such user",
|
|
|
- "1010": "The phone number is already connected to another client.",
|
|
|
- "1008": "Phone number is incorrectly formatted"
|
|
|
+ "1010": "The user is registered",
|
|
|
+ "1011":"Too many errors are prohibited",
|
|
|
+ "1012": "User banned",
|
|
|
+ "1200":"Insufficient inventory",
|
|
|
+ "1201": "",
|
|
|
+ "1202":"",
|
|
|
+ "1300": "",
|
|
|
+ "1301":"",
|
|
|
+ "1400": "",
|
|
|
+ "1401":"",
|
|
|
+ "1402": "",
|
|
|
+ "1403":"",
|
|
|
+ "1404": "",
|
|
|
+ "1405":"",
|
|
|
+ "1406": "",
|
|
|
+ "1407":"",
|
|
|
+ "1501": "",
|
|
|
+ "1502":"",
|
|
|
+ "1503": ""
|
|
|
},
|
|
|
"这是占位符": "",
|
|
|
"form": {
|