- 接口变更记录
- 开发前准备
- 请求签名鉴权方式
- OAuth2.0鉴权方式
- 常见问题速查
- 接入
- 公共数据获取
- 系统管理接口
- 患者档案相关
- CRM
- 会员
- HIS
- 外加工
- 进销存
- OA审批
- 渠道管理
- 三方平台
获取登录用户信息
开发中
GET
/api/pub/thirdParty/accessThirdPartySystems/getEmployeeInfo
最后修改时间:2023-09-11 09:57:57
责任人:未设置
请求参数
Query 参数
appid
string
应用appid
示例值:
514802193456537835
secret
string
必需
token
string
frtoken
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/pub/thirdParty/accessThirdPartySystems/getEmployeeInfo?appid=514802193456537835&secret=&token='
返回响应
🟢200成功
application/json
Body
ygid
integer
方软员工id
xm
string
员工姓名
bh
string
员工编号
sfzhm
string
身份证号码
yddh
string
移动电话
示例
{
"ygid": 118,
"xm": "姜玲",
"bh": "120",
"sfzhm": "362330194523651245",
"yddh": "15112891307"
}