Showing
1 changed file
with
10 additions
and
4 deletions
@@ -19,11 +19,17 @@ http://192.168.102.210:8088/platform/SellerProductController/getSellType | @@ -19,11 +19,17 @@ http://192.168.102.210:8088/platform/SellerProductController/getSellType | ||
19 | 正常返回: | 19 | 正常返回: |
20 | { | 20 | { |
21 | "code": 200, | 21 | "code": 200, |
22 | - "data": { | ||
23 | - "JIT": 3, | ||
24 | - "代销": 2 | 22 | + "data": [ |
23 | + { | ||
24 | + "sellTypeName": "代销", | ||
25 | + "sellTypeValue": 2 | ||
25 | }, | 26 | }, |
26 | - "md5": "8dc0874f072ae48fb36e52307495bc30", | 27 | + { |
28 | + "sellTypeName": "JIT", | ||
29 | + "sellTypeValue": 3 | ||
30 | + } | ||
31 | + ], | ||
32 | + "md5": "e3a83e8e888bc81cc610f1b0660a559f", | ||
27 | "message": "查询成功." | 33 | "message": "查询成功." |
28 | } | 34 | } |
29 | 35 |
-
Please register or login to post a comment