server/web/src/main/java/com/doumee/api/web/BusinessApi.java
@@ -1,5 +1,6 @@ package com.doumee.api.web; import com.doumee.api.Repeat.RepeatSubmit; import com.doumee.biz.system.SystemDictDataBiz; import com.doumee.core.annotation.LoginRequired; import com.doumee.core.annotation.pr.PreventRepeat; @@ -59,6 +60,7 @@ @Autowired private SystemDictDataBiz systemDictDataBiz; @PreventRepeat @LoginRequired @ApiOperation(value = "押金支付", notes = "小程序端") @GetMapping("/createGoodsOrderPay") @@ -145,6 +147,7 @@ } @PreventRepeat @LoginRequired @ApiOperation(value = "扫码解锁", notes = "小程序端") @GetMapping("/openLock")