# View the contributor
# Dxplaination of Interface Call Request
http请求方式:POST
https://api.weixin.qq.com/shop/sharer/search_sharer?access_token=xxxxxxxxx
# Request parameters
{
"openid": "OPENID"
}
# Examples of back-up
{
"errcode":0,
"errmsg":"ok",
"invited_time":"1624082055",
"bind_time":"1624082155",
"nickname": "NICKNAME",
"bind_status": "1"
}
# Dxplaination of request parameters
参数 | type | Is it compulsory? | Introductions |
---|---|---|---|
openid | string | yes | Sharer openid |
# Dxplaination of callback parameters
参数 | type | Introductions |
---|---|---|
errcode | string | Error code |
errmsg | string | Error message |
invited_time | number | Moderator invitation time |
bind_time | number | Shareholder binding time |
nickname | string | Shareer's nickname |
bind_status | number | Shareer binding status, 1- Binding 2- Rejected invitation 3- In invitation 4- Invitation expired |