获取团队升级或续费价格
POST
https://dev.wellsign.cn/java/1.0/client/get/price/teamUpgrade
接口描述
获取团队付费价格,续费或升级
请求头
参数名
类型
描述
必填
tokenMobile
String
移动端用户口令
必填
tokenWeb
String
web端用户口令
可选
请求参数
参数名
类型
描述
必填
id
Long
团队id
必填
deviceKind
int
机器类型信息,2:web 0:安卓 1:IOS
必填
响应参数
参数名
类型
描述
必填
minNum
Integer
团队人数最大值
必填
maxNum
Integer
团队人数最小值
必填
actualPrice
Double
实际价格
必填
originalPrice
Double
原价
必填
priceIosId
String
ios内购价格id
必填
userType
Integer
用户类型,0:个人会员,1:团队会员,2:电容笔
必填
timeType
Integer
时间类型,0:月付费,1:年付费
必填
priceId
Long
价格表id
必填
optional
Boolean
是否可选,false时该价格不可选
必填
displayType
Integer
显示类型,0:android+ios+web端,1:android+ios,2:web端,3:android+web
必填
type
Integer
1:升级 2:续费 3:扩容 4:扩容+续费
必填