feat(wxapi): 新增微信小店获取店铺二维码、H5 链接、口令等接口

This commit is contained in:
Fu Diwei
2025-04-07 20:58:39 +08:00
parent f89ca8a1fc
commit 2616ea0f6a
18 changed files with 267 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{
"wecom_corp_id": "wpxxxxxxxx",
"wecom_user_id": "woxxxxxxxx"
}

View File

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

View File

@@ -0,0 +1,4 @@
{
"wecom_corp_id": "wpxxxxxxxx",
"wecom_user_id": "woxxxxxxxx"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"shop_qrcode": "https://res.wx.qq.com/shop/material/shop/xxxxxxxxxxxxxxxxxxxxxxxxxx.png"
}

View File

@@ -0,0 +1,4 @@
{
"wecom_corp_id": "wpxxxxxxxx",
"wecom_user_id": "woxxxxxxxx"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"shop_taglink": "#微信小店://微信小店/qwrwqtwqgqwwweq"
}