| 123456789101112131415161718 |
- {
- "orders": {
- "transactionId": "100000000020180409224736000001",
- "responseTime": "20180409224736",
- "orderTypeCd":"订单类型,查询,受理",
- "dataFlowId":"20020180000001",
- "businessType":"N"
- },
- "business":{//这个是相应的业务系统返回的结果,(受理为空,查询时不为空)
- "response": {
- "code": "1999",
- "message": "错误消息"
- },
- "bId":"12345678",
- "businessTypeCd": "D"
- //其他字段
- }
- }
|