MoviaBox/Thimra/Base/Networking/Base/SPURLPath.swift
2025-04-22 15:21:12 +08:00

51 lines
1.4 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.htm"
///
let SPPrivacyPolicyWebUrl = SPWebBaseURL + "/private.htm"
///
let SPInformationProtectionWebUrl = SPWebBaseURL + "/information_protection.html"
///
let SPInformationSharingWebUrl = SPWebBaseURL + "/information_sharing.html"
///
let SPPersoInforDisclosureWebUrl = SPWebBaseURL + "/persoInfor_disclosure.html"
///
let SPCivizatioConventionWebUrl = SPWebBaseURL + "/civizatio_convention.html"
///
let SPMemberShipAgreementWebUrl = SPWebBaseURL + "/member_ship_agreement.html"