feat(wxapi): 新增 OpenAPI 管理相关接口

This commit is contained in:
Fu Diwei
2021-10-31 14:02:22 +08:00
parent 12d04f4241
commit 02071c04ed
14 changed files with 244 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
{
"cgi_path": "/wxa/gettemplatedraftlist"
}

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"quota": {
"daily_limit": 0,
"used": 0,
"remain": 0
}
}

View File

@@ -0,0 +1,3 @@
{
"rid": "61725984-6126f6f9-040f19c4"
}

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"request": {
"invoke_time": 1635156704,
"cost_in_ms": 30,
"request_url": "access_token=50_Im7xxxx",
"request_body": "",
"response_body": "{\"errcode\":45009,\"errmsg\":\"reach max api daily quota limit rid: 617682e0-09059ac5-34a8e2ea\"}"
}
}