- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
业务流水批量查询接口
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/v3/alipay/offline/market/applyorder/batchquery
alipay.offline.market.applyorder
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/offline/market/applyorder/batchquery' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "CREATE_SHOP",
"biz_id": "2015052100077000000000120774",
"biz_type": "SHOP",
"op_id": "2088001969784501",
"op_role": "ISV",
"page_no": 1,
"page_size": 20,
"status": "FAIL",
"apply_ids": "2015052100077000000000120773,2015052100077000000000120774",
"end_time": {},
"request_ids": "2015123235324534,2015123235324535",
"start_time": {}
}'
响应示例响应示例
200 - 示例 1
{
"biz_order_infos": [
{
"action": "CREATE_SHOP",
"action_mode": "WITH_LEADS",
"apply_id": "2015111410223410000001",
"biz_context_info": "{\"category_id\":\"2015050700000018\",\"main_shop_name\":\"海底捞万塘路分公司\"}",
"biz_id": "2015052100077000000000120774",
"biz_type": "SHOP",
"op_id": "2088001969784501",
"request_id": "2015123235324534",
"result_code": "RISK_AUDIT_FAIL",
"result_desc": "证照审核未通过",
"status": "FAIL",
"sub_status": "FINISH",
"create_time": {},
"update_time": {}
}
],
"current_page_no": 1,
"page_size": 20,
"total_items": 50,
"total_page_no": 3
}
请求参数
Body 参数application/json
action
string
操作动作
示例值:
CREATE_SHOP
biz_id
string
可选
示例值:
2015052100077000000000120774
biz_type
string
可选
示例值:
SHOP
op_id
string
可选
示例值:
2088001969784501
op_role
string
可选
示例值:
ISV
page_no
integer
可选
示例值:
1
page_size
integer
可选
示例值:
20
status
string
可选
示例值:
FAIL
apply_ids
array[string]
可选
示例值:
2015052100077000000000120773,2015052100077000000000120774
end_time
string
可选
示例值:
{}
request_ids
array[string]
可选
示例值:
2015123235324534,2015123235324535
start_time
string
可选
示例值:
{}
示例
返回响应
🟢200common response
application/json
Body
biz_order_infos
array[object (BizOrderQueryResponse) {14}]
可选
action
string
可选
示例值:
CREATE_SHOP
action_mode
string
可选
示例值:
WITH_LEADS
apply_id
string
支付宝流水ID
示例值:
2015111410223410000001
biz_context_info
string