diff --git a/script/fruit_day_award.go b/script/fruit_day_award.go index ddd1964a6c3a13c324f7ce61ba8d931c7dcc313f..de4ffd4533f8cc8646186d2d2c93fcabf4a39c4c 100644 --- a/script/fruit_day_award.go +++ b/script/fruit_day_award.go @@ -41,7 +41,7 @@ func ats32(a interface{}) string { } func main() { - url := "https://apiv2.faceline.live/v1/fruitMachine/rank/award?lang=zh-cn&pageIndex=1&pageSize=50000&beginDate=2023-08-16&endDate=2023-08-16&userCode=&timezone=1" + url := "https://apiv2.faceline.live/v1/fruitMachine/rank/award?lang=zh-cn&pageIndex=1&pageSize=50000&beginDate=2023-08-17&endDate=2023-08-17&userCode=&timezone=1" method := "GET" client := &http.Client{} @@ -95,7 +95,7 @@ func main() { for _, v := range svips { svipMap[v.Code] = v.Level } - excelFileName := fmt.Sprintf("./0816水果机中奖榜.xlsx") + excelFileName := fmt.Sprintf("./0817水果机中奖榜.xlsx") xlFile := xlsx.NewFile() sheet, _ := xlFile.AddSheet("charge") row := sheet.AddRow() diff --git a/sdk/tencentyun/tencentyun.go b/sdk/tencentyun/tencentyun.go index eece1e2c324e26a029b59e3476e49aef5b032aa1..f351743a272f7267a69a770654f1dea11b56af2b 100644 --- a/sdk/tencentyun/tencentyun.go +++ b/sdk/tencentyun/tencentyun.go @@ -1532,7 +1532,7 @@ func SendSystemMsg(logger *logrus.Entry, groupId string, members []string, conte } func SendSystemMsgBy(logger *logrus.Entry, txGroupId string, members []string, content string, reqUrl string, getAdminSig func() (string, error), appId int) error { logger = logger.WithField("appId", appId).WithField("txGroupId", txGroupId) - logger.Infof("SendSystemMsg content: %s", content) + //logger.Infof("SendSystemMsg content: %s", content) beginTime := time.Now() type BodyStruct struct {