mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【优化】调整运费计算逻辑为异步处理。
This commit is contained in:
@@ -99,7 +99,7 @@ namespace CoreCms.Net.IServices
|
||||
/// <param name="cartDto">购物车信息</param>
|
||||
/// <param name="areaId">收货地址id</param>
|
||||
/// <returns></returns>
|
||||
bool CartFreight(CartDto cartDto, int areaId);
|
||||
Task<bool> CartFreight(CartDto cartDto, int areaId);
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user