mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 12:09:30 +08:00
10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"access_token": "ACCESS_TOKEN",
|
|
"expires_in": 7200,
|
|
"refresh_token": "REFRESH_TOKEN",
|
|
"openid": "OPENID",
|
|
"scope": "SCOPE",
|
|
"is_snapshotuser": 1,
|
|
"unionid": "UNIONID"
|
|
}
|