From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 10:47:42 +0800 Subject: [PATCH] 首次上传 --- 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..d4a1977 --- /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://www.baidu.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