Compare commits

...

2 Commits

Author SHA1 Message Date
fuzhongyun ec5623bc07 fix: add log 2025-11-28 09:17:11 +08:00
fuzhongyun 08932ad38f fix: 修复权限配置地址 2025-11-28 09:08:34 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -78,4 +78,4 @@ default_prompt:
# 权限配置
permissionConfig:
permission_url: "http://api.user.1688sup.cn/v1/menu/myCodes?systemId="
permission_url: "https://api.user.1688sup.com/v1/menu/myCodes?systemId="

View File

@ -70,6 +70,7 @@ func (t *TaskBiz) GetUserPermission(req *entitys.TaskRequest, auth string) (code
// 发送请求
res, err := request.Send()
if err != nil {
err = errors.SysErr("请求用户权限失败")
return
}