开发者内部 UserID登录
POST
/v2/user/login/user-id
令牌授权
限开发者服务器调用,禁止在客户端调用,会启用服务器白名单检测。
请求参数
Header 参数
Authorization
string
签名字符串
示例值:
TGV1-HMAC-SHA256 Credential=badfa2a9-e21d-4e5d-a00a-185eff8bf0d3/20240606/tgv1_request, SignedHeaders=content-length;content-type;x-tg-algorithm;x-tg-app-id;x-tg-date, Signature=7d17f98dd8e1245eb6ab55a34d0a21ba5f3024ac4e737fc97fa4c9d392efe1fc
Content-Type
string
必需
示例值:
application/json
Content-Length
integer
必需
示例值:
15
X-Tg-App-Id
string
必需
默认值:
{{app-id}}
Accept-Language
string
必需
默认值:
{{language}}
示例值:
zh-cnzh-twen-usjakoviesptrutrdeitfrplthar
X-Tg-Signed-Headers
string
必需
默认值:
x-tg-app-id;x-tg-date
示例值:
content-length;content-type;x-tg-app-id;x-tg-date
X-Tg-Date
string
必需
默认值:
20060102T150405Z
X-Tg-Content-Sha256
string
必需
X-Tg-Algorithm
string
必需
默认值:
TGV1-HMAC-SHA256
Body 参数application/json
示例代码
返回响应
修改于 2025-03-11 09:06:06