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