Showing
1 changed file
with
20 additions
and
0 deletions
| @@ -9,6 +9,7 @@ GET参数: | @@ -9,6 +9,7 @@ GET参数: | ||
| 9 | | 参数名 | 是否必须 | 说明 | | 9 | | 参数名 | 是否必须 | 说明 | |
| 10 | |---------------|----------------|-------------| | 10 | |---------------|----------------|-------------| |
| 11 | | open_id | 是 |openid | | 11 | | open_id | 是 |openid | |
| 12 | +| platform_name| 是 |平台名称 | | ||
| 12 | 13 | ||
| 13 | 返回值: | 14 | 返回值: |
| 14 | 15 | ||
| @@ -19,6 +20,25 @@ status: 200 | @@ -19,6 +20,25 @@ status: 200 | ||
| 19 | } | 20 | } |
| 20 | ``` | 21 | ``` |
| 21 | 22 | ||
| 23 | +###根据用户id,检查该用户是否已处理过 | ||
| 24 | + | ||
| 25 | +接口地址:/openid/user_id | ||
| 26 | + | ||
| 27 | +GET参数: | ||
| 28 | + | ||
| 29 | +| 参数名 | 是否必须 | 说明 | | ||
| 30 | +|---------------|----------------|-------------| | ||
| 31 | +| user_id | 是 |userId | | ||
| 32 | +| platform_name| 是 |平台名称 | | ||
| 33 | + | ||
| 34 | +返回值: | ||
| 35 | +```json | ||
| 36 | +status: 200 | ||
| 37 | +{ | ||
| 38 | + "isHandle": true | ||
| 39 | +} | ||
| 40 | +``` | ||
| 41 | + | ||
| 22 | ###处理微信openId接口 | 42 | ###处理微信openId接口 |
| 23 | 43 | ||
| 24 | ------------------------------------------------ | 44 | ------------------------------------------------ |
-
Please register or login to post a comment