mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【调整】移除后台设置是否会员绑定手机号码的设置。
【新增】新增商城小程序前端商家管理员功能,商家管理员可以通过商家中心查看所有信息。 【调整】商家中心按门店进行过滤,提货单,服务券,订单等,本门店只能处理本门店业务及查看相应数据。 【调整】后台商城配置移除【会员设置】tab,增加【商家设置】tab,将商家相关设置归集到一起。
This commit is contained in:
@@ -56,6 +56,11 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string ShopMobile = "shopMobile";
|
||||
|
||||
/// <summary>
|
||||
/// 商家管理员手机号
|
||||
/// </summary>
|
||||
public const string ShopManagerMobile = "shopManagerMobile";
|
||||
|
||||
/// <summary>
|
||||
/// 开启门店自提
|
||||
/// </summary>
|
||||
@@ -469,13 +474,6 @@ namespace CoreCms.Net.Configuration
|
||||
public const string InvoiceSwitch = "invoiceSwitch";
|
||||
|
||||
|
||||
//第三方的登陆的时候,是否需要绑定手机号码,强烈建议用户开启,除非只在微信小程序内使用============================================================================
|
||||
//1绑定,2不绑定
|
||||
/// <summary>
|
||||
/// 绑定手机号码
|
||||
/// </summary>
|
||||
public const string IsBindMobile = "isBindMobile";
|
||||
|
||||
//支付宝小程序appid============================================================================
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user