mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(openai): 新增获取令牌相关接口
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"openid": "eafc6f616a3f0667800e0f92dc00ee88167bc010",
|
||||
"resources": [
|
||||
"bot",
|
||||
"common",
|
||||
"dict",
|
||||
"word",
|
||||
"skill",
|
||||
"intent",
|
||||
"openapi",
|
||||
"skill_store"
|
||||
],
|
||||
"authorization_type": "client_credentials"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"code": 0,
|
||||
"data": {
|
||||
"access_token": "MX6ddM5mN07ucVKy+Y-to7tKRufZ1YF05eb542d5170000001c"
|
||||
},
|
||||
"msg": "success",
|
||||
"request_id": "54ae04cf-5e95-44fd-ad3f-62e7b163836b"
|
||||
}
|
Reference in New Issue
Block a user