feat(wxapi): 随官方更新微信小店推客带货相关接口模型

This commit is contained in:
Fu Diwei
2025-07-11 12:19:36 +08:00
parent 50af239021
commit b61cb273cd
13 changed files with 79 additions and 24 deletions

View File

@@ -1,5 +1,4 @@
{
"appid": "app1234",
"finder_id": "sph1234",
"openfinderid": "xxxxx",
"product_id": 1234

View File

@@ -0,0 +1,4 @@
{
"coupon_id": "111111",
"sharer_appid": "推客的appid"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": "0",
"errmsg": "ok",
"promoter_share_link": "SHORTLINK"
}

View File

@@ -1,5 +1,5 @@
{
"errcode": "0",
"errmsg": "ok",
"qr_code": "QRCODEURL"
"qrcode_url": "QRCODEURL"
}

View File

@@ -1,5 +1,4 @@
{
"coupon_id": "1111111",
"sharer_openid": "推客的当前小程序openid",
"sharer_appid": "推客的appid"
}