task_relay_info

This commit is contained in:
iszcz
2025-08-25 18:01:10 +08:00
parent 5d384fa4f6
commit d904f9b486
10 changed files with 88 additions and 94 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ type SyncTaskQueryParams struct {
UserIDs []int
}
func InitTask(platform constant.TaskPlatform, relayInfo *commonRelay.TaskRelayInfo) *Task {
func InitTask(platform constant.TaskPlatform, relayInfo *commonRelay.RelayInfo) *Task {
t := &Task{
UserId: relayInfo.UserId,
SubmitTime: time.Now().Unix(),