mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(wxapi): 新增微信小店代发供货商相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"name": "供货商名称"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"distribute_type": 0,
|
||||
"all_supplier_appid": "",
|
||||
"all_distribute_supplier_name": ""
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"offset": 0,
|
||||
"limit": 10
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"list": [
|
||||
{
|
||||
"appid": "wx8888888",
|
||||
"name": "供货商test",
|
||||
"status": 1,
|
||||
"bind_audit_status": 1,
|
||||
"update_time": 1754386966,
|
||||
"head_img": "https://www.qq.com/1.png"
|
||||
}
|
||||
],
|
||||
"total_count": 10,
|
||||
"errcode": 0,
|
||||
"errmsg": ""
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": 0
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"exist_default_supplier": false,
|
||||
"supplier_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"is_filter_distribute_status": false,
|
||||
"distribute_status": 0,
|
||||
"is_filter_product_status": false,
|
||||
"product_status": 0,
|
||||
"is_filter_supplier_appid": false,
|
||||
"supplier_appid": "",
|
||||
"limit": 0,
|
||||
"page_context": ""
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"page_context": "",
|
||||
"total_count": 0,
|
||||
"list": [
|
||||
{
|
||||
"product_id": 0,
|
||||
"distribute_status": 0,
|
||||
"supplier_appid": "",
|
||||
"supplier_name": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"offset": 0,
|
||||
"limit": 0
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"list": [
|
||||
{
|
||||
"name": "",
|
||||
"appid": "",
|
||||
"status": 0,
|
||||
"bind_audit_status": 0,
|
||||
"update_time": 0
|
||||
}
|
||||
],
|
||||
"total_count": 0,
|
||||
"errcode": 0,
|
||||
"errmsg": ""
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"supplier_appid": ""
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"list": [
|
||||
{
|
||||
"supplier_appid": "",
|
||||
"product_id": 0,
|
||||
"is_distribute": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user