{
"app_key": "",
"timestamp": "",
"sign": "",
"page": 1,
"page_size": 20
}
curl --location --request POST '/userapi/sgd/getFilmQuoteListByPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"timestamp": "",
"sign": "",
"page": 1,
"page_size": 20
}'
{
"code": 0,
"message": "请求成功",
"stime": 1742362837.564076,
"etime": 1742362837.775111,
"data": {
"data": [
{
"id": 11,
"goods_id": 10000115,
"vender_id": 1129,
"goods_sku": "SK000601",
"spec_value_ids": "228",
"user_id": 237318,
"realname": "卢少深",
"mobile": "13760135627",
"rule_name": "哈哈规则66778",
"rule_mode": 1,
"full_amount": "50.00",
"amount": "3.20",
"min_market_price": "10.00",
"max_market_price": "200.00",
"ticket_num": [
"1",
"2",
"3"
],
"stock_num": 10,
"reject_start_time": "01:12:00",
"reject_end_time": "06:33:00",
"status": 1,
"create_time": "2025-03-10 14:11:05",
"u_time": "2025-03-18 14:36:50"
}
],
"total": 3
}
}