3、获取预授权码pre_auth_code

openapi 用于获取预授权码,预授权码用于小程序授权时的第三方平台方安全验证。

接口调用请求说明

  1. GET https://openapi.baidu.com/rest/2.0/smartapp/tp/createpreauthcode?access_token=42.89210dcaa616b575cdca56f978cefbc2.2592000.1535617875.Wf0l2sXgdy5SabS_wP00-34gJWz93WxN4e9rQhN

参数说明

参数名类型是否必须描述
access_tokenstringTP的access_token,可参考:获取第三方平台接口调用凭据tp_access_token

返回值说明

字段名类型描述
pre_auth_codestring预授权码
expires_inint凭证有效时间,单位:秒,默认20分钟。

返回值示例

  1. {
    "errno": 0,
    "msg": "success",
    "data": {
    "pre_auth_code": "c210YXBwMjAzMTQxODMzMThiMDlhMzhlZmEzMGM2MjAzY2NjMGQ5MTBlNGNmZWI1",
    "expires_in": 1200
    }
    }

错误情况下:

字段名类型描述
errorstring错误码;关于错误码的详细信息请参考 http://developer.baidu.com/wiki/index.php?title=docs/oauth/error
error_descriptionstring错误描述信息,用来帮助理解和解决发生的错误。