wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "orders": {
    "transactionId": "100000000020180409224736000001",
    "responseTime": "20180409224736",
    "sign": "这个服务是否要求MD5签名",
    "response": {//这个是centerOrder 返回的状态结果
      "code": "1999",
      "message": "具体值"
    }
  },
  "business":[{//这个是相应的业务系统返回的结果,(受理为空,查询时不为空)
    "response": {
      "code": "0000",
      "message": "具体值"
    },
    "businessUserAddress": {
      "userId": "12345678",
      "addressId": "0001"
    }
  }]
}