feat(wxapi): 新增第三方平台半屏小程序管理相关接口

This commit is contained in:
Fu Diwei
2022-05-01 21:21:22 +08:00
parent 6bc78d63f4
commit e963eb902e
19 changed files with 412 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"appid": "wxf074af703a2e9303",
"apply_reason": "我要申请"
}

View File

@@ -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
}
]
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"embedded_flag": 2,
"wxa_embedded_list": []
}