businessNotifyProtocol.json 451 B

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