This repository was archived by the owner on Oct 19, 2020. It is now read-only.
Open
Conversation
DeanThompson
suggested changes
Sep 29, 2017
| JPush API Go Client | ||
| ==================== | ||
|
|
||
| [](https://godoc.org/github.com/DeanThompson/jpush-api-go-client) [](https://travis-ci.org/DeanThompson/jpush-api-go-client) |
Owner
There was a problem hiding this comment.
如果要 merge 进来,请把文档地址恢复到 github.com/DeanThompson, 下同
| "fmt" | ||
| "net/http" | ||
|
|
||
| "github.com/DeanThompson/jpush-api-go-client/common" |
|
|
||
| Title string `json:"title,omitempty"` | ||
| BuilderId int `json:"builder_id,omitempty"` | ||
| Style int `json:"style,omitempty"` |
| // 平台通用的通知属性 | ||
| type platformNotification struct { | ||
| Alert string `json:"alert"` // required | ||
| Alert interface{} `json:"alert"` // required |
| } | ||
|
|
||
| func NewIosNotification(alert string) *IosNotification { | ||
| func NewIosNotification(alert map[string]string) *IosNotification { |
| *.exe | ||
| *.test | ||
| *.prof | ||
| api.push |
Owner
There was a problem hiding this comment.
新增的 ignore 规则,请添加到末尾,保留原来的规则
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.