get tasks + insert result

This commit is contained in:
nquidox 2026-03-08 16:42:37 +03:00
parent 47700dfd14
commit 718101ee67
6 changed files with 268 additions and 8 deletions

View file

@ -44,3 +44,9 @@ type ExtraData struct {
OriginId int64
URL string
}
type taskData struct {
MerchUuid string
OriginName string
Url string
}