docs: update doc

This commit is contained in:
Bo-Yi Wu
2018-05-21 10:21:59 +08:00
parent 0adf7b7f1f
commit f6c465e2e1

View File

@@ -480,7 +480,7 @@ Request body must has a notifications array. The following is a parameter table
| badge | int | badge count | - | only iOS |
| category | string | the UIMutableUserNotificationCategory object | - | only iOS |
| alert | string array | payload of a iOS message | - | only iOS. See the [detail](#ios-alert-payload) |
| mutable_content | bool | enable Notification Service app extension. | - | only iOS(10.0+). |
| mutable-content | bool | enable Notification Service app extension. | - | only iOS(10.0+). |
### iOS alert payload
| name | type | description | required | note |