feat(wxapi): 新增视频号小店分享员专属商品链接相关接口

This commit is contained in:
Fu Diwei
2024-04-29 20:09:35 +08:00
parent 59a44f9d7a
commit 1d494910f1
17 changed files with 225 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
"openid": "OPENID",
"nickname": "NICKNAME",
"bind_time": 1624082155,
"sharer_type": 0
"sharer_type": 0,
"unionid": "UNIONID"
}
]
}

View File

@@ -0,0 +1,4 @@
{
"openid": "OPENID",
"product_id": "324545"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"product_h5url": "https://channels.weixin.qq.com/shop/a/xsgVVZtSGpqwd45"
}

View File

@@ -0,0 +1,4 @@
{
"openid": "OPENID",
"product_id": "324545"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"product_qrcode": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SH/reserved/642a2b730001a542dbe0b846bcc4b00b002000a1000f4f50"
}

View File

@@ -0,0 +1,4 @@
{
"openid": "OPENID",
"product_id": "324545"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"product_taglink": "#视频号小店://视频号小店/jMv2lqYonCP1qqv"
}

View File

@@ -4,5 +4,6 @@
"openid": "OPENID",
"nickname": "NICKNAME",
"bind_time": 1624082155,
"sharer_type": 0
"sharer_type": 0,
"unionid": "UNIONID"
}