You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
712 B

//
// APIConst.swift
// Lookfit
//
// Created by lemo. on 2020/4/22.
// Copyright © 2020 Sheldon. All rights reserved.
//
import Foundation
let baseUrl = "http://4g.watch.app.ecellsz.com:8089/"
///
let getLastAppUpgradeLogUrl = "user/getLastAppUpgradeLog"
///
let getHeFengLiveWeatherUrl = "app/weather/getHeFengLiveWeather"
///
let getHeFengForecastWeatherUrl = "app/weather/getHeFengForecastWeather"
///
let wechatGetCodeUrl = "wechat/getCode"
///
let dialListUrl = "app/package/select/list"
///
let getDeviceFunByBrandCodeUrl = "device/getDeviceFunByBrandCode"