Subscriber..::..SearchEmpInfo Method
搜索相信用户信息
Namespace:
PDSS.CivetPublic.User根据集团资安要求,此方法仅相信内部系统使用,不对第三方接入系统开放。
Assembly: PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)
Syntax
public Subscriber..::..SearchResult SearchEmpInfo( string Sign, string Timestamp, string CivetNo, string EmpName, int PageNum, int PageSize )
Parameters
- Sign
- Type: String
请求数据签名
- Timestamp
- Type: String
时间随机数
- CivetNo
- Type: String
员工工号与EmpName至少一个不为空
完全匹配搜索
- EmpName
- Type: String
员工姓名与CivetNo至少一个不为空
完全匹配搜索
- PageNum
- Type: Int32
页码
- PageSize
- Type: Int32
每页数据大小