Showing
1 changed file
with
6 additions
and
6 deletions
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | 注意,通用的头部没有列出。 | 11 | 注意,通用的头部没有列出。 |
12 | 12 | ||
13 | 请求示例 | 13 | 请求示例 |
14 | -http://192.168.102.210:8088/platform/SellerProductController/getSellType | 14 | +http://192.168.102.202:8088/platform/SellerProductController/getSellType |
15 | ## 请求样例数据 | 15 | ## 请求样例数据 |
16 | ``` json | 16 | ``` json |
17 | {"shopsId" : 792, "brandId": 248} | 17 | {"shopsId" : 792, "brandId": 248} |
@@ -21,15 +21,15 @@ http://192.168.102.210:8088/platform/SellerProductController/getSellType | @@ -21,15 +21,15 @@ http://192.168.102.210:8088/platform/SellerProductController/getSellType | ||
21 | "code": 200, | 21 | "code": 200, |
22 | "data": [ | 22 | "data": [ |
23 | { | 23 | { |
24 | - "sellTypeName": "代销", | ||
25 | - "sellTypeValue": 2 | 24 | + "id": 2, |
25 | + "text": "代销" | ||
26 | }, | 26 | }, |
27 | { | 27 | { |
28 | - "sellTypeName": "JIT", | ||
29 | - "sellTypeValue": 3 | 28 | + "id": 3, |
29 | + "text": "JIT" | ||
30 | } | 30 | } |
31 | ], | 31 | ], |
32 | - "md5": "e3a83e8e888bc81cc610f1b0660a559f", | 32 | + "md5": "6ac76e5ec1d5318fdcd117312cf24f1c", |
33 | "message": "查询成功." | 33 | "message": "查询成功." |
34 | } | 34 | } |
35 | 35 |
-
Please register or login to post a comment