Kaynağa Gözat

test

master
huangjiajun 3 gün önce
ebeveyn
işleme
bf8654e58b
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      app/svc/svc_advertising.go

+ 5
- 0
app/svc/svc_advertising.go Dosyayı Görüntüle

@@ -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,


Yükleniyor…
İptal
Kaydet