huangjiajun vor 3 Tagen
Ursprung
Commit
bf8654e58b
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. +5
    -0
      app/svc/svc_advertising.go

+ 5
- 0
app/svc/svc_advertising.go Datei anzeigen

@@ -140,6 +140,11 @@ func AdvertisingState(c *gin.Context) {
isSuccess = "1"
integral = getString
}
utils.FilePutContents("AdvertisingState", utils.SerializeStr(map[string]interface{}{
"is_success": isSuccess,
"id": req.Id,
"time": time.Now().Format("2006-01-02 15:04:05"),
}))
res := md.AdvertisingState{
IsSuccess: isSuccess,
Integral: integral,


Laden…
Abbrechen
Speichern