新建版本
POST
/api/newBranch
接口描述
新建版本,或复制版本
请求参数
参数名
类型
描述
必填
pid
string
项目Id
必填
name
string
版本名称
必填
base
string
基于某版本进行复制版本,base为版本id
可选