When paying through ERP, you can obtain the link to the cashier for batch payment through this API. A single order returns the 1688 cashier address, and multiple orders return the Alipay cashier address. ERP can guide users to jump to the checkout link to complete the payment action. The user's login status in 1688 will be verified before payment.
请求参数
Query 参数
appKey
string
必需
大吉平台appKey
appSecret
string
可选
秘钥,仅调试使用,正式用sign签名
sign
string
可选
sign签名,请求的参数字典排序+秘钥appSecret,调试时可忽略改字段
orderIdList
string
必需
订单ID列表,最多批量30个订单,订单过多会导致超时,建议一次10个订单
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://openapi.dajisaas.com/alibaba/alipay/url/get?appKey=&appSecret=&sign=&orderIdList='