initial
This commit is contained in:
11
OrderScheduling/Strings/ActionStrings.swift
Normal file
11
OrderScheduling/Strings/ActionStrings.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// ActionKey.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/7.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public let login_attach_userAgreement_key = "login_attach_userAgreement_key"
|
||||
public let login_attach_privacy_key = "login_attach_privacy_key"
|
||||
10
OrderScheduling/Strings/AppKeyStrings.swift
Normal file
10
OrderScheduling/Strings/AppKeyStrings.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// AppKeyStrings.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/4.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public let MAAppKey = "6e13671d1444633f9fd5a407a309555a"
|
||||
10
OrderScheduling/Strings/EntryStrings.swift
Normal file
10
OrderScheduling/Strings/EntryStrings.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// EntryStrings.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/9.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public let refuseOrderEntry = "refuseOrderEntry"
|
||||
14
OrderScheduling/Strings/EnvironmentStrings.swift
Normal file
14
OrderScheduling/Strings/EnvironmentStrings.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// EnvironmentStrings.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/8.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
#if DEBUG
|
||||
public let HOST = "https://api1.sino-assist.com"
|
||||
#else
|
||||
public let HOST = "https://api1.sino-assist.com"
|
||||
#endif
|
||||
24
OrderScheduling/Strings/LocalizedStrings.swift
Normal file
24
OrderScheduling/Strings/LocalizedStrings.swift
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// LocalizedStrings.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/7.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public let webViewLoadFailed = "加载失败"
|
||||
|
||||
public let networkFailed = "网络连接失败"
|
||||
|
||||
public let serviceFailed = "服务请求失败"
|
||||
|
||||
public let loginInputPhone = "请输入手机号"
|
||||
|
||||
public let dispatchOrderInputName = "请输入技师姓名"
|
||||
|
||||
public let dispatchOrderInputPhone = "请输入技师电话"
|
||||
|
||||
public let dispatchOrderInputLicense = "请输入救援车车牌"
|
||||
|
||||
public let dispatchOrderSuccess = "派单成功"
|
||||
22
OrderScheduling/Strings/NotificationStrings.swift
Normal file
22
OrderScheduling/Strings/NotificationStrings.swift
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// NotificationStrings.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/4.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public let Notification_loginSuccessToRescueController = "Notification_loginSuccessToRescueController"
|
||||
|
||||
public let Notification_toLoginController = "Notification_toLoginController"
|
||||
|
||||
public let Notification_logoutSuccessToLoginController = "Notification_logoutSuccessToLoginController"
|
||||
|
||||
public let Notification_reLoginToLoginController = "Notification_reLoginToLoginController"
|
||||
|
||||
public let Notification_dispatchOrderSuccessReloadIsRescuingController = "Notification_dispatchOrderSuccessReloadIsRescuingController"
|
||||
|
||||
public let Notification_dispatchOrderSuccessReloadPendingDispatchController = "Notification_dispatchOrderSuccessReloadPendingDispatchController"
|
||||
|
||||
public let Notification_reloadRescusControolerToDoMessageCount = "Notification_reloadRescusControolerToDoMessageCount"
|
||||
10
OrderScheduling/Strings/TimerStrings.swift
Normal file
10
OrderScheduling/Strings/TimerStrings.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// TimerStrings.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/7.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public let login_code_timer_key = "login_code_timer_key"
|
||||
12
OrderScheduling/Strings/UserDefaultStrings.swift
Normal file
12
OrderScheduling/Strings/UserDefaultStrings.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// UserDefaultStrings.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/4.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public let token_key = "token_key"
|
||||
|
||||
public let supplierType_key = "supplierType_key"
|
||||
Reference in New Issue
Block a user