移动系统liao
2024-06-17 af4c8bd4e5cd73964b9e705f5c1c239d9faecb32
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