新版本
This commit is contained in:
+13
-1
@@ -87,7 +87,7 @@ alpha:1.0]
|
||||
#import "IfishTaskModel.h"
|
||||
#import "merchantModel.h"
|
||||
#import "dataContorl.h"
|
||||
#import "zbar.h"
|
||||
//#import "zbar.h"
|
||||
#import "AFHttpTool.h"
|
||||
#import "AFNOHeaderHttpTool.h"
|
||||
#import "IFISHHttpTool.h"
|
||||
@@ -464,5 +464,17 @@ alpha:1.0]
|
||||
#define IFishUserActivitiesMaxCount [NSString stringWithFormat:@"%@/api/userActivitiesMaxCount",JIEKOUPORT]
|
||||
|
||||
|
||||
#define NEWServerURL @"http://139.196.24.156:8080"
|
||||
//四十二、 保存\修改 智能加热棒信息
|
||||
#define SaveHotBarInfo [NSString stringWithFormat:@"%@/api/user/saveOrUpdateDeviceHeaterInfo.do",JIEKOUPORT]
|
||||
// 四十三、 获取智能加热棒信息
|
||||
#define GetHotBarInfo [NSString stringWithFormat:@"%@/api/user/getDeviceHeaterInfo.do",JIEKOUPORT]
|
||||
//四十四、 删除智能加热棒信息
|
||||
#define DeleteHotBar [NSString stringWithFormat:@"%@/api/user/deleteDeviceHeaterInfo.do",JIEKOUPORT]
|
||||
|
||||
//
|
||||
#define getHotBarHistory [NSString stringWithFormat:@"%@/api/user/getDeviceHeaterPhsByDate.do",JIEKOUPORT]
|
||||
|
||||
|
||||
|
||||
#endif /* Define_h */
|
||||
|
||||
Reference in New Issue
Block a user