|
|
@@ -143,6 +143,7 @@ func AdvertisingState(c *gin.Context) { |
|
|
|
utils.FilePutContents("AdvertisingState", utils.SerializeStr(map[string]interface{}{ |
|
|
|
"is_success": isSuccess, |
|
|
|
"id": req.Id, |
|
|
|
"ecpm": req.Ecpm, |
|
|
|
"getString": getString, |
|
|
|
"time": time.Now().Format("2006-01-02 15:04:05"), |
|
|
|
})) |
|
|
|