CoreCms.Net.Web.WebApi/Controllers/CartController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CoreCms.Net.Web.WebApi/Controllers/CartController.cs
@@ -60,7 +60,7 @@ public async Task<WebApiCallBack> AddCart([FromBody] FMCartAdd entity) { if ((await _bfbfComAPIService.IsDictionary(_user.ID)) && (entity.cartType != 1||entity.cartType!=4))//1是普通单,4 是秒杀 if ((await _bfbfComAPIService.IsDictionary(_user.ID)) && ((entity.cartType != 1)&&(entity.cartType!=4)))//1是普通单,4 是秒杀 { //经销商进制发起团购 return new WebApiCallBack