文档
测试
POST
/ttmusic-gateway/ttmusic-task/sign/sign

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
taskId
必填
signDate
签到年月日
必填
is7Days
是否第七天签到 0-否 1-是
必填

响应参数

参数名
类型
描述
必填

说明 / 示例

/** * 用户编号 */ private Long customerId; /** * 变更类型 1-入账 2-出账 */ private Integer changeType; /** * 数量 */ private Integer changeNum; /** * 来源 * GrowAccountSourceEnum */ private Integer source; /** * 来源id */ private Integer sourceId; /** * 变更币种 1-金币 2-银币 3-现金 */ private Integer changeAccountType;