﻿[
  { //今日任务动态
    "cmd": "TaskManagemnet_post_GetListSellContribution",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetListSellContribution" //对应方法名称
  },
  { //今日任务动态
    "cmd": "TaskManagemnet_post_GetRefreshList",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetRefreshList" //对应方法名称
  },
  { //当前任务
    "cmd": "TaskManagemnet_post_GetNowTaskForEmployee",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetNowTaskForEmployee" //对应方法名称
  },
  { //工作汇总
    "cmd": "TaskManagemnet_get_GetDepartmentEmpWork",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetDepartmentEmpWork"
  },
  {
    "cmd": "Sell_Management_TaskForMyIssue", //销售管理中心  我发布的任务
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "TaskForMyIssue"
  },
  {
    "cmd": "Sell_Get_Management_GetSellTaskTypeList", //销售管理中心  任务状态枚举
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellTaskTypeList"
  },
  {
    "cmd": "Sell_Get_Management_GetNowDepartmentChild", //销售管理中心  参与人员
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetNowDepartmentForTask"
  },
  {
    "cmd": "Sell_Get_Management_GetPrevTaskRecord", //销售管理中心  上一次完成记录
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetPrevTaskRecord"
  },
  {
    "cmd": "Sell_Get_Management_GetSellDepartmentTaskInfo", //销售管理中心  部门新任务详情
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellDepartmentTaskInfo"
  },
  {
    "cmd": "Sell_Post_Management_SetSellTask", //销售管理中心  发布任务
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "SetSellTask"
  },
  {
    "cmd": "Sell_Post_Management_AllotSellTask", //销售管理中心  分配任务
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "AllotSellTask"
  },
  {
    "cmd": "Sell_Post_Management_DelSellTask", //销售管理中心  删除任务
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "DelSellTask"
  },
  {
    "cmd": "Sell_Get_Management_GetSellDepartmentTaskList", //销售管理中心  部门新任务列表
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellDepartmentTaskList"
  },
  { //历史任务
    "cmd": "TaskManagemnet_post_GetPageList",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetPageList" //对应方法名称
  },
  { //任务详情
    "cmd": "TaskManagemnet_post_GetDetails",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetDetails" //对应方法名称
  },
  { //任务详情
    "cmd": "TaskManagemnet_post_GetTaskUseByTaskId",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetTaskUseByTaskId" //对应方法名称
  },
  { //任务详情
    "cmd": "TaskManagemnet_post_GetByTaskId",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetByTaskId" //对应方法名称
  },
  { //任务详情
    "cmd": "TaskManagemnet_post_GetExecutiveForce",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetExecutiveForce" //对应方法名称
  },
  { //我的执行力
    "cmd": "TaskManagemnet_post_GetEmployeeExecutiveForce",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetEmployeeExecutiveForce" //对应方法名称
  },
  { //我的当前任务
    "cmd": "TaskManagemnet_post_GetEmployeeNowTask",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService", //命名空间+类名
    "method": "GetEmployeeNowTask" //对应方法名称
  },
  { //我的新任务
    "cmd": "TaskManagemnet_get_GetSellMyTaskList",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellMyTaskList"
  },
  { //销售能力评定列表
    "cmd": "TaskManagemnet_get_GetSellBaseCapacityList",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellBaseCapacityList"
  },
  { //销售能力评定列表
    "cmd": "TaskManagemnet_get_SetSellBaseCapacity",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "SetSellBaseCapacity"
  },
  { //销售能力评定列表
    "cmd": "TaskManagemnet_get_GetSellBaseCapacity",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellBaseCapacity"
  },
  { //销售能力评定列表
    "cmd": "TaskManagemnet_post_UpdateEmployeeMVPAndCapacity",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "UpdateEmployeeCapacity"
  },
  { //销售能力评定列表
    "cmd": "TaskManagemnet_get_GetEmpByDepartmentIds",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetEmpByDepartmentIds"
  },
  { //销售能力评定列表
    "cmd": "TaskManagemnet_get_GetEmpSellBaseCapacity",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetEmpSellBaseCapacity"
  },
  { //销售能力评定列表
    "cmd": "TaskManagemnet_get_GetMonthStatistics",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetMonthStatistics"
  },
  { //销售能力评定列表
    "cmd": "TaskManagemnet_get_GetDepartmentByDepartmentIds",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetDepartmentByDepartmentIds"
  },
  { //获取当前部门  级 下级 所有员工
    "cmd": "TaskManagemnet_get_GetEmpForNowDepartment",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetEmpForNowDepartment"
  },
  { //根据手机号码查询 当前部门 及  下级部门的 员工
    "cmd": "TaskManagemnet_get_GetEmpForNowDepAndMobile",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetEmpForNowDepAndMobile"
  },
  { //根据手机号码查询 当前部门 及  下级部门的 员工
    "cmd": "TaskManagemnet_get_TestData",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "TestData"
  },
  { //获取当前部门  级 下级 所有员工
    "cmd": "TaskManagemnet_get_GetEmpForNowDepartmentForPath",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetEmpForNowDepartmentForPath"
  },
  { //根据手机号码查询 当前部门 及  下级部门的 员工
    "cmd": "TaskManagemnet_get_GetEmpForNowDepAndMobileForPath",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetEmpForNowDepAndMobileForPath"
  },
  { //鹰眼获取部门下面的人员信息
    "cmd": "TaskManagemnet_get_GetEmpList",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetEmpList"
  },
  { //获取产品中心列表
    "cmd": "TaskManagemnet_get_GetSellProductCenter",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellProductCenterService"
  },
  { //获取产品中心列表
    "cmd": "TaskManagemnet_get_GetImageToPdf",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetImageToPdf"
  },
  { //获取小程序（旅小友）二维码
    "cmd": "TaskManagemnet_get_GetWeiXinShare",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetWeiXinShare"
  },
  { //获取小程序（和平商旅）二维码
    "cmd": "TaskManagemnet_get_GetWeiXinShareHPSL",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetWeiXinShareHPSL"
  },
  { //获取产品中心列表
    "cmd": "TaskManagemnet_get_GetSellProductCenterForFinance",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellProductCenterForFinance"
  },
  { //获取产品中心列表
    "cmd": "TaskManagemnet_get_GetTCFlightInfo",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetTCFlightInfo"
  },
  { //获取当前部门及下级部门树形
    "cmd": "Advertising_get_GetNowDepartmentAndSubordinate",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetNowDepartmentAndSubordinate"
  },
  { //收款查询  部门级联
    "cmd": "admin_Get_GetDepartmentTreeForReceiveQuery",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetDepartmentTreeForReceiveQuery",
    "url": ""
  },
  { //更新人员能力
    "cmd": "TaskManagemnet_post_ManualOperationUpdateEmployeeCapacity",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "ManualOperationUpdateEmployeeCapacity"
  },
  { //获取广告信息列表
    "cmd": "Advertising_post_GetPageList",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "GetPageList"
  },
  { //获取广告信息详情
    "cmd": "Advertising_post_Get",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "Get"
  },
  { //新增修改广告信息
    "cmd": "Advertising_post_Set",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "Set"
  },
  { //新增修改广告基础信息
    "cmd": "Advertising_post_SetAdvertising",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "SetAdvertising"
  },
  { //删除广告基本信息列表
    "cmd": "Advertising_post_DelAdvertising",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "DelAdvertising"
  },
  { //获取广告基础信息列表
    "cmd": "Advertising_get_GetAdvertisingList",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "GetAdvertisingList"
  },
  { //获取广告信息基础详情
    "cmd": "Advertising_get_GetAdvertsingInfo",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "GetAdvertsingInfo"
  },
  { //获取广告信息基础详情
    "cmd": "Advertising_get_GetCountryForLineTeam",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "GetCountryForLineTeam"
  },
  { //获取广告信息基础详情
    "cmd": "Advertising_get_GetAdvertsingListForComboBox",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "GetAdvertsingListForComboBox"
  },
  { //删除广告信息列表
    "cmd": "Advertising_post_Remove",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "Remove"
  },
  { //获取我的评分
    "cmd": "TaskManagemnet_get_GetSellMyGrade",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetSellMyGrade"
  },
  { //获取上月提成
    "cmd": "TaskManagemnet_get_GetThisWeekCommission",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetThisWeekCommission"
  },
  { //获取上月提成列表
    "cmd": "TaskManagemnet_get_GetThisWeekCommissionList",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetThisWeekCommissionList"
  },
  { //获取本周任务
    "cmd": "TaskManagemnet_get_GetThisWeekTask",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetThisWeekTask"
  },
  { //获取个人当天统计
    "cmd": "TaskManagemnet_get_GetToDayStatistics",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetToDayStatistics"
  },
  { //获取部门当天的工作情况
    "cmd": "TaskManagemnet_get_GetDepToDayWork",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetDepToDayWork"
  },
  { //获取部门本周销售情况
    "cmd": "TaskManagemnet_get_GetDepThisWeekWork",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetDepThisWeekWork"
  },
  { //首页销售排名
    "cmd": "TaskManagemnet_get_GetIndexSellRank",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetIndexSellRank"
  },
  { //获取分类子类型
    "cmd": "TaskManagemnet_get_GetChildrenTaskTypeList",
    "fullName": "REBORN.Services.SellService.TaskManagemnetService",
    "method": "GetChildrenTaskTypeList"
  },
  { //广告转发
    "cmd": "Advertising_post_Forward",
    "fullName": "REBORN.Services.SellService.AdvertisingService",
    "method": "Forward"
  },
  {
    "cmd": "sell_post_InitLotteryCountLog", //初始化抽奖次数次数
    "fullName": "REBORN.Services.SellService.CustomerService",
    "method": "InitLotteryCountLog"
  },
  {
    "cmd": "customerIndex_post_GetMySelfSellInfo", //销售首页个人工作台
    "fullName": "REBORN.Services.SellService.CustomerIndexService",
    "method": "GetMySelfSellInfo"
  },
  {
    "cmd": "customerIndex_post_GetDepartmentSellInfo", //销售首页个人工作台
    "fullName": "REBORN.Services.SellService.CustomerIndexService",
    "method": "GetDepartmentSellInfo"
  },
  {
    "cmd": "customerIndex_post_GetPersonalCenter", //销售可视化首页
    "fullName": "REBORN.Services.SellService.CustomerIndexService",
    "method": "GetPersonalCenter"
  },
  {
    "cmd": "customerIndex_post_GetPersonalCenterOrder", //销售可视化首页订单信息
    "fullName": "REBORN.Services.SellService.CustomerIndexService",
    "method": "GetPersonalCenterOrder"
  },
  {
    "cmd": "customerIndex_post_GetPersonalCenterNotice", //公告
    "fullName": "REBORN.Services.SellService.CustomerIndexService",
    "method": "GetPersonalCenterNotice"
  },
  {
    "cmd": "customerIndex_post_SetSellComissionGeneralSure", //确认并分享提成
    "fullName": "REBORN.Services.SellService.CustomerIndexService",
    "method": "SetSellComissionGeneralSure"
  },
  {
    "cmd": "customerIndex_post_GetSellComissionGeneralSure", //获取分享提成信息
    "fullName": "REBORN.Services.SellService.CustomerIndexService",
    "method": "GetSellComissionGeneralSure"
  },
  {
    "cmd": "customerIndex_post_GetSellComissionDetails", //获取提成信息
    "fullName": "REBORN.Services.SellService.CustomerIndexService",
    "method": "GetSellComissionDetails"
  },
  {
    "cmd": "coupon_post_GetPageList", //获取优惠券列表
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetPageList"
  },
  {
    "cmd": "coupon_post_GetCouponAllotPage", //获取优惠券使用情况分页列表
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetCouponAllotPage"
  },
  {
    "cmd": "coupon_post_GetCouponModel", //获取优惠券实体
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetCouponModel",
    "allowAnonymous": true
  },
  {
    "cmd": "coupon_post_SetCouponModel", //新增/修改优惠券
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "SetCouponModel"
  },
  {
    "cmd": "coupon_post_Forbidden", //恢复/禁用优惠券
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "Forbidden"
  },
  {
    "cmd": "coupon_post_UpdateCouponCount", //更新优惠券数量
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "UpdateCouponCount"
  },
  {
    "cmd": "coupon_post_GetCouponPlatformEnum", //获取优惠券上架平台
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetCouponPlatformEnum"
  },
  {
    "cmd": "coupon_post_GetAutoCouponOrder", //判断订单是否满足返券
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetAutoCouponOrder"
  },
  {
    "cmd": "coupon_post_GetUserCanUseCouponList", //获取用户可以使用的优惠券列表
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetUserCanUseCouponList"
  },
  {
    "cmd": "coupon_post_GetUserCanUseCouponPageList", //获取用户可以使用的优惠券分页列表
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetUserCanUseCouponPageList",
    "allowAnonymous": true
  },
  {
    "cmd": "coupon_post_GetUserCanUseCouponDetail", //获取用户可以使用的优惠券详情
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetUserCanUseCouponDetail",
    "allowAnonymous": true
  },
  {
    "cmd": "coupon_post_GetCouponAllotOrderTypeEnumList", //获取优惠券适用范围枚举列表
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetCouponAllotOrderTypeEnumList",
    "allowAnonymous": true
  },
  {
    "cmd": "coupon_post_AdminGrantCoupon", //后台发放优惠券
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "AdminGrantCoupon"
  },
  {
    "cmd": "order_post_GetOrderPrice", //查看订单的价格详情
    "fullName": "REBORN.Services.SellService.SellOrderService",
    "method": "GetOrderPrice"
  },
  {
    "cmd": "coupon_post_GetSelfMotionPageLis", //自动发放优惠券列表
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetSelfMotionPageLis"
  },
  {
    "cmd": "coupon_post_GettRepositoryList", //获取自动发放优惠券详情
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GettRepositoryList"
  },
  {
    "cmd": "coupon_post_AddOrUpdateSelfMotion", //保存自动发放优惠券
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "AddOrUpdateSelfMotion"
  },
  {
    "cmd": "coupon_post_DelDiscountSelfMotion", //删除自动发放优惠券
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "DelDiscountSelfMotion"
  },
  {
    "cmd": "coupon_post_GetTriggerTypeEnumList", //获取触发事件枚举
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetTriggerTypeEnumList"
  },
  {
    "cmd": "coupon_post_GetDropDowmList", //优惠券下拉
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetDropDowmList"
  },
  {
    "cmd": "coupon_post_BuFaCoupon", //自动补发优惠券信息
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "BuFaCoupon"
  },
  {
    "cmd": "coupon_post_GetUserCouponPageList", //获取优惠券发放以及使用情况
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetUserCouponPageList"
  },
  {
    "cmd": "coupon_post_GetUserCouponCountList", //获取优惠券发放以及使用总数
    "fullName": "REBORN.Services.SellService.CouponService",
    "method": "GetUserCouponCountList"
  }
]