Authorization: Bearer ********************
curl --location --request GET 'http://ip:port/openApi/ams/v1/open/product_orders/daily/list'
{
"code": "string",
"data": [
{
"completedQuantity": 0,
"craftId": 0,
"craftProcedureId": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"planQuantity": 0,
"planType": "string",
"planTypeName": "string",
"procedureId": "string",
"procedureName": "string",
"productOrderNumber": "string",
"pushAmount": 0,
"pushTime": 0,
"seq": 0,
"thisPushAmount": 0,
"time": "2019-08-24",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"message": "string",
"time": "2019-08-24T14:15:22Z"
}