优化代码

This commit is contained in:
刘祥超
2023-07-12 17:10:33 +08:00
parent 7508f6b92b
commit 9d5acd2b36

View File

@@ -111,6 +111,8 @@ func (this *HTTPWebService) UpdateHTTPWeb(ctx context.Context, req *pb.UpdateHTT
if err != nil {
return nil, err
}
req.RootJSON = []byte("{}") // 为了安全
}
var tx = this.NullTx()