Commit 59a346f2ddbbd75d4e56e5456f949abd4940862b
1 parent
ee080970
u
Showing
1 changed file
with
7 additions
and
5 deletions
04.用户云/2.3 查询用户信息.md
| 1 | -/* | ||
| 2 | - Title: 2.3 获取用户信息 | ||
| 3 | - Sort: 23 | ||
| 4 | -*/ | ||
| 5 | -#### URL: http://api.cnlive.com/open/api/CnliveMobile/json/readUserById?sp_id=xxx&... | 1 | +#### URL: https://api.cnlive.com/open/api/CnliveM2/user/readUserById?spId=xxx&... |
| 6 | ----- | 2 | ----- |
| 7 | #### 请求方式: POST | 3 | #### 请求方式: POST |
| 8 | ----- | 4 | ----- |
| @@ -46,6 +42,12 @@ | @@ -46,6 +42,12 @@ | ||
| 46 | <td>string</td> | 42 | <td>string</td> |
| 47 | <td>查询者平台TOKEN</td> | 43 | <td>查询者平台TOKEN</td> |
| 48 | </tr> | 44 | </tr> |
| 45 | + <tr> | ||
| 46 | + <td>sign</td> | ||
| 47 | + <td>true</td> | ||
| 48 | + <td>string</td> | ||
| 49 | + <td>签名</td> | ||
| 50 | + </tr> | ||
| 49 | </table> | 51 | </table> |
| 50 | 52 | ||
| 51 | ----- | 53 | ----- |