Files
OrderScheduling/OrderScheduling/Strings/CommonKeyStrings.swift
DDIsFriend c853b73127 update
2023-09-07 17:09:41 +08:00

49 lines
1.2 KiB
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// CommonKeyStrings.swift
// OrderScheduling
//
// Created by on 2023/8/30.
//
import Foundation
//
public let pushNoti_aps_key = "aps"
public let pushNoti_alert_key = "alert"
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 pushNoti_appointmentOrder_key = "预约订单提醒"
public let pushNoti_broadcastKeywords_key = "broadcastKeywords"
public let pushNoti_isShowPop_key = "isShowPop"
public let pushNoti_titleContent_key = "titleContent"
public let pushNoti_confirmButtonText_key = "confirmButtonText"
public let pushNoti_cancelButtonText_key = "cancelButtonText"
//
public let juheNewOrderAudio_key = "juheNewOrderAudio.wav"
public let newOrderAudio_key = "newOrderAudio.wav"
public let appointmentOrderAudio_key = "appointmentOrder.wav"
//
public let noti_isCallSuccess_key = "isCallSuccess"
public let noti_callTime_key = "callTime"
public let noti_duration_key = "duration"