This commit is contained in:
DDIsFriend
2023-08-30 17:48:23 +08:00
parent 61ff533423
commit 456b879a00
8 changed files with 137 additions and 298 deletions

View File

@@ -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"