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