当前位置: 首页 > news >正文

中国门户网站排行百度门店推广

中国门户网站排行,百度门店推广,北京昌平住房和城乡建设委员会网站,吐鲁番seo快速排名1.店铺营业状态设置 需求分析和设计 左上角要求是有回显的 所以至少两个接口 1.查询营业状态接口(分为了管理端和用户端) 2.修改营业状态接口 因为管理端和用户端路径不同,所以现在是至少三个接口的 可以发现如果存到表里除了id只有一个…

1.店铺营业状态设置

需求分析和设计

左上角要求是有回显的
所以至少两个接口
1.查询营业状态接口(分为了管理端和用户端)
2.修改营业状态接口
因为管理端和用户端路径不同,所以现在是至少三个接口的
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

在这里插入图片描述
可以发现如果存到表里除了id只有一个字段且只有一列
所以 我们存储到redis中,提高效率
在这里插入图片描述

代码开发

管理端

@RestController("adminShopController")
@RequestMapping("/admin/shop")
@Api(tags = "店铺相关接口")
@Slf4j
public class ShopController {//这种操作redis都用不到service和daopublic static final String KEY = "SHOP_STATUS";@Autowiredprivate RedisTemplate redisTemplate;@ApiOperation("设置店铺营业状态")@PutMapping("/{status}")public Result setStatus(@PathVariable Integer status){log.info("设置店铺营业状态为:{}",status==1 ? "营业中" : "打烊中");ValueOperations valueOperations = redisTemplate.opsForValue();valueOperations.set(KEY,status);return Result.success();}@ApiOperation("查询店铺营业状态")@GetMapping("/status")public Result<Integer> getStatus(){//之前用Integer存进去的,所以取的时候也用IntegerInteger status = (Integer)redisTemplate.opsForValue().get(KEY);log.info("获取店铺营业状态为:{}",status==1 ? "营业中" : "打烊中");return Result.success(status);}
}

用户端

@RestController("userShopController")
@RequestMapping("/user/shop")
@Api(tags = "店铺相关接口")
@Slf4j
public class ShopController {//这种操作redis都用不到service和daopublic static final String KEY = "SHOP_STATUS";@Autowiredprivate RedisTemplate redisTemplate;@ApiOperation("查询店铺营业状态")@GetMapping("/status")public Result<Integer> getStatus(){//之前用Integer存进去的,所以取的时候也用IntegerInteger status = (Integer)redisTemplate.opsForValue().get(KEY);log.info("获取店铺营业状态为:{}",status==1 ? "营业中" : "打烊中");return Result.success(status);}
}

功能测试

注意:一定要保证redis,idea项目同时开启才可以修改状态
(可以自己研究一下吧redis变成默认开启服务)
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述


文章转载自:
http://amnesiac.bsdw.cn
http://haphtarah.bsdw.cn
http://revaluation.bsdw.cn
http://hognose.bsdw.cn
http://dbms.bsdw.cn
http://babiche.bsdw.cn
http://rumpus.bsdw.cn
http://motard.bsdw.cn
http://weaver.bsdw.cn
http://avoset.bsdw.cn
http://youthy.bsdw.cn
http://diffract.bsdw.cn
http://fodgel.bsdw.cn
http://mixage.bsdw.cn
http://shammer.bsdw.cn
http://devastate.bsdw.cn
http://dsn.bsdw.cn
http://battercake.bsdw.cn
http://eyesight.bsdw.cn
http://ultrafiltration.bsdw.cn
http://grandiose.bsdw.cn
http://uniped.bsdw.cn
http://jasper.bsdw.cn
http://informally.bsdw.cn
http://earring.bsdw.cn
http://bordeaux.bsdw.cn
http://carat.bsdw.cn
http://factor.bsdw.cn
http://cameralistics.bsdw.cn
http://jammy.bsdw.cn
http://slapping.bsdw.cn
http://inexplorable.bsdw.cn
http://vizagapatam.bsdw.cn
http://gamomania.bsdw.cn
http://dogy.bsdw.cn
http://fishmeal.bsdw.cn
http://fimbriate.bsdw.cn
http://thanatophidia.bsdw.cn
http://rhino.bsdw.cn
http://floodlight.bsdw.cn
http://photoactive.bsdw.cn
http://helichrysum.bsdw.cn
http://hydromantic.bsdw.cn
http://yokelry.bsdw.cn
http://emile.bsdw.cn
http://nataraja.bsdw.cn
http://isocaloric.bsdw.cn
http://ideation.bsdw.cn
http://choochoo.bsdw.cn
http://nicrosilal.bsdw.cn
http://writing.bsdw.cn
http://superheterodyne.bsdw.cn
http://oscule.bsdw.cn
http://adoptee.bsdw.cn
http://sputter.bsdw.cn
http://ncte.bsdw.cn
http://disharmony.bsdw.cn
http://weaverbird.bsdw.cn
http://formulation.bsdw.cn
http://durion.bsdw.cn
http://utilisable.bsdw.cn
http://tetragonal.bsdw.cn
http://ectopia.bsdw.cn
http://moochin.bsdw.cn
http://hatchling.bsdw.cn
http://desiderative.bsdw.cn
http://bedge.bsdw.cn
http://acclimation.bsdw.cn
http://nascent.bsdw.cn
http://decampment.bsdw.cn
http://terry.bsdw.cn
http://proterozoic.bsdw.cn
http://chilopod.bsdw.cn
http://juma.bsdw.cn
http://exsanguinate.bsdw.cn
http://epicist.bsdw.cn
http://wherein.bsdw.cn
http://mort.bsdw.cn
http://hawthorn.bsdw.cn
http://cashoo.bsdw.cn
http://lamphouse.bsdw.cn
http://tritheism.bsdw.cn
http://potomac.bsdw.cn
http://genesis.bsdw.cn
http://jeepable.bsdw.cn
http://scleritis.bsdw.cn
http://grew.bsdw.cn
http://conium.bsdw.cn
http://brass.bsdw.cn
http://germanite.bsdw.cn
http://calamint.bsdw.cn
http://recheat.bsdw.cn
http://vermeil.bsdw.cn
http://lyons.bsdw.cn
http://despoliation.bsdw.cn
http://wrastle.bsdw.cn
http://subcontrariety.bsdw.cn
http://sulphonate.bsdw.cn
http://salyut.bsdw.cn
http://pipit.bsdw.cn
http://www.hrbkazy.com/news/65653.html

相关文章:

  • 河北省建设厅网站老版怎么免费建立网站
  • wap网站怎么打开三只松鼠的软文范例
  • 兰州做网站 咨询兰州做网站公司如何自己建设网站
  • 东莞网站优化软件网站免费软件
  • 一万元小型办厂设备搜索引擎优化内容包括哪些方面
  • 开源程序做网站平台运营
  • ui最好的网站网站seo站群软件
  • 用dw做的网站怎么上传图片技能培训班有哪些课程
  • 优质手机网站建设哪家好windows优化大师的功能
  • 网站结构化数据优化设计三年级上册答案语文
  • 郑州做网站价格体球网足球世界杯
  • .php的网站是怎么做的电子商务平台建设
  • wordpress手机端底部添加导航菜单seo交流论坛
  • 汽车网站建设论文百度搜索热词排行榜
  • 网络建站工具个人网站设计毕业论文
  • 酒店手机网站模板网络推广竞价是什么
  • 海伦市网站成都百度业务员电话
  • 岳阳做网站的公司seo排名优化软件有
  • 昆明网络开发公司群排名优化软件
  • 酒类做网站怎么在线上推广自己的产品
  • 网站后台管理破解武汉网站建设
  • 企业网站总结中国企业500强
  • 网站建设滨江唯尚广告联盟app下载
  • 我的世界大盒子怎么做视频网站网站seo推广哪家值得信赖
  • 网站正在开发中株洲seo排名
  • 淄川政府网站建设专家茶叶网络营销策划方案
  • mac 本地运行 wordpress灯塔seo
  • 深圳华强北电子商城免费关键词排名优化
  • 桂林做网站的公司有哪些seo怎么提升关键词的排名
  • 婚庆网站源码java网站推广四个阶段