//
//  HeaderforURL.h
//  Lighting
//
//  Created by 曹云霄 on 16/6/12.
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//

#ifndef HeaderforURL_h
#define HeaderforURL_h



/******************************************************接口地址*******************************************************/
/**
 *  登陆
 */
#define LOGIN @"/employee/login"

/**
 *  发送验证码
 */
#define SENDSMS @"/system/sendSms?mobilephone=%@&username=%@"

/**
 *  重置密码
 */
#define RESETPASSWORD @"/employee/resetPassword"

/**
 *  新增地址
 */
#define ADDADDRESS @"/shippingAddress/save"

/**
 *  更改地址
 */
#define CHANGEADDRESS @"/shippingAddress/update"

/**
 *  删除地址
 */
#define REMOVEADDRESS @"/shippingAddress/remove/"

/**
 *  场景筛选
 */
#define SCENESCREENING @"/scene/getSceneFilter"

/**
 *  场景列表
 */
#define SCENELIST @"/scene/query"

/**
 *  热门搜索
 */
#define HOTSEARCH @"/hottag/getHotTag"

/**
 *  经营者二维码
 */
#define QRCODE @"/employee/getReseller"

/**
 *  确认支付
 */
#define CONFIRMPAY @"/order/payOrder"

/**
 *  获取购物袋商品
 */
#define SHOPPINGBAG @"/shopcart/query"

/**
 *  删除购物袋
 */
#define REMOVESHOPPINGBAG @"/shopcart/delete"

/**
 *  更改购物车商品数量、价格
 */
#define CHANGESHOPPINGBAGNUMBERPRICE @"/shopcart/updateCostPrice/"

/**
 *  添加到购物车
 */
#define ADDSHOPPINGBAG @"/shopcart/save"

/**
 *  查询购物车数量
 */
#define QUERYSHOPPINGBAGNUMBER @"/shopcart/get/"

/**
 *  查询所有订单
 */
#define QUERYORDER @"/order/query"

/**
 * 撤销订单
 */
#define RESETORDER @"/order/updateOrderState/"

/**
 *  分享商品
 */
#define SHARE @"/system/shareGoods"

/**
 *  分享订单
 */
#define SHAREORDERBILL @"/order/OrderShare"

/**
 * 产品筛选
 */
#define PRODUCTSCREENING @"/goods/getGoodsFilter"

/**
 *  产品列表
 */
#define PRODUCTLIST @"/goods/query"

/**
 *  条形码搜索
 */
#define BARCODESEARCH @"/goods/getGoodsByCode/"

/**
 *  获取导购关联客户
 */
#define GETSHOPPERSCONSUMER @"/consumer/query"

/**
 *  修改密码
 */
#define MODIFYPASSWORD @"/employee/modifyPassword"

/**
 *  订单详情
 */
#define ORDERDETAILS @"/order/findOrder/"

/**
 *  PDF路径
 */
#define DOWNLOADPDF @"/order/urlOfprintPDF/"

/**
 *  收货地址
 */
#define SHIPPINGADDRESS @"/shippingAddress/listAddress/"

/**
 *  生成订单
 */
#define CREATEORDER @"/order/save"

/**
 *  商品详情
 */
#define GOODSDETAILS @"/goods/getGoods/"

/**
 *  导购返利
 */
#define SHOPPERSCOMMISSION @"/employee/getCommission?id="

/**
 *  上传头像
 */
#define UPLOADHEADER @"/system/upload"

/**
 *  修改导购个人信息
 */
#define MODITYSHOPPERSINFORMATION @"/employee/updateEmployee"

/**
 *  注销登录
 */
#define CANCELLOGIN @"/employee/logout"

/**
 *  新增客户
 */
#define ADDCONSUMER @"/consumer/save"

/**
 *  写入访问时间
 */
#define SAVEVISITEDTIME @"/consumer/saveLastVisitedTime?consumerId="

/**
 *  获取版本升级信息
 */
#define VERSION @"/employee/getUpgrade?"

/**
 *  查询返利信息
 */
#define REBATE @"/applybill/getTotal"

/**
 *  提现
 */
#define WITHDRAWAL @"/applybill/save"

/**
 *  收支明细
 */
#define PAYMENTS @"/applybill/queryCommission"

/**
 *  提现进度
 */
#define WITHDRAWALPROGRESS @"/applybill/queryApplyBill"

/**
 *  提现进度详情
 */
#define WITHDRAWALPROGRESSDETAILS @"/applybill/getDetailState"














#endif /* HeaderforURL_h */