Browse Source

广告回调

master
huangjiajun 2 days ago
parent
commit
df51eb14c5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/model/advertising_callback.go

+ 1
- 0
src/model/advertising_callback.go View File

@@ -15,4 +15,5 @@ type AdvertisingCallback struct {
IsRun int `json:"is_run" xorm:"default 0 INT(1)"`
CreateAt time.Time `json:"create_at" xorm:"DATETIME"`
UniqId string `json:"uniq_id" xorm:"VARCHAR(255)"`
Integral string `json:"integral" xorm:"comment('积分') VARCHAR(255)"`
}

Loading…
Cancel
Save