fix
This commit is contained in:
parent
4529e42876
commit
fc178ac8b4
|
@ -37,6 +37,7 @@ func NewRenderNotifyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Rend
|
||||||
// }
|
// }
|
||||||
|
|
||||||
func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *auth.UserInfo) (resp *basic.Response) {
|
func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *auth.UserInfo) (resp *basic.Response) {
|
||||||
|
logx.Info("收到unity返回消息----")
|
||||||
if req.TaskId == "" {
|
if req.TaskId == "" {
|
||||||
logx.Error("渲染回调参数错误:任务标识")
|
logx.Error("渲染回调参数错误:任务标识")
|
||||||
return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "invalid param task_id")
|
return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "invalid param task_id")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user