Files
OrderScheduling/OrderScheduling/Strings/EnvironmentStrings.swift
DDIsFriend b846be8803 update
2023-08-30 11:10:38 +08:00

19 lines
284 B
Swift

//
// 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
public let GROUPID = "group.com.sino.supplier"