curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/report/patrol/get_order_list?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"begin_create_time":12345678,"begin_modify_time":12345678,"cursor":"cursor","limit":20,}'
{
"errcode": 0,
"next_cursor": "string",
"errmsg": "string",
"order_list": [
{
"process_list": [
{
"process_desc": "string",
"solve_userid": "string",
"image_urls": [
"string"
],
"process_type": 0,
"video_media_ids": [
"string"
],
"status": 0,
"solved_time": 0
}
],
"grid_id": "string",
"create_time": 0,
"processor_userids": [
"string"
],
"urge_type": 0,
"case_name": "string",
"image_urls": [
"string"
],
"video_media_ids": [
"string"
],
"location": {
"address": "string",
"latitude": 0,
"name": "string",
"longitude": 0
},
"grid_name": "string",
"order_id": "string",
"desc": "string"
}
]
}