獲取支付寶授權鏈接。
接口說明
準備工作
請先完成阿里云賬號注冊、獲取阿里云訪問密鑰,更多信息,請參見通信授權服務使用流程。
QPS 限制
本接口的單用戶 QPS 限制為 1000 次/秒。超過限制,API 調用會被限流,這可能會影響您的業務,請合理調用。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
PhoneNo | string | 是 | 手機號。 | 1390000**** |
SchemeId | long | 是 | 授權場景 ID。您可在號碼認證服務控制臺的授權場景管理頁面查看授權場景 ID。 | 234**** |
EndDate | string | 否 | 授權結束日期,合約型方案不能為空,類型:yyyy-MM-dd。 | 2020–12–28 |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": "OK",
"Message": "請求成功",
"RequestId": "8906582E-6722",
"Data": {
"AuthorizationUrl": "https://render.****.com/p/s/web-call-minapp/auth-bao?page=commauth/index&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJiaXpUeXBlIjoiQ29tbUF1dGgiLCJiaXpJZCI6IjVmNWZjNjAzZDQzMTQ0MWZiYTZiNjYzM2QyMjIyNzU0IiwiZXhwIjoxNjA4MTkxODQxfQ.5IvBj2nKgr60APtotaIB13vtPVrdsPQ6avIfWxte1pA&_env=prod"
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameters | The specified parameter is not valid. | 參數無效 |
400 | MissingParameter | You must specify the parameter. | 參數缺失 |
400 | Throttling.System | The request was denied due to API flow control. | 接口被限流 |
400 | MobileNumberIllgeal | The specified mobile phone number is invalid. | 手機號碼不合法 |
400 | DataNotFound | The specified scheme does not exist. | 查詢方案不存在 |
400 | IllegalParameter | The specified endDate is invalid. | 參數無效 |
400 | SchemeNotPassed | The scheme is not passed. | 查詢方案未通過審核 |
403 | Forbidden | The user is not authorized to operate on the specified resource. | 權限校驗不通過 |
403 | UnauthorizedOperation | Failed to verify your access permissions. | 您的權限校驗失敗。 |
403 | UnauthorizedOperation | You are not authorized to perform this operation. | 您無權執行此操作。 |
500 | IdentityCertifyNotExist | The identity verification record does not exist. | 身份認證記錄不存在 |
500 | InternalError | An error occurred while processing your request. | 內部錯誤。 |
500 | InternalError | An internal error occurred. | 內部異常 |
500 | SystemError | A system error occurred. | 系統異常 |
500 | SystemError | An error occurred while processing your request. | 系統錯誤。 |
500 | OutOfService | The account is suspended. | 賬號已停機 |
500 | FunctionNotSubscribed | You have not subscribed to the function. | 未訂閱該功能 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-06-07 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
Java SDK
您可以通過添加 Maven 依賴安裝阿里云 Java SDK。SDK 版本會持續更新,具體版本請以 OpenAPI 頁面為準。
JAVA SDK MAVEN 坐標
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dypnsapi20170525</artifactId>
<version>1.0.6</version>
</dependency>