1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
//
// CYConstManager.m
// Lighting
//
// Created by 曹云霄 on 2016/10/17.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import "CYConstManager.h"
/*****************************************接口地址*****************************************/
/**
* 猪八戒3D
*/
NSString *const BAJIE3D = @"http://ysj.zbj.com/oem/100001.html?consumerId=%@&resellerId=%@&uId=%@&key=9efb9f0537d24caca3c30fe7b9aeb0af";
/**
* 登陆
*/
NSString *const LOGIN = @"/employee/login";
/**
* 门店地址
*/
NSString *const STOREADDRESS = @"/resellerStore/getStoreAddress/%@";
/**
* 修改密码发送验证码
*/
NSString *const SENDSMS = @"/system/sendSms?mobilephone=%@&username=%@";
/**
* 绑定银行卡
*/
NSString *const SENDSMSBANK = @"/system/bankCardBindSendSms?mobilephone=%@&username=%@";
/**
* 重置密码
*/
NSString *const RESETPASSWORD = @"/employee/resetPassword";
/**
* 新增地址
*/
NSString *const ADDADDRESS = @"/shippingAddress/save";
/**
* 更改地址
*/
NSString *const CHANGEADDRESS = @"/shippingAddress/update";
/**
* 删除地址
*/
NSString *const REMOVEADDRESS = @"/shippingAddress/remove/";
/**
* 场景筛选
*/
NSString *const SCENESCREENING = @"/scene/getSceneFilter";
/**
* 热门搜索
*/
NSString *const HOTSEARCH = @"/hottag/getHotTag";
/**
* 场景列表
*/
NSString *const SCENELIST = @"/scene/query";
/**
* 经营者二维码
*/
NSString *const QRCODE = @"/employee/getReseller";
/**
* 确认支付
*/
NSString *const CONFIRMPAY = @"/order/payOrder";
/**
* 获取购物袋商品
*/
NSString *const SHOPPINGBAG = @"/shopcart/query";
/**
* 删除购物袋
*/
NSString *const REMOVESHOPPINGBAG = @"/shopcart/delete";
/**
* 更改购物车商品数量、价格
*/
NSString *const CHANGESHOPPINGBAGNUMBERPRICE = @"/shopcart/updateCostPrice/?cartId=%@&costPrice=%@&goodsId=%@&goodsNum=%ld";
/**
* 添加到购物车
*/
NSString *const ADDSHOPPINGBAG = @"/shopcart/save";
/**
* 查询购物车数量
*/
NSString *const QUERYSHOPPINGBAGNUMBER = @"/shopcart/get?consumerId=%@";
/**
* 查询所有订单
*/
NSString *const QUERYORDER = @"/order/query";
/**
* 撤销订单
*/
NSString *const RESETORDER = @"/order/updateOrderState/";
/**
* 分享商品
*/
NSString *const SHARE = @"/system/shareGoods";
/**
* 分享订单
*/
NSString *const SHAREORDERBILL = @"/order/OrderShare";
/**
* 分享帖子
*/
NSString *const SHAREINVITATION = @"/forum/forumTopicShare/%@";
/**
* 产品筛选
*/
NSString *const PRODUCTSCREENING = @"/goods/getGoodsFilter";
/**
* 产品列表
*/
NSString *const PRODUCTLIST = @"/goods/query";
/**
* 条形码搜索
*/
NSString *const BARCODESEARCH = @"/goods/getGoodsByCode/";
/**
* 获取导购关联客户
*/
NSString *const GETshoppersCONSUMER = @"/consumer/query";
/**
* 修改密码
*/
NSString *const MODIFYPASSWORD = @"/employee/modifyPassword";
/**
* 订单详情
*/
NSString *const ORDERDETAILS = @"/order/findOrder/";
/**
* PDF路径
*/
NSString *const DOWNLOADPDF = @"/order/urlOfprintPDF/";
/**
* 收货地址
*/
NSString *const SHIPPINGADDRESS = @"/shippingAddress/listAddress/";
/**
* 生成订单
*/
NSString *const CREATEORDER = @"/order/save";
/**
* 商品详情
*/
NSString *const GOODSDETAILS = @"/goods/getGoods/";
/**
* 导购返利
*/
NSString *const shoppersCOMMISSION = @"/employee/getCommission?id=";
/**
* 上传文件
*/
NSString *const UPLOADHEADER = @"/system/upload";
/**
* 修改导购个人信息
*/
NSString *const MODITYshoppersINFORMATION = @"/employee/updateEmployee";
/**
* 注销登录
*/
NSString *const CANCELLOGIN = @"/employee/logout";
/**
* 新增客户
*/
NSString *const ADDCONSUMER = @"/consumer/save";
/**
* 写入访问时间
*/
NSString *const SAVEVISITEDTIME = @"/consumer/saveLastVisitedTime?consumerId=";
/**
* 获取版本升级信息
*/
NSString *const VERSION = @"/employee/getUpgrade?";
/**
* 查询返利信息
*/
NSString *const REBATE = @"/applybill/getTotal";
//** 提现 */
NSString *const WITHDRAWAL = @"/applybill/save";
/**
* 收支明细
*/
NSString *const PAYMENTS = @"/applybill/queryCommission";
/**
* 提现进度
*/
NSString *const WITHDRAWALPROGRESS = @"/applybill/queryApplyBill";
/**
* 提现进度详情
*/
NSString *const WITHDRAWALPROGRESSDETAILS = @"/applybill/getDetailState";
/**
* 查询实时促销信息
*/
NSString *const PROMOTIONAL = @"/promotion/calc?orderNumber=%@";
/**
* 查询历史促销信息
*/
NSString *const OLDPROMOTIONAL = @"/orderpromotion/get/%@";
/**
* 查询我的卡劵信息
*/
NSString *const CARDINFORMATION = @"/jingdongecard/query";
/**
* 发放JDEka
*/
NSString *const JDECARD = @"/jingdongecard/dispense?denomation=%ld&guideId=%@&orderNumber=%@";
/**
* 激活京东E卡
*/
NSString *const ACTIVIATIONJDECARD = @"/jingdongecard/active?orderNumber=%@&orderReceiptUrl=%@";
/**
* 领取京东E卡
*/
NSString *const RECEIVEJDECARD = @"/jingdongecard/use?cardNumber=%@";
/**
* 查询所有京东E卡
*/
NSString *const QUERYALLJDECARD = @"/jingdongecard/simpleQuery";
/**
* 使用京东E卡
*/
NSString *const USEJDECARD = @"/jingdongecard/use?cardNumber=%@";
/**
* 抽奖
*/
NSString *const DRAW = @"/tOLotteryController.do?lotteryAward&lotteryId=%@&drawId=%@&orderNumber=%@";
/**
* 拼接订单详情URL(打印/预览)
*/
NSString *const ORDERDETAILSURL = @"/tOOrderController.do?htmlOfPdf&reseller_id=%@&order_number=%@";
/**
* 抽奖结果查询
*/
NSString *const LOTTERYED = @"/lottery/query";
/**
* 使用微信卡劵
*/
NSString *const USEWECHATCARD = @"http://wxcard.opple.com/api/Pay?voucherNo=%@&orderNum=%@&orderTotal=%@";
/**
* 查询积分
*/
NSString *const INTEGRALQUERY = @"/score/details?employee=%@";
/**
* 奖品列表
*/
NSString *const PRIZELIST = @"/prize/query";
/**
* 所有的兑奖记录
*/
NSString *const ALLEXCHANGERECORD = @"/prizebill/all?employee=%@";
/**
* 是否有兑奖资格
*/
NSString *const EXCHANGEQUALIFICATION = @"/prizequalification?employee=%@";
/**
* 保存兑奖单
*/
NSString *const SAVEPRIZEBILL = @"/prizebill";
/**
* 兑奖单详情
*/
NSString *const PRIZEBILLDETAILS = @"/prizebill/%@";
/**
* 公告列表
*/
NSString *const AFFICHELIST = @"/affiche/query";
/**
* 公告详情
*/
NSString *const AFFICHEdETAILS = @"/affiche/get/%@";
/**
* 学习类型
*/
NSString *const STUDYTYPES = @"/study/getTypes";
/**
* 论坛讨论项分类第二层
*/
NSString *const FORUMCATEGORYS = @"/forum/getCategorys/%@/%@";
/**
* 论坛讨类型第一层
*/
NSString *const FORUMTYPS = @"/forum/getForumType";
/**
* 学习项详情
*/
NSString *const STUDYITEMDETAIL = @"/study/getTask/%@";
/**
* 学习列表
*/
NSString *const STUDYLIST = @"/study/query";
/**
* 闯关信息
*/
NSString *const THROUGHLIST = @"/passLevel/query";
/**
* 提交考核结果
*/
NSString *const SUBMITANSWER = @"/study/submitStudyResult";
/**
* 获取对应的积分
*/
NSString *const GETINTEGRAL = @"/score/getScoreRule/%@";
/**
* 获取闯关详情
*/
NSString *const GETPASSLEVELDETAILS = @"/passLevel/getPassLevel/%@";
/**
* 提交闯关答案
*/
NSString *const SUBMITEMIGRATEDANSWER = @"/passLevel/submitPassLevelResult";
/**
* 查询论坛列表
*/
NSString *const QUERTFORUMLIST = @"/forum/query";
/**
* 发布帖子
*/
NSString *const SUBMITTOPIC = @"/forum/postTopic";
/**
* 回复帖子
*/
NSString *const REPLYPOST = @"/forum/replyTopic";
/**
* 最佳回复、取消最佳回复
*/
NSString *const BASEREPLY = @"/forum/updateBestReply/%@/%@?best=%@";
/**
* 点赞、取消点赞
*/
NSString *const PRAISE = @"/forum/updateLikeTopic/%@?like=%@";
/**
* 删除帖子
*/
NSString *const DELETEPOST = @"/forum/deleteTopic/%@";
/**
* 帖子回复
*/
NSString *const POSTDETAIL = @"/forum/queryReply";
/**
* 公告已读
*/
NSString *const READANNOUNCEMENT = @"/affiche/read/%@?departId=%@&employee_id=%@&read_time=%@";
/**
* 验证银行卡信息
*/
NSString *const VALIDATION = @"/applybill/commAuth";
/**
* 绑定银行卡
*/
NSString *const BINDING = @"/applybill/bind";
/**
* 解除绑定银行卡
*/
NSString *const UNBINDING = @"/applybill/unbind/%@";
/**
* 学习完成
*/
NSString *const FINISHSTUDY = @"/study/finishStudy/%@/%@";
/**
* 附件播放时间
*/
NSString *const ATTACHMENTPLAYTIME = @"/attachment/play";
/**
* 消息列表
*/
NSString *const MESSAGELIST = @"/notice/query";
/**
* 消息已读
*/
NSString *const MESSAGE_READ = @"/notice/read/%@?employee_id=%@";
/**
* 首页数据
*/
NSString *const HOME_DATA = @"/banner/getBanners";
/**
* 闯关结果
*/
NSString *const PASSLEVERESULT = @"/passLevel/getPasslevelResult/%@";
/**
* 验证经销商ID是否正确
*/
NSString *const RESELLER = @"http://opdj.opple.com/olf/mfinfo/getByMfcode.do";
/**
* 保存经销商ID
*/
NSString *const SAVERESELLER = @"/resellerStore/saveResellerStore";
/**
* 首页轮播图速度
*/
NSString *const BANNERS_SPEED = @"/banner/getBannerSpeed";
/**
* 时间轴主题
*/
NSString *const GETTIMELINE = @"/forum/getTimeLine";
/**
* 综合讨论区
*/
NSString *const DEFAULTFORUM_CATEGORY = @"/forum/getDefaultForumCategory/%@";
/**
* 查询红包
*/
NSString *const QUERY_REDPACKAGE = @"/redPackage/query";
/**
* 上传红包小票路径
*/
NSString *const READPACKETPATH = @"/redPackage/uploadNote?orderNumber=%@&orderReceiptUrl=%@";
/**
* 保存门店地区
*/
NSString *const ADDRESS = @"/resellerStore/saveStoreAddress";
/**
* 读帖
*/
NSString *const READTOPIC = @"/forum/readForumTopic/%@/%@";
/*****************************************接口地址*****************************************/
/**
* 通知已上传小票
*/
NSString *const UPLOAD_COMPLETE = @"UploadToComplete";
/**
* 通知已查看京东卡密码
*/
NSString *const VIEWPASSWORD = @"viewPassword";
/**
* 京东卡状态<发放>
*/
NSString *const DISPENSED = @"dispensed";
/**
* 京东卡状态<激活>
*/
NSString *const ACTIVED = @"actived";
/**
* 京东卡状态<审批中>
*/
NSString *const CHECK = @"checking";
/**
* 京东卡状态<查看>
*/
NSString *const USED = @"used";
/**
* 更新购物车商品
*/
NSString *const SHOPPINGCARGOODS = @"shoppingCar";
/**
* 打开体验中心
*/
NSString *const OPENFOLLOWHEARTVC = @"FollowHeartVC";
/**
* 打开3D体验中心
*/
NSString *const OPENFOLLOWHEART3DVC = @"OPENFOLLOWHEART3DVC";
/**
* 微信卡劵
*/
NSString *const WXCardAction = @"WXCardAction";
/**
* 京东E卡
*/
NSString *const JDECardAction = @"jdECardAction";
/**
* 导购
*/
NSString *const GUIDE = @"guide";
/**
* 消费者
*/
NSString *const CONSUMER = @"consumer";
/**discountAction
* 折扣金额
*/
NSString *const deductionAction = @"deductionAction";
//discount
/**
* 现金红包
*/
NSString *const redPackageAction = @"redPackageAction";
/**
* 大转盘红包
*/
NSString *const dzpRedPackage = @"dzpRedPackage";
/**
* 赠送商品
*/
NSString *const goodsAction = @"goodsAction";
/**
* 转盘抽奖
*/
NSString *const lotteryAction = @"lotteryAction";
/**
* 微信卡劵
*/
NSString *const WeChatCard = @"wxCardAction";
/**
* 未付款
*/
NSString *const NOTPAY = @"001";
/**
* 已付款
*/
NSString *const PAYSUCCESS = @"002";
/**
* 已发货
*/
NSString *const SHIPPED = @"003";
/**
* 已退货
*/
NSString *const RETURN = @"004";
/**
* 已作废
*/
NSString *const CANCEL = @"005";
/**
* 已完成
*/
NSString *const COMPLETED = @"006";
/**
* 已抽奖
*/
NSString *const ACCOMPLISHED = @"accomplished";
/**
未抽奖
*/
NSString *const INITIAL = @"initial";
/**
* 刷新购物车
*/
NSString *const REFRESHSHOPPINGCAR = @"GOODSNUMBER";
/**
* 更改用户名
*/
NSString *const CHANGECUSTOMERNAME = @"CHANGECUSTOMERNAME";
/**
* 更改导购名
*/
NSString *const CHANGEshoppersNAME = @"CHANGEshoppersNAME";
/**
* 未读公告
*/
NSString *const NOTREADANNOUNCEMENT = @"NOTREADANNOUNCEMENT";
/**
* 学习完成
*/
NSString *const STUDYFINISH = @"5";
/**
* 考核通过
*/
NSString *const INSPECTIONTHROUGH = @"6";
/**
* 闯关通过
*/
NSString *const RECRUITTHROUGH = @"7";
/**
* 返利
*/
NSString *const COMMISSION = @"commission";
/**
* 红包
*/
NSString *const REDPACKAGE = @"redPackage";
/**
* 欧普问问
*/
NSString *const OPPLE_ASK = @"欧普问问";
/**
* 消息
*/
NSString *const MESSAGE_COUNT = @"MESSAGE_COUNT";
/**
* 通知
*/
NSString *const NSNOTIFICATION_MESSAGE = @"NSNotificationCenter";
/**
* 登陆超时通知
*/
NSString *const LOGINTIMEOUT = @"logintimeout";
/**
* 更新版本通知
*/
NSString *const UPLOADVERSION = @"uploadVersion";
/**
* 网络断开
*/
NSString *const NETWORK = @"网络已断开";
/**
* 搜索框输入通知
*/
NSString *const SEARCHSTRING = @"SEARCHINPUTSTRING";
/**
* 搜索框返回根视图
*/
NSString *const POPROOTCONTROLLER = @"POPROOTCONTROLLER";
/**
* 储存本地的搜索历史文件名
*/
NSString *const SEARCHHISTORY = @"searchhistory";
/**
* 保存用户名key
*/
NSString *const USERNAME = @"username";
/**
* 保存密码key
*/
NSString *const PASSWORD = @"password";
/**
* 网络请求返回个数
*/
NSInteger const KROWS = 12;
/**
保存账号key
*/
NSString *const SAVEACCOUNT = @"account";
/**
保存密码key
*/
NSString *const SAVEPASSWORD = @"passWord";
/**
时间轴动画
*/
NSString *const ANIMATION = @"animationTimeLine";
/**
刷新综合讨论区
*/
NSString *const REFRESH_FROUMLIST = @"RefreshList";
/**
修改导购名字
*/
NSString *const CHANGEGUIDENAME = @"CHANGEGUIDENAME";