苍穹外卖--微信登录功能实现&用户端登录校验添加

This commit is contained in:
2025-11-18 15:31:50 +08:00
parent 39b0669c35
commit ccf1aeb7af
9 changed files with 229 additions and 3 deletions

View File

@@ -42,8 +42,13 @@ sky:
admin-ttl: 72000000
# 设置前端传递过来的令牌名称
admin-token-name: token
user-secret-key: inmind
user-ttl: 72000000
user-token-name: authentication
alioss:
endpoint: ${sky.alioss.endpoint}
bucket-name: ${sky.alioss.bucket-name}
region: ${sky.alioss.region}
wechat:
appid: ${sky.wechat.appid}
secret: ${sky.wechat.secret}