mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
feat(wxapi): 新增微信小店获取店铺二维码、H5 链接、口令等接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"wecom_corp_id": "wpxxxxxxxx",
|
||||
"wecom_user_id": "woxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"shop_h5url": "https://channels.weixin.qq.com/shop/b/xsgVVZtSGpqwd45"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"wecom_corp_id": "wpxxxxxxxx",
|
||||
"wecom_user_id": "woxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"shop_qrcode": "https://res.wx.qq.com/shop/material/shop/xxxxxxxxxxxxxxxxxxxxxxxxxx.png"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"wecom_corp_id": "wpxxxxxxxx",
|
||||
"wecom_user_id": "woxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"shop_taglink": "#微信小店://微信小店/qwrwqtwqgqwwweq"
|
||||
}
|
Reference in New Issue
Block a user