作者 yangfu

1.推送修改 :透传 赋值payload

@@ -165,6 +165,7 @@ func NewAps(options *push.Options) (v *Aps) { @@ -165,6 +165,7 @@ func NewAps(options *push.Options) (v *Aps) {
165 Alert: NewAlert(options), 165 Alert: NewAlert(options),
166 AutoBadge: "+1", 166 AutoBadge: "+1",
167 ContentAvailable: 1, 167 ContentAvailable: 1,
  168 + Payload: options.TransmissionContent,
168 } 169 }
169 return 170 return
170 } 171 }