curl --location --request GET 'pintuan/receive_list?pintuan_id=1' \
--header 'Site-Id: 100000' \
--header 'Token: {{Token}}'{
"data": {
"total": 0,
"per_page": 15,
"current_page": 1,
"last_page": 0,
"data": []
},
"msg": "操作成功",
"code": 1
}