CYConstManager.m 13.3 KB
Newer Older
曹云霄's avatar
曹云霄 committed
1 2 3 4 5 6 7 8 9 10
//
//  CYConstManager.m
//  Lighting
//
//  Created by 曹云霄 on 2016/10/17.
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//

#import "CYConstManager.h"

曹云霄's avatar
曹云霄 committed
11 12 13



曹云霄's avatar
曹云霄 committed
14
/*****************************************接口地址*****************************************/
15 16 17 18 19
/**
 *  登陆
 */
NSString *const LOGIN = @"/employee/login";

20 21 22 23 24
/**
 *  门店地址
 */
NSString *const STOREADDRESS = @"/resellerStore/getStoreAddress/%@";

25
/**
曹云霄's avatar
曹云霄 committed
26
 *  修改密码发送验证码
27 28 29
 */
NSString *const SENDSMS = @"/system/sendSms?mobilephone=%@&username=%@";

曹云霄's avatar
曹云霄 committed
30 31 32 33
/**
 *  绑定银行卡
 */
NSString *const SENDSMSBANK = @"/system/bankCardBindSendSms?mobilephone=%@&username=%@";
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
/**
 *  重置密码
 */
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";

/**
 *  更改购物车商品数量、价格
 */
92
NSString *const CHANGESHOPPINGBAGNUMBERPRICE = @"/shopcart/updateCostPrice/?cartId=%@&costPrice=%@&goodsId=%@&goodsNum=%ld";
93 94 95 96 97 98 99 100 101

/**
 *  添加到购物车
 */
NSString *const ADDSHOPPINGBAG = @"/shopcart/save";

/**
 *  查询购物车数量
 */
102
NSString *const QUERYSHOPPINGBAGNUMBER = @"/shopcart/get?consumerId=%@";
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123

/**
 *  查询所有订单
 */
NSString *const QUERYORDER = @"/order/query";

/**
 *  撤销订单
 */
NSString *const RESETORDER = @"/order/updateOrderState/";

/**
 *  分享商品
 */
NSString *const SHARE = @"/system/shareGoods";

/**
 *  分享订单
 */
NSString *const SHAREORDERBILL = @"/order/OrderShare";

124 125 126 127 128
/**
 *  分享帖子
 */
NSString *const SHAREINVITATION = @"/forum/forumTopicShare/%@";

129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
/**
 *  产品筛选
 */
NSString *const PRODUCTSCREENING = @"/goods/getGoodsFilter";

/**
 *  产品列表
 */
NSString *const PRODUCTLIST = @"/goods/query";

/**
 *  条形码搜索
 */
NSString *const BARCODESEARCH = @"/goods/getGoodsByCode/";

/**
 *  获取导购关联客户
 */
147
NSString *const GETshoppersCONSUMER = @"/consumer/query";
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

/**
 *  修改密码
 */
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/";

/**
 *  导购返利
 */
182
NSString *const shoppersCOMMISSION = @"/employee/getCommission?id=";
183 184 185 186 187 188 189 190 191

/**
 *  上传文件
 */
NSString *const UPLOADHEADER = @"/system/upload";

/**
 *  修改导购个人信息
 */
192
NSString *const MODITYshoppersINFORMATION = @"/employee/updateEmployee";
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

/**
 *  注销登录
 */
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";

/**
238
 *  查询实时促销信息
239
 */
240
NSString *const PROMOTIONAL = @"/promotion/calc?orderNumber=%@";
241

242 243 244 245 246
/**
 *  查询历史促销信息
 */
NSString *const OLDPROMOTIONAL = @"/orderpromotion/get/%@";

247 248 249 250 251 252 253 254 255 256 257 258 259 260
/**
 *  查询我的卡劵信息
 */
NSString *const CARDINFORMATION = @"/jingdongecard/query";

/**
 * 发放JDEka
 */
NSString *const JDECARD = @"/jingdongecard/dispense?denomation=%ld&guideId=%@&orderNumber=%@";

/**
 *  激活京东E卡
 */
NSString *const ACTIVIATIONJDECARD = @"/jingdongecard/active?orderNumber=%@&orderReceiptUrl=%@";
261 262 263 264

/**
 *  领取京东E卡
 */
曹云霄's avatar
曹云霄 committed
265
NSString *const  RECEIVEJDECARD = @"/jingdongecard/use?cardNumber=%@";
曹云霄's avatar
曹云霄 committed
266 267 268 269 270

/**
 *  查询所有京东E卡
 */
NSString *const QUERYALLJDECARD = @"/jingdongecard/simpleQuery";
曹云霄's avatar
曹云霄 committed
271 272 273 274 275

/**
 *  使用京东E卡
 */
NSString *const  USEJDECARD = @"/jingdongecard/use?cardNumber=%@";
曹云霄's avatar
曹云霄 committed
276 277 278 279 280

/**
 *  抽奖
 */
NSString *const DRAW = @"/tOLotteryController.do?lotteryAward&lotteryId=%@&drawId=%@&orderNumber=%@";
281 282 283 284 285

/**
 *  拼接订单详情URL(打印/预览)
 */
NSString *const ORDERDETAILSURL = @"/tOOrderController.do?htmlOfPdf&reseller_id=%@&order_number=%@";
286 287 288 289 290

/**
 *  抽奖结果查询
 */
NSString *const LOTTERYED = @"/lottery/query";
291 292 293 294 295

/**
 *  使用微信卡劵
 */
NSString *const USEWECHATCARD = @"http://wxcard.opple.com/api/Pay?voucherNo=%@&orderNum=%@&orderTotal=%@";
曹云霄's avatar
曹云霄 committed
296 297 298 299 300

/**
 *  查询积分
 */
NSString *const INTEGRALQUERY = @"/score/details?employee=%@";
301 302 303 304 305 306 307 308 309 310 311 312 313 314 315

/**
 *  奖品列表
 */
NSString *const PRIZELIST = @"/prize/query";

/**
 *  所有的兑奖记录
 */
NSString *const ALLEXCHANGERECORD = @"/prizebill/all?employee=%@";

/**
 *  是否有兑奖资格
 */
NSString *const EXCHANGEQUALIFICATION  = @"/prizequalification?employee=%@";
316 317 318 319 320 321 322 323 324 325

/**
 *  保存兑奖单
 */
NSString *const SAVEPRIZEBILL = @"/prizebill";

/**
 *  兑奖单详情
 */
NSString *const PRIZEBILLDETAILS = @"/prizebill/%@";
326 327 328 329 330 331 332 333 334 335

/**
 *  公告列表
 */
NSString *const AFFICHELIST = @"/affiche/query";

/**
 *  公告详情
 */
NSString *const AFFICHEdETAILS = @"/affiche/get/%@";
336 337 338 339 340

/**
 *  学习类型
 */
NSString *const STUDYTYPES = @"/study/getTypes";
341 342

/**
343
 *  论坛讨论项分类第二层
344
 */
345 346 347 348 349
NSString *const FORUMCATEGORYS = @"/forum/getCategorys/%@";
/**
 *  论坛讨类型第一层
 */
NSString *const FORUMTYPS = @"/forum/getForumType";
350 351 352 353 354

/**
 *  学习项详情
 */
NSString *const STUDYITEMDETAIL = @"/study/getTask/%@";
355 356 357 358 359 360 361 362 363 364

/**
 *  学习列表
 */
NSString *const STUDYLIST = @"/study/query";

/**
 *  闯关信息
 */
NSString *const THROUGHLIST = @"/passLevel/query";
365 366 367 368 369 370 371

/**
 *  提交考核结果
 */
NSString *const SUBMITANSWER = @"/study/submitStudyResult";

/**
372
 *  获取对应的积分
373
 */
374
NSString *const GETINTEGRAL = @"/score/getScoreRule/%@";
375 376 377 378 379 380 381 382 383 384

/**
 *  获取闯关详情
 */
NSString *const GETPASSLEVELDETAILS = @"/passLevel/getPassLevel/%@";

/**
 *  提交闯关答案
 */
NSString *const SUBMITEMIGRATEDANSWER = @"/passLevel/submitPassLevelResult";
385 386 387 388 389 390 391 392 393 394

/**
 *  查询论坛列表
 */
NSString *const QUERTFORUMLIST = @"/forum/query";

/**
 *  发布帖子
 */
NSString *const SUBMITTOPIC = @"/forum/postTopic";
395 396 397 398 399 400 401 402 403

/**
 *  回复帖子
 */
NSString *const REPLYPOST = @"/forum/replyTopic";

/**
 *  最佳回复、取消最佳回复
 */
404
NSString *const BASEREPLY = @"/forum/updateBestReply/%@/%@?best=%@";
405 406 407 408

/**
 *  点赞、取消点赞
 */
409
NSString *const PRAISE = @"/forum/updateLikeTopic/%@?like=%@";
410 411 412 413 414 415 416 417 418 419

/**
 *  删除帖子
 */
NSString *const DELETEPOST = @"/forum/deleteTopic/%@";

/**
 *  帖子回复
 */
NSString *const POSTDETAIL = @"/forum/queryReply";
420 421 422 423 424

/**
 *  公告已读
 */
NSString *const READANNOUNCEMENT = @"/affiche/read/%@?departId=%@&employee_id=%@&read_time=%@";
425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444

/**
 *  验证银行卡信息
 */
NSString *const VALIDATION = @"/applybill/commAuth";

/**
 *  绑定银行卡
 */
NSString *const BINDING = @"/applybill/bind";

/**
 *  解除绑定银行卡
 */
NSString *const UNBINDING = @"/applybill/unbind/%@";

/**
 *  学习完成
 */
NSString *const FINISHSTUDY = @"/study/finishStudy/%@/%@";
445 446 447 448 449

/**
 *  附件播放时间
 */
NSString *const ATTACHMENTPLAYTIME = @"/attachment/play";
450 451 452 453 454

/**
 *  消息列表
 */
NSString *const MESSAGELIST = @"/notice/query";
曹云霄's avatar
曹云霄 committed
455 456 457 458
/**
 *  消息已读
 */
NSString *const MESSAGE_READ = @"/notice/read/%@?employee_id=%@";
曹云霄's avatar
曹云霄 committed
459 460 461 462
/**
 *  首页数据
 */
NSString *const HOME_DATA = @"/banner/getBanners";
463 464 465 466
/**
 *  闯关结果
 */
NSString *const PASSLEVERESULT = @"/passLevel/getPasslevelResult/%@";
467

468 469 470 471 472 473 474 475 476 477 478 479 480
/**
 *  验证经销商ID是否正确
 */
NSString *const RESELLER = @"http://opdj.opple.com/olf/mfinfo/getByMfcode.do";

/**
 *  保存经销商ID
 */
NSString *const SAVERESELLER = @"/resellerStore/saveResellerStore";
/**
 *  首页轮播图速度
 */
NSString *const BANNERS_SPEED = @"/banner/getBannerSpeed";
481 482 483 484 485 486 487 488
/**
 *  时间轴主题
 */
NSString *const GETTIMELINE = @"/forum/getTimeLine";
/**
 *  综合讨论区
 */
NSString *const DEFAULTFORUM_CATEGORY = @"/forum/getDefaultForumCategory";
曹云霄's avatar
曹云霄 committed
489 490 491 492 493 494 495 496
/**
 *  查询红包
 */
NSString *const QUERY_REDPACKAGE = @"/redPackage/query";
/**
 *  上传红包小票路径
 */
NSString *const READPACKETPATH  = @"/redPackage/uploadNote?orderNumber=%@&orderReceiptUrl=%@";
497 498 499 500
/**
 *  保存门店地区
 */
NSString *const ADDRESS = @"/resellerStore/saveStoreAddress";
501
/*****************************************接口地址*****************************************/
502 503 504 505 506 507

/**
 *  通知已上传小票
 */
NSString *const UPLOAD_COMPLETE = @"UploadToComplete";

508 509 510 511
/**
 *  通知已查看京东卡密码
 */
NSString *const VIEWPASSWORD = @"viewPassword";
512

513 514 515 516 517 518 519 520 521 522
/**
 *  京东卡状态<发放>
 */
NSString *const DISPENSED = @"dispensed";

/**
 *  京东卡状态<激活>
 */
NSString *const ACTIVED = @"actived";

523 524 525 526 527
/**
 *  京东卡状态<审批中>
 */
NSString *const CHECK = @"checking";

528 529 530
/**
 *  京东卡状态<查看>
 */
531
NSString *const USED = @"used";
532

533 534 535 536 537
/**
 *  更新购物车商品
 */
NSString *const SHOPPINGCARGOODS = @"shoppingCar";

曹云霄's avatar
曹云霄 committed
538 539 540 541 542
/**
 *  打开体验中心
 */
NSString *const OPENFOLLOWHEARTVC  = @"FollowHeartVC";

543 544 545 546 547 548 549 550
/**
 *  微信卡劵
 */
NSString *const WXCardAction = @"WXCardAction";

/**
 *  京东E卡
 */
551 552 553 554 555 556 557 558 559 560 561
NSString *const JDECardAction = @"jdECardAction";

/**
 *  导购
 */
NSString *const GUIDE = @"guide";

/**
 *  消费者
 */
NSString *const CONSUMER = @"consumer";
562 563 564 565 566 567

/**
 *  折扣金额
 */
NSString *const deductionAction = @"deductionAction";

曹云霄's avatar
曹云霄 committed
568
/**
曹云霄's avatar
曹云霄 committed
569
 * 现金红包
曹云霄's avatar
曹云霄 committed
570 571 572
 */
NSString *const redPackageAction = @"redPackageAction";

曹云霄's avatar
曹云霄 committed
573 574 575 576 577
/**
 *  大转盘红包
 */
NSString *const dzpRedPackage = @"dzpRedPackage";

578 579 580 581
/**
 *  赠送商品
 */
NSString *const goodsAction = @"goodsAction";
582

583 584 585 586
/**
 *  转盘抽奖
 */
NSString *const lotteryAction = @"lotteryAction";
587

588 589 590 591 592
/**
 *  微信卡劵
 */
NSString *const WeChatCard = @"wxCardAction";

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
/**
 *  未付款
 */
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";

/**
 *  更改导购名
 */
647
NSString *const CHANGEshoppersNAME = @"CHANGEshoppersNAME";
648 649 650 651 652

/**
 *  提示抽奖信息
 */
NSString *const PROMPTDRAWINFORMATION = @"PROMPTDRAWINFORMATION";
653

654 655 656 657
/**
 *  未读公告
 */
NSString *const NOTREADANNOUNCEMENT = @"NOTREADANNOUNCEMENT";
曹云霄's avatar
曹云霄 committed
658

659 660 661 662
/**
 *  学习完成
 */
NSString *const STUDYFINISH = @"5";
曹云霄's avatar
曹云霄 committed
663

664 665 666 667 668 669 670 671 672
/**
 *  考核通过
 */
NSString *const INSPECTIONTHROUGH = @"6";

/**
 *  闯关通过
 */
NSString *const RECRUITTHROUGH = @"7";
673 674 675 676

/**
 *  返利
 */
677
NSString *const COMMISSION = @"commission";
678 679 680
/**
 *  红包
 */
681 682 683 684 685
NSString *const REDPACKAGE = @"redPackage";
/**
 *  欧普问问
 */
NSString *const OPPLE_ASK = @"欧普问问";
曹云霄's avatar
曹云霄 committed
686 687 688 689
/**
 *  消息
 */
NSString *const MESSAGE_COUNT = @"MESSAGE_COUNT";
690

691 692 693 694
/**
 *  通知
 */
NSString *const NSNOTIFICATION_MESSAGE = @"NSNotificationCenter";
695

曹云霄's avatar
曹云霄 committed
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714
/**
 * 一键分享显示文本
 */
NSString *const ShareTitle = @"欧立方体验中心一键分享";

/**
 *  登陆超时通知
 */
NSString *const LOGINTIMEOUT = @"logintimeout";

/**
 *  更新版本通知
 */
NSString *const UPLOADVERSION = @"uploadVersion";

/**
 *  网络断开
 */
NSString *const NETWORK = @"网络已断开";
715

曹云霄's avatar
曹云霄 committed
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
/**
 *  搜索框输入通知
 */
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";
754 755 756 757 758 759 760 761 762
/**
 时间轴动画
 */
NSString *const ANIMATION = @"animationTimeLine";

/**
 刷新综合讨论区
 */
NSString *const REFRESH_FROUMLIST = @"RefreshList";
763

曹云霄's avatar
曹云霄 committed
764 765 766 767 768
/**
 是否允许发帖
 */
NSString *const POSTING = @"Posting";

769