# 获取预授权码

更新时间:2023-02-08 11:00:05

该接口用于获取预授权码。预授权码 pre_auth_code 用于小程序授权时的第三方平台安全验证。

注意:

每个 pre_auth_code 有效期为 10 分钟。

# 接口说明

请求头 说明
URL https://open.kuaishou.com/mp/tp/oauth/pre_auth_code
Method GET
Content-Type application/x-www-urlencode-form

# 请求参数

参数 是否必须 类型 备注
component_app_id string 第三方应用 appid
component_access_token string 第三方应用接口调用凭据

# 响应

参数 类型 描述
result number 状态码 1-成功 非1-错误码
errorMsg string 错误提示信息,参考常见错误码
preAuthCode string 预授权码
expiresIn number 有效期,单位为秒

示例:

{
  "result":1,
  "errorMsg":"错误提示信息",
  "preAuthCode": "ea044354cd044052923cdea23",
  "expiresIn": 600
}

# 错误码

参考常见错误码

Copyright ©2024, All Rights Reserved