mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
fix(wxapi): 修复小程序会员服务接口模型定义错误
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"list": [
|
||||
{
|
||||
"shop_appid": "shop_appid"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"session_id": "session_id",
|
||||
"wxa_openid": "wxa_openid",
|
||||
"info": {
|
||||
"identity": "Lv.1",
|
||||
"outer_userid": "outer_userid"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"wxa_openid": "wxa_openid"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"wxa_openid": "wxa_openid"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"info": {
|
||||
"identity": "Lv.1",
|
||||
"outer_userid": "outer_userid",
|
||||
"related_shop_appid": [ "appid1", "appid2" ]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"wxa_openid": "wxa_openid",
|
||||
"info": {
|
||||
"identity": "Lv.1",
|
||||
"outer_userid": "outer_userid"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"offset": 0,
|
||||
"limit": 10
|
||||
}
|
||||
@@ -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" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user