You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
let bindInfo = {
|
|
|
|
|
bind_getCode:"/assistant/circle/agency/apply/inviteCode",// 获取邀请码
|
|
|
|
|
bind_getSubscribeDetail :"/assistant/circle/agency/search/code",// 根据搜索code获取对应关注详情
|
|
|
|
|
bind_subscribeSubmit:"/assistant/circle/agency/apply/subscribe",// 提交关注
|
|
|
|
|
bind_recordList:"/assistant/circle/agency/apply/list",// 申请记录
|
|
|
|
|
bind_recordDetail:"/assistant/circle/agency/apply/info",// 申请记录当前行记录详情
|
|
|
|
|
bind_recordSubmit:"/assistant/circle/agency/apply/agree",// 通过申请提交事件
|
|
|
|
|
bind_enterpriseDetail:"/assistant/circle/agency/detail",// 企业详情
|
|
|
|
|
bind_getWaitNum:"/assistant/circle/agency/countPending",// 获取统计处理中的数量
|
|
|
|
|
bind_getApplyNum:"/assistant/circle/agency/countHasNotReadNum",// 获取通过未读的关注数
|
|
|
|
|
bind_isSee:"/assistant/circle/agency/himSee",// 让不让他看
|
|
|
|
|
bind_getGroupDetail:"/assistant/circle/agency/info",// 团队详情
|
|
|
|
|
bind_list:"/assistant/circle/agency/list",// 上下游列表
|
|
|
|
|
bind_getListNum:"/assistant/circle/agency/listCount",// 统计上粉丝数量
|
|
|
|
|
bind_setPeolple:"/assistant/circle/agency/lookHim",// 看不看他
|
|
|
|
|
bind_cancelApply:"/assistant/circle/agency/unsubscribe",// 取消关注
|
|
|
|
|
bind_delApply:"/assistant/circle/agency/removeFans",// 删除粉丝
|
|
|
|
|
bind_getAgencyCorpUsersNum:"/yishoudan/agency/getAgencyCorpUsersNum",// 获取团队成员数
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default bindInfo;
|