fix:新的解析jwtToken返回

This commit is contained in:
momo 2023-08-28 15:20:46 +08:00
parent 2efc0af5e0
commit 7dc95e3cba

View File

@ -129,6 +129,7 @@ func RequestParse(w http.ResponseWriter, r *http.Request, svcCtx any, LogicReque
Code: 510, Code: 510,
Message: err.Error(), Message: err.Error(),
}) })
return nil, err
} }
// 如果端点有请求结构体则使用httpx.Parse方法从HTTP请求体中解析请求数据 // 如果端点有请求结构体则使用httpx.Parse方法从HTTP请求体中解析请求数据