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.
Request
Query Params
appKey
string
required
大吉平台appKey
appSecret
string
optional
秘钥,仅调试使用,正式用sign签名
sign
string
optional
sign签名,请求的参数字典排序+秘钥appSecret,调试时可忽略改字段
orderIdList
string
required
订单ID列表,最多批量30个订单,订单过多会导致超时,建议一次10个订单
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://openapi.dajisaas.com/alibaba/alipay/url/get?appKey=&appSecret=&sign=&orderIdList='