projects

Worktile# projects

Source:
项目(project)接口

Methods

(static) addMemeber(params)

Source:
See:
获取项目成员
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid
uid string 成员uid
role number 成员角色

(static) get(params)

Source:
See:
获取项目详情
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid

(static) getMembers(params)

Source:
See:
获取项目成员
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid

(static) list()

Source:
See:
获取用户所有项目

(static) removeMemeber(params)

Source:
See:
项目移除成员
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid
uid string 成员uid