feat(wxapi): 随官方更新开放平台应用通过 Code 获取 AccessToken 的接口模型

This commit is contained in:
Fu Diwei
2022-07-01 20:10:43 +08:00
parent 5eae91e126
commit 402651723d
3 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
{
{
"access_token": "ACCESS_TOKEN",
"expires_in": 7200,
"refresh_token": "REFRESH_TOKEN",
"openid": "OPENID",
"scope": "SCOPE"
"scope": "SCOPE",
"unionid": "o6_bmasdasdsad6_2sgVt7hMZOPfL"
}