POST api/XmhHr/CheckStatus?openId={openId}

判断当前用户面试(入职)状态

Request Information

URI Parameters

NameDescriptionTypeAdditional information
openId

string

Required

Body Parameters

None.

Response Information

Resource Description

-1:无面试信息数据, 0:录入面试信息;1:面试成功;10:面试失败;11:面试中 2:提交入职登记表;20:放弃入职;3:入职办理中;30:入职办理失败;4:录用(录用时分配账号对接钉钉)

BaseOut
NameDescriptionTypeAdditional information
errcode

错误编码 2:error 401:鉴权失败;200:成功;500:内部错误;

ErrCode

None.

message

消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 2,
  "message": "sample string 1"
}

application/xml, text/xml

Sample:
<BaseOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.HrWxModels">
  <errcode>Error</errcode>
  <message>sample string 1</message>
</BaseOut>