实现用户领取任务时,创建对应的奖励记录

This commit is contained in:
2025-06-26 11:15:17 +08:00
parent 085102b99d
commit 9bfdaf5fa2
4 changed files with 11 additions and 8 deletions

View File

@ -59,7 +59,7 @@ type LoginUserRankingNum struct {
// GetTaskIn 添加任务记录入参
type GetTaskIn struct {
TaskId int `json:"taskId"`
TaskId string `json:"taskId"`
StoreId int `json:"storeId"`
NetBarAccount string `json:"netBarAccount"`
UserId int `json:"userId"`