POST api/Manage/Change2Wxmini?mini_openid={mini_openid}&gzh_openid={gzh_openid}
入职由公众号转小程序 使用方法:待入职者打开新明辉hr小程序点击进入,然后oa_wx_miniprogram找到openid替换oa_peo_repository表openid
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mini_openid |
小程序openid |
string |
Required |
gzh_openid |
公众号openid |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
msg |
消息 |
string |
None. |
result |
是否成功 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "msg": "sample string 1", "result": true }
application/xml, text/xml
Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi"> <msg>sample string 1</msg> <result>true</result> </BaseResponse>