|
@@ -1433,8 +1433,9 @@ func (s *SyncData) SyncArpu() {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (s *SyncData) RemindSendOne() {
|
|
func (s *SyncData) RemindSendOne() {
|
|
|
- url := "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=89460a48-e1a1-4181-86c0-533bad342628"
|
|
|
|
|
- content := "请修改腾讯付费目标"
|
|
|
|
|
- mobile := []string{"18874128185"}
|
|
|
|
|
|
|
+ //url := "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=89460a48-e1a1-4181-86c0-533bad342628"
|
|
|
|
|
+ url := global.GVA_CONFIG.SendUrl.SendUrlOne
|
|
|
|
|
+ content := "请查看腾讯游戏是否有付费目标"
|
|
|
|
|
+ mobile := []string{global.GVA_CONFIG.SendUrl.TxSendMobile}
|
|
|
s.common.RemindSend(url, content, mobile)
|
|
s.common.RemindSend(url, content, mobile)
|
|
|
}
|
|
}
|