feat(wxapi): 新增微信小店小程序会员服务相关接口

This commit is contained in:
Fu Diwei
2025-07-12 11:01:24 +08:00
parent dcde124eb2
commit 827a32ee0b
39 changed files with 726 additions and 417 deletions

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"list": [
{
"shop_appid": "shop_appid"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"session_id": "session_id",
"wxa_openid": "wxa_openid",
"info": {
"identity": "Lv.1",
"outer_userid": "outer_userid"
}
}

View File

@@ -0,0 +1,3 @@
{
"wxa_openid": "wxa_openid"
}

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"info": {
"identity": "Lv.1",
"outer_userid": "outer_userid",
"related_shop_appid": [ "appid1", "appid2" ]
}
}

View File

@@ -0,0 +1,7 @@
{
"wxa_openid": "wxa_openid",
"info": {
"identity": "Lv.1",
"outer_userid": "outer_userid"
}
}

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"list": [
{
"wxa_openid": "wxa_openid",
"identity": "Lv.1",
"outer_userid": "outer_userid",
"related_shop_appid": [ "shop_appid1", "shop_appid2" ]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"errcode": 0,
"errmsg": "ok",
"wxa_appid": "wxxxxxxxxxxxxxxxxx",
"info": {
"paths": {
"register_path": "main/register/path",
"rights_path": "main/rights/path"
},
"whitelist_openids": [
"openid_1",
"openid_2"
],
"display_info": {
"order_page_display": 0
}
},
"state": 0
}