mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(wxapi): 随官方更新微信小店推客带货相关接口模型
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"id": 0,
|
||||
"ratio_to_service_rate": 100
|
||||
"ratio": 100
|
||||
}
|
||||
|
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"appid": "app1234",
|
||||
"finder_id": "sph1234",
|
||||
"openfinderid": "xxxxx",
|
||||
"product_id": 1234
|
||||
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"coupon_id": "111111",
|
||||
"sharer_appid": "推客的appid"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"promoter_share_link": "SHORTLINK"
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"qr_code": "QRCODEURL"
|
||||
"qrcode_url": "QRCODEURL"
|
||||
}
|
||||
|
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"coupon_id": "1111111",
|
||||
"sharer_openid": "推客的当前小程序openid",
|
||||
"sharer_appid": "推客的appid"
|
||||
}
|
||||
|
Reference in New Issue
Block a user