GET api/AI/GetMyData?openid={openid}&depId={depId}&telephone={telephone}
个人中心数据
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid |
用户标识 |
string |
Required |
| depId |
部门编号 |
string |
Required |
| telephone |
手机号码 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}