curl --location --request GET 'https://kingdeexc.51kuaiding.com/shopapi/order/lists?is_rpo&type&user_category_id&search_rpo_value&create_start_time&create_end_time' \
--header 'version: 1.1.1'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"sn": "string",
"order_status": 0,
"order_status_desc": "string",
"total_num": 0,
"order_amount": "string",
"delivery_type": 0,
"create_time": "string",
"order_goods": [
{
"goods_name": "string",
"goods_price": "string",
"goods_num": 0,
"goods_image": "string",
"spec_value_str": "string",
"goods_model": "string",
"code": "string",
"unit_desc": "string"
}
]
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": {
"price_symbol": "string"
}
}
}