Esempio n. 1
0
        public IActionResult SeckillUp(Seckill s)//秒杀修改
        {
            int h = _bll.SeckillUpdate(s);

            return(Ok(new { msg = h > 0 ? "修改成功" : "修改失败" }));
        }