ThimraTV/Thimra/Base/Networking/Base/SPURLPath.swift
2025-04-24 11:14:21 +08:00

50 lines
1.2 KiB
Swift

//
// SPURLPath.swift
// Thimra
//
// Created by on 2025/4/8.
//
import UIKit
/*
https://admin-thimratv.guyantv.com/login
https://api-thimratv.thimratv.com/0a2c5b02/
appweb
https://thimratv.com/
https://www.thimratv.com/
https://campaign.thimratv.com/
*/
#if DEBUG
//let SPBaseURL = "https://test1-api.guyantv.com"
//let SPURLPathPrefix = ""
let SPBaseURL = "https://api-thimratv.thimratv.com"
let SPURLPathPrefix = "/0a2c5b02"
let SPWebBaseURL = "https://www.thimratv.com"
#else
let SPBaseURL = " https://api-thimratv.thimratv.com"
let SPURLPathPrefix = "/0a2c5b02"
let SPWebBaseURL = "https://www.thimratv.com"
#endif
///
let SPUserAgreementWebUrl = SPWebBaseURL + "/user_policy"
///
let SPPrivacyPolicyWebUrl = SPWebBaseURL + "/private"
///
let SPInformationProtectionWebUrl = SPWebBaseURL + "/information_protection"
///
let SPInformationSharingWebUrl = SPWebBaseURL + "/information_sharing"
///
let SPPersoInforDisclosureWebUrl = SPWebBaseURL + "/persoInfor_disclosure"
///
let SPCivizatioConventionWebUrl = SPWebBaseURL + "/civizatio_convention"