Ver a proveniência

update

master
DengBiao há 2 anos
ascendente
cometimento
d1cea6f2d6
1 ficheiros alterados com 4 adições e 2 eliminações
  1. +4
    -2
      internal/logic/domain/message/service/app_push.go

+ 4
- 2
internal/logic/domain/message/service/app_push.go Ver ficheiro

@@ -48,13 +48,15 @@ func JgPush(args md3.PushParams) {
jgPushAppKey := svc.SysCfgGet(args.MasterId, "jg_push_app_key")
jgPushAppSecret := svc.SysCfgGet(args.MasterId, "jg_push_app_secret")
fmt.Println(">>>>>>>>>>>>>>>>>>>>jg_push_app_key<<<<<<<<<<<<<<<<<<<<<<", jgPushAppKey)
fmt.Println(">>>>>>>>>>>>>>>>>>>>jg_push_app_key<<<<<<<<<<<<<<<<<<<<<<", jgPushAppSecret)
fmt.Println(">>>>>>>>>>>>>>>>>>>>jg_push_app_secret<<<<<<<<<<<<<<<<<<<<<<", jgPushAppSecret)
if jgPushAppKey == "" || jgPushAppSecret == "" {
return
}
//alia := db.DbUserPushForJg.UserPushForJgGetWithDb(args.MasterId, args.Uid)
var aud = md2.PushAudience{Alias: []string{args.PushAlia}}
var extras interface{}
var extras = map[string]interface{}{
"extras": "拓展信息",
}
var param = md2.PushParam{
Platform: "all",
Audience: aud,


Carregando…
Cancelar
Guardar