mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【新增】新增仿点餐模块
This commit is contained in:
@@ -854,6 +854,18 @@ namespace CoreCms.Net.Services
|
||||
|
||||
#endregion
|
||||
|
||||
#region 获取购物车商品总价格
|
||||
/// <summary>
|
||||
/// 获取购物车商品总价格
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public async Task<decimal> GetMoneyAsync(int userId)
|
||||
{
|
||||
return await _dal.GetMoneyAsync(userId);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region 根据提交的数据判断哪些购物券可以使用
|
||||
/// <summary>
|
||||
/// 根据提交的数据判断哪些购物券可以使用
|
||||
|
||||
Reference in New Issue
Block a user