调整奖励回调接口

This commit is contained in:
chy
2025-07-12 19:05:56 +08:00
parent 9113dab102
commit 7e93ce31a3
3 changed files with 4 additions and 1 deletions

View File

@ -54,6 +54,8 @@ func (c *ControllerV1) Callback(ctx context.Context, req *v1.CallbackReq) (res *
return nil, nil
}
glog.Infof(ctx, "回调响应:%s", marshal)
g.RequestFromCtx(ctx).Response.Write(marshal)
return nil, nil
}