{
"access_code": "P000270",
"ahead_finish_cause": "test",
"device_type": "",
"order_code": "202107061625560742397",
"timestamp": "1643253530",
"version": "2.0",
"sign":"7YeBnagDOxe1Bri9sJZ13t4476o="
}
curl --location --request POST 'http://127.0.0.1/package/aheadFinishDeviceOrder' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_code": "P000270",
"ahead_finish_cause": "test",
"device_type": "",
"order_code": "202107061625560742397",
"timestamp": "1643253530",
"version": "2.0",
"sign":"7YeBnagDOxe1Bri9sJZ13t4476o="
}'
{
"code": "0000",
"data": null,
"message": "成功",
"success": true
}