mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增第三方平台半屏小程序管理相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"appid": "wxf074af703a2e9303",
|
||||
"apply_reason": "我要申请"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"appid": "wx8f4e64668de79225"
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"errmsg": "ok",
|
||||
"errcode": 0,
|
||||
"wxa_embedded_list": [
|
||||
{
|
||||
"appid": "wxf074afxxxxxxxx",
|
||||
"create_time": 1648177830,
|
||||
"headimg": "http://wx.qlogo.cn/mmhead/Q3axxxxxxxdRLA",
|
||||
"nickname": "tesxxx",
|
||||
"reason": "我是理由",
|
||||
"status": 1
|
||||
},
|
||||
{
|
||||
"appid": "wx355c73xxxxxxx",
|
||||
"create_time": 1647250557,
|
||||
"headimg": "http://wx.qlogo.cn/mmhead/QxxxxxxA",
|
||||
"nickname": "美味助手xx",
|
||||
"reason": "特殊",
|
||||
"status": 2
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"embedded_flag": 2,
|
||||
"wxa_embedded_list": []
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"flag": 0
|
||||
}
|
Reference in New Issue
Block a user