orderStatusNotifyProtocol.json
485 Bytes
{
"orders": {
"transactionId": "100000000020180409224736000001",
"requestTime": "20180409224736",
"orderTypeCd":"订单类型,查询,受理",
"dataFlowId":"20020180000001",
"businessType":"N"
},
"business":[{//这个是相应的业务系统返回的结果,(受理为空,查询时不为空)
"response": {
"code": "1999",
"message": "错误消息"
},
"bId":"12345678",
"serviceCode": "querycustinfo"
//其他字段
}]
}