Authorization: Bearer ********************curl --location --request GET '/daycheck/no-up/get-no-up-goods' \
--header 'Authorization: Bearer <token>'{
"code": 10000,
"data": [
{
"bin_id": "string",
"bzhi_qi": "string",
"create_date": "2019-08-24T14:15:22Z",
"cus_code": "string",
"goods_id": "string",
"kucunsta": "string",
"pro_data": "string",
"qm_ok_quat": "string",
"shl_dan_wei": "string",
"shp_ming_cheng": "string",
"tin_id": "string",
"zhong_wen_qch": "string"
}
],
"message": "提示消息内容"
}