---------

This commit is contained in:
2025-06-11 14:24:53 +08:00
parent ddad249dea
commit 2827ef39c5
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ public class WechatGetQrcodeController {
* @return * @return
* @throws IOException * @throws IOException
*/ */
@Hidden // @Hidden
@PostMapping("/get/qrcode") @PostMapping("/get/qrcode")
@Operation(summary = "微信小程序获取二维码", description = "参数:无, 权限:所有人, 方法名getQrcode") @Operation(summary = "微信小程序获取二维码", description = "参数:无, 权限:所有人, 方法名getQrcode")
// @RequiresPermission(mustRole = UserConstant.DEFAULT_ROLE) // @RequiresPermission(mustRole = UserConstant.DEFAULT_ROLE)

View File

@ -1,4 +1,4 @@
spring: spring:
profiles: profiles:
active: dev active: test