站点管理
1. 企微微信主体绑定站点
前端: 陈小欢
后端: 章强
url: v1/homing/system/web/wc/tenant/relation/ignore/bind-site-wecom
typescript
//! 注意,TS版本4^
import type { BindSiteWecomReq, BindSiteWecomRes } from '@homing/web'
homingClient.wxqy.bindSiteWecom({
mobile: "",
invitationCode: "",
corpId: "",
suiteId: ""
}).then(useRes => {
console.log(res)
}).catch(err => {
console.log(err, "接口请求失败")
})
参数说明
参数名 | 类型 | 必填 | 说明 | 备注/枚举值 |
---|---|---|---|---|
mobile | string|number | 是 | 手机号 | |
invitationCode | string|number | 是 | 邀请码 | |
corpId | string | 是 | 企业corpId | |
suiteId | string | 是 | 应用模板id |
2. 获取当前企业主体绑定的站点
前端: 陈小欢
后端: 章强
2.1 待开发
该功能正在开发中,敬请期待。