File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 _ "net/http/pprof"
1010
1111 "github.com/gogap/logs"
12- "github.com/souriki/ali_mns "
12+ "github.com/aliyun/aliyun-mns-go-sdk "
1313)
1414
1515type appConf struct {
@@ -38,7 +38,7 @@ func main() {
3838 conf .AccessKeySecret )
3939
4040 msg := ali_mns.MessageSendRequest {
41- MessageBody : "hello <\" souriki/ali_mns \" >" ,
41+ MessageBody : "hello <\" aliyun-mns-go-sdk \" >" ,
4242 DelaySeconds : 0 ,
4343 Priority : 8 }
4444
Original file line number Diff line number Diff line change 66 "io/ioutil"
77
88 "github.com/gogap/logs"
9- "github.com/souriki/ali_mns "
9+ "github.com/aliyun/aliyun-mns-go-sdk "
1010)
1111
1212type appConf struct {
@@ -79,7 +79,7 @@ func main() {
7979
8080 // 4. now publish message
8181 msg := ali_mns.MessagePublishRequest {
82- MessageBody : "hello topic <\" souriki/ali_mns \" >" ,
82+ MessageBody : "hello topic <\" aliyun-mns-go-sdk \" >" ,
8383 MessageAttributes : & ali_mns.MessageAttributes {
8484 MailAttributes : & ali_mns.MailAttributes {
8585 Subject : "AAA中文" ,
You can’t perform that action at this time.
0 commit comments