businessNotifyProtocol.json 486 B

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