购买心愿
POST
/api/v2/buyWish
请求参数
参数名
类型
描述
必填
count
int
购买数量
必填
for
string
买给谁,填写用户ID,不填则买给自己
可选
响应参数
参数名
类型
描述
必填
forUserCount
int
买给谁就返回谁的累计募集份数
必填
currentCount
int
当前已募集份数
必填
wishCardCount
int
剩余幸运卡数量
必填