feat(wxapi): 新增微信小店代发供货商相关接口

This commit is contained in:
Fu Diwei
2025-09-30 01:25:00 +08:00
parent 743c06c784
commit 771806924a
78 changed files with 2322 additions and 46 deletions

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "",
"name": "供货商名称"
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "",
"distribute_type": 0,
"all_supplier_appid": "",
"all_distribute_supplier_name": ""
}

View File

@@ -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": ""
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "",
"exist_default_supplier": false,
"supplier_appid": ""
}

View File

@@ -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": ""
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "",
"page_context": "",
"total_count": 0,
"list": [
{
"product_id": 0,
"distribute_status": 0,
"supplier_appid": "",
"supplier_name": ""
}
]
}

View File

@@ -0,0 +1,14 @@
{
"list": [
{
"name": "",
"appid": "",
"status": 0,
"bind_audit_status": 0,
"update_time": 0
}
],
"total_count": 0,
"errcode": 0,
"errmsg": ""
}

View File

@@ -0,0 +1,9 @@
{
"list": [
{
"supplier_appid": "",
"product_id": 0,
"is_distribute": false
}
]
}