From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001 From: 单军华 Date: Thu, 12 Jul 2018 13:44:34 +0800 Subject: [PATCH] bug修复和功能优化 --- screendisplay/screendisplay/Classes/Network/PPNetworkHelper/PPInterfacedConst.m | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/screendisplay/screendisplay/Classes/Network/PPNetworkHelper/PPInterfacedConst.m b/screendisplay/screendisplay/Classes/Network/PPNetworkHelper/PPInterfacedConst.m new file mode 100755 index 0000000..69ec8f8 --- /dev/null +++ b/screendisplay/screendisplay/Classes/Network/PPNetworkHelper/PPInterfacedConst.m @@ -0,0 +1,30 @@ +// +// PPInterfacedConst.m +// PPNetworkHelper +// +// Created by YiAi on 2017/7/6. +// Copyright �� 2017��� AndyPang. All rights reserved. +// + +#import "PPInterfacedConst.h" + +#if DevelopSever +/** ������������-���������������*/ +NSString *const kApiPrefix = @"������������������������������ ���: http://192.168.10.10:8080"; +#elif TestSever +/** ������������-���������������*/ +//NSString *const kApiPrefix = @"http://monitor-api2.7drlb.com/mobile"; +NSString *const kApiPrefix = @"http://192.168.1.101:8090/screen_api_v2"; +#elif ProductSever +/** ������������-���������������*/ +NSString *const kApiPrefix = @"https://monitor-api2.7drlb.com"; +#endif + +/** ������*/ +NSString *const kLogin = @"/mobile/login"; +/** ������������������*/ +NSString *const kDevices = @"/mobile/devices"; +/** ������������������*/ +NSString *const kDetail = @"/mobile/sensors"; +/** ������������������������*/ +NSString *const kHistory = @"/mobile/sensor"; -- Gitblit v1.8.0