Blame view

service-user/doc/responseSaveUserTag.json 550 Bytes
88e030b7   王彪总   init project
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": "具体值"
      },
      "businessUserTag": {
        "userId": "12345678",
        "tagCd": "0001"
      }
    }]
  }