登陆接口
POST
https://xxx/wsc/login
请求头
参数名
类型
描述
必填
content-type
string
application/x-www-form-urlencoded
必填
请求参数
参数名
类型
描述
必填
openid
str
公众号openid
必填
unionid
int
unionid
必填
phone
str
账号
必填
msm_code
str
短信验证码
必填
factory_code
str
工厂code
必填
xcx_openid
str
小程序openid
必填
响应参数
参数名
类型
描述
必填
flag
boolean
true or false
必填
msg
str
日志
必填
name
str
员工姓名
必填
job
str
职位
必填
type_of_work
str
工种 (1:挡车工, 2:落纱工, 3:班长or车间管理)
必填
phone
str
手机号
必填
factory
str
工厂名称
必填
department
str
所在车间
必填
parent_id
str
上级
必填
timezone
str
工厂后台系统使用的时区, 例如: Asia/Shanghai
必填
tz_offset
int
时区偏移量 , 时区为 Asia/Shanghai 则返回 tz_offset 为 8
必填
status
int
查询状态{1:系统未有该用户记录 2:系统有该用户记录,但是还没绑定公众号、小程序 3:正常状态,4:系统有该用户记录,但是没绑定公众号openid,并且没有获取到公众号的openid}
必填