1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| {
| "orders": {
| "transactionId": "100000000020180409224736000001",
| "requestTime": "20180409224736",
| "orderTypeCd":"订单类型,查询,受理",
| "dataFlowId":"20020180000001",
| "businessType":"N"
| },
| "business":[{//这个是相应的业务系统返回的结果,(受理为空,查询时不为空)
| "response": {
| "code": "1999",
| "message": "错误消息"
| },
| "bId":"12345678",
| "serviceCode": "querycustinfo"
| //其他字段
| }]
| }
|
|