update
This commit is contained in:
@@ -7,12 +7,22 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
public let aps_key = "aps"
|
||||
// 远程推送的键,字符串为后台定义,切勿更改
|
||||
public let pushNoti_aps_key = "aps"
|
||||
|
||||
public let alert_key = "alert"
|
||||
public let pushNoti_alert_key = "alert"
|
||||
|
||||
public let juheVehcileName_key = "juheVehcileName"
|
||||
public let pushNoti_title_key = "title"
|
||||
|
||||
public let pushNoti_body_key = "body"
|
||||
|
||||
public let pushNoti_juheVehcileName_key = "juheVehcileName"
|
||||
|
||||
public let pushNoti_taskCode_key = "taskCode"
|
||||
|
||||
public let pushNoti_newOrder_key = "新订单"
|
||||
|
||||
// 本地音频的键
|
||||
public let juheNewOrderAudio_key = "juheNewOrderAudio.wav"
|
||||
|
||||
public let newOrderAudio_key = "newOrderAudio.wav"
|
||||
|
||||
Reference in New Issue
Block a user