openapi 用于獲取預授權碼,預授權碼用于小程序授權時的第三方平臺方安全驗證。
接口調用請求說明
GET https://openapi.baidu.com/rest/2.0/smartapp/tp/createpreauthcode?access_token=42.89210dcaa616b575cdca56f978cefbc2.2592000.1535617875.Wf0l2sXgdy5SabS_wP00-34gJWz93WxN4e9rQhN
參數說明
參數名 ? ? ? ? ? ? ?類型 ? ? 是否必須 ? ? ?描述
access_token ? ?string ? ? ? ?是 ? ? ? TP的access_token,可參考:獲取第三方平臺接口調用憑據tp_access_token ??
?
返回值說明
字段名 ? ? ? ? ? ? ? ? ?類型 ? ? ? ? 描述
pre_auth_code ? ?string ? ? ? 預授權碼 ? ?
expires_in ? ? ? ? ? ? int ? ? ? ? ?憑證有效時間,單位:秒,默認20分鐘。 ? ?
返回值示例
{
? ?"errno": 0,
? ?"msg": "success",
? ?"data": {
? ? ? ?"pre_auth_code": "c210YXBwMjAzMTQxODMzMThiMDlhMzhlZmEzMGM2MjAzY2NjMGQ5MTBlNGNmZWI1",
? ? ? ?"expires_in": 1200
? ?}
}
? ??
錯誤情況下:
字段名 ? ? ? ? ? ? ? ? ? ?類型 ? ? ? ? ? 描述
error ? ? ? ? ? ? ? ? ? ? ?string ? ?錯誤碼;關于錯誤碼的詳細信息請參考?http://developer.baidu.com/wiki/index.php?title=docs/oauth/error?。 ? ?
error_description ? ?string ? ?錯誤描述信息,用來幫助理解和解決發(fā)生的錯誤。?
? ?
閱讀本文的人還可以閱讀: