{
"order_ids": [
"string"
],
"type": 0
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/marketing/order/detail?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_ids": [
"string"
],
"type": 0
}'
{
"msg": "success",
"code": 0,
"data": [
{
"order_id": "xxx",
"submit_user_info": {
"id": "xxx",
"type": 0,
"name": "xxx"
},
"order_info": {
"form_id": "xxx",
"form_name": "xxx",
"meeting_id": "xxx-pibhsv3XdstdK8",
"meeting_name": "xxx",
"content": "{\"手机号\":\"xxx\"}"
},
"userid": "xxx",
"create_time": "xxx"
}
]
}