Skip to content

Commit

Permalink
推送结果增加msgId返回,跟踪问题排查
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperXgwang authored Feb 16, 2017
1 parent 71e8693 commit d6f96c0
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
“message”:”“, //可选,返回消息,网页端接口出现错误时使用此消息展示给用户,手机端可忽略此消息,甚至服务端不传输此消息
“value”:”“,// 必选,返回结果
“redirect”:”“ //可选, returnCode=300 重定向时,使用此URL重新请求
“msgId”: ”“//可选,消息推送msgId
}
```
> Api returnCode定义
Expand Down Expand Up @@ -213,7 +214,7 @@ messageJson|Json格式,具体如下必填
{
"code": "200",
"message": "",
"redirect": "",
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
"value": {}
}
```
Expand All @@ -235,7 +236,7 @@ messageJson|Json格式,具体如下必填
"J0476035d625e6c64567f714567e040e7d017f0558675b"
]
},
"redirect": ""
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
}
```

Expand Down Expand Up @@ -320,7 +321,7 @@ messageJson|Json格式,具体如下必填
{
"code": "200",
"message": "",
"redirect": "",
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
"value": {}
}
```
Expand All @@ -342,7 +343,7 @@ messageJson|Json格式,具体如下必填
"J0476035d625e6c64567f714567e040e7d017f0558675b"
]
},
"redirect": ""
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
}
```
Expand Down Expand Up @@ -399,7 +400,7 @@ messageJson|Json格式,具体如下必填
{
"code": "200",
"message": "",
"redirect": "",
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
"value": {}
}
```
Expand All @@ -417,7 +418,7 @@ messageJson|Json格式,具体如下必填
"alias2"
]
},
"redirect": ""
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
}
```

Expand Down Expand Up @@ -501,7 +502,7 @@ messageJson|Json格式,具体如下必填
{
"code": "200",
"message": "",
"redirect": "",
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
"value": {}
}
```
Expand All @@ -519,7 +520,7 @@ messageJson|Json格式,具体如下必填
"alisa2"
]
},
"redirect": ""
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
}
```
Expand Down Expand Up @@ -669,7 +670,7 @@ sign|签名 必填
{
"code": "200",
"message": "",
"redirect": "",
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
"value": {}
}
```
Expand Down Expand Up @@ -701,7 +702,7 @@ sign|签名 必填
"J0476035d625e6c64567f714567e040e7d017f0558675b"
]
},
"redirect": ""
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
}
```

Expand Down Expand Up @@ -748,7 +749,7 @@ sign|签名 必填
{
"code": "200",
"message": "",
"redirect": "",
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
"value": {}
}
```
Expand Down Expand Up @@ -780,7 +781,7 @@ sign|签名 必填
"J0476035d625e6c64567f714567e040e7d017f0558675b"
]
},
"redirect": ""
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
}
```

Expand Down Expand Up @@ -827,7 +828,7 @@ sign|签名 必填
{
"code": "200",
"message": "",
"redirect": "",
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
"value": {}
}
```
Expand Down Expand Up @@ -855,7 +856,7 @@ sign|签名 必填
"alias2"
]
},
"redirect": ""
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
}
```

Expand Down Expand Up @@ -902,7 +903,7 @@ sign|签名 必填
{
"code": "200",
"message": "",
"redirect": "",
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
"value": {}
}
```
Expand Down Expand Up @@ -930,7 +931,7 @@ sign|签名 必填
"alias2"
]
},
"redirect": ""
"msgId": "c2ee5c3bf00448cfbceb7fdf68c3c8eb"
}
```

Expand Down

0 comments on commit d6f96c0

Please sign in to comment.