mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(work): 新增管理商品图册相关接口
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "世界上最好的商品",
|
||||
"price": 30000,
|
||||
"product_sn": "xxxxxxxx",
|
||||
"attachments": [
|
||||
{
|
||||
"type": "image",
|
||||
"image": {
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"product_id": "xxxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": "xxxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"limit": 50,
|
||||
"cursor": "CURSOR"
|
||||
}
|
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "CURSOR",
|
||||
"product_list": [
|
||||
{
|
||||
"product_id": "xxxxxxxxxx",
|
||||
"description": "世界上最好的商品",
|
||||
"price": 30000,
|
||||
"product_sn": "xxxxxxxx",
|
||||
"attachments": [
|
||||
{
|
||||
"type": "image",
|
||||
"image": {
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": "xxxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"product": {
|
||||
"product_id": "xxxxxxxxxx",
|
||||
"description": "世界上最好的商品",
|
||||
"price": 30000,
|
||||
"create_time": 1600000000,
|
||||
"product_sn": "xxxxxxxx",
|
||||
"attachments": [
|
||||
{
|
||||
"type": "image",
|
||||
"image": {
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"product_id": "xxxxxxxxxx",
|
||||
"description": "世界上最好的商品",
|
||||
"price": 30000,
|
||||
"product_sn": "xxxxxx",
|
||||
"attachments": [
|
||||
{
|
||||
"type": "image",
|
||||
"image": {
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user