Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop
This commit is contained in:
@@ -82,7 +82,7 @@ func ParseJwtToken(r *http.Request, svcCtx any) (*auth.UserInfo, error) {
|
||||
if err != nil {
|
||||
// logx.Println("error", info)
|
||||
logx.Error(err, ":", info)
|
||||
return nil, err
|
||||
return nil, errors.New("user not found:" + err.Error())
|
||||
}
|
||||
secret = us.PwdHash // 获取密码的hash做jwt, 便于重置密码的使用
|
||||
|
||||
|
||||
@@ -52,6 +52,11 @@ type CombineProcessTime struct {
|
||||
UploadCombineImageTakesTime string `json:"upload_combine_image_takes_time"` //上传刀版图耗时
|
||||
}
|
||||
|
||||
// 发送到组装渲染阶段信息返回数据
|
||||
type AssembleRenderDataRspMsg struct {
|
||||
RenderId string `json:"render_id"` //渲染id
|
||||
}
|
||||
|
||||
// 发送到unity阶段信息返回数据
|
||||
type ToUnityRspMsg struct {
|
||||
RenderId string `json:"render_id"` //渲染id
|
||||
|
||||
Reference in New Issue
Block a user