Authored by 马力

Update 经营模式列表.md

... ... @@ -11,7 +11,7 @@
注意,通用的头部没有列出。
请求示例
http://192.168.102.210:8088/platform/SellerProductController/getSellType
http://192.168.102.202:8088/platform/SellerProductController/getSellType
## 请求样例数据
``` json
{"shopsId" : 792, "brandId": 248}
... ... @@ -21,15 +21,15 @@ http://192.168.102.210:8088/platform/SellerProductController/getSellType
"code": 200,
"data": [
{
"sellTypeName": "代销",
"sellTypeValue": 2
"id": 2,
"text": "代销"
},
{
"sellTypeName": "JIT",
"sellTypeValue": 3
"id": 3,
"text": "JIT"
}
],
"md5": "e3a83e8e888bc81cc610f1b0660a559f",
"md5": "6ac76e5ec1d5318fdcd117312cf24f1c",
"message": "查询成功."
}
... ...