﻿[
  {
    "cmd": "Shop_post_GetPageList",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetPageList",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_GetCommodityInfo",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetCommodityInfo",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_SetCommodityInfo",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "SetCommodityInfo",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_SetCommodityStatus",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "SetCommodityStatus",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_GetCommodityShopPageList", //获取购物车列表
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetCommodityShopPageList",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_SetCommodityShopInfo", //加入购物车
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "SetCommodityShopInfo",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_GetCommodityShopNumber", //获取购物车数量
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetCommodityShopNumber",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_DelCommodityShopInfo", //删除购物车
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "DelCommodityShopInfo",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_GetCommodityTypeList",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetCommodityTypeList",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_GetCommodityExplainList", //获取说明枚举列表
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetCommodityExplainList",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_GetCommodityCategoryPageList",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetCommodityCategoryPageList",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_GetCommodityCategoryList",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetCommodityCategoryList",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_SetCommodityCategoryInfo",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "SetCommodityCategoryInfo",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_GetCommodityPricePageList",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "GetCommodityPricePageList",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_SetCommodityPriceInfo",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "SetCommodityPriceInfo",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "Shop_post_DelCommodityPriceInfo",
    "fullName": "REBORN.Services.AgentShopService.CommodityService",
    "method": "DelCommodityPriceInfo",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "ShopGuest_get_GetGuestAddressListService", //根据查询条件获取旅客常用地址列表
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "GetGuestAddressListService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_get_GetGuestAccountListService", //根据查询条件获取客户账户信息列表
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "GetGuestAccountListService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_get_GetGuestAccountPageListService", //获取客户账户信息分页列表
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "GetGuestAccountPageListService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_post_SetGuestAddressService", //添加修改旅客常用地址信息
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "SetGuestAddressService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_post_RemoveGuestAddressService", //根据地址编号删除旅客常用地址
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "RemoveGuestAddressService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_post_SetGuestAccountService", //添加修改旅客账户信息
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "SetGuestAccountService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_post_SetGuestAccountStatusService", //添加修改旅客账户状态信息
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "SetGuestAccountStatusService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_post_RemoveGuestAccountService", //根据主键编号删除旅客账户信息
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "RemoveGuestAccountService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopOrder_get_GetCommodityOrderPageListService", //获取商品订单分页列表
    "fullName": "REBORN.Services.AgentShopService.CommodityOrderService",
    "method": "GetCommodityOrderPageListService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopOrder_post_AddCommodityOrderService", //添加商品订单
    "fullName": "REBORN.Services.AgentShopService.CommodityOrderService",
    "method": "AddCommodityOrderService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopOrder_post_ModifyCommodityOrderService", //修改商品订单
    "fullName": "REBORN.Services.AgentShopService.CommodityOrderService",
    "method": "ModifyCommodityOrderService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopOrder_post_CancelOrderStatusService", //取消订单
    "fullName": "REBORN.Services.AgentShopService.CommodityOrderService",
    "method": "CancelOrderStatusService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopOrder_get_GetCommodityOrderDetailsService", //获取商品订单详情
    "fullName": "REBORN.Services.AgentShopService.CommodityOrderService",
    "method": "GetCommodityOrderDetailsService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopAd_get_GetAdManageListService", //根据查询条件获取广告列表
    "fullName": "REBORN.Services.AgentShopService.AdManageService",
    "method": "GetAdManageListService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopAd_post_SetAdManageService", //添加修改广告
    "fullName": "REBORN.Services.AgentShopService.AdManageService",
    "method": "SetAdManageService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopAd_post_RemoveAdManageService", //删除广告
    "fullName": "REBORN.Services.AgentShopService.AdManageService",
    "method": "RemoveAdManageService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopAd_get_GetAdManageService", //根据编号获取广告详情
    "fullName": "REBORN.Services.AgentShopService.AdManageService",
    "method": "GetAdManageService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopOrder_get_GetShopOrderStateService", //获取商品订单状态列表
    "fullName": "REBORN.Services.AgentShopService.CommodityOrderService",
    "method": "GetShopOrderStateService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopOrder_get_SetShopOrderAllotLeader", //设置商品订单分配领队导游
    "fullName": "REBORN.Services.AgentShopService.CommodityOrderService",
    "method": "SetShopOrderAllotLeader",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_get_GetShopWeChatOpenIdService", //获取代购商城用户openId
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "GetShopWeChatOpenIdService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_get_GetGuestAccountByOpenIdService", //根据openId获取用户信息
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "GetGuestAccountByOpenIdService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_post_CreateGuestAccountService", //创建旅客账号
    "fullName": "REBORN.Services.AgentShopService.GuestCommonService",
    "method": "CreateGuestAccountService",
    "allowAnonymous": true
  },
  {
    "cmd": "ShopGuest_post_GetLeaderOrderListService", //领队获取代购商品列表
    "fullName": "REBORN.Services.AgentShopService.CommodityOrderService",
    "method": "GetLeaderOrderListService",
    "allowAnonymous": true
  }
]