增加操作日志查看界面

This commit is contained in:
刘祥超
2020-11-10 20:30:47 +08:00
parent b1059b6e09
commit 2e51574ee7
13 changed files with 101 additions and 47 deletions

View File

@@ -200,6 +200,10 @@ func (this *RPCClient) RegionProvinceRPC() pb.RegionProvinceServiceClient {
return pb.NewRegionProvinceServiceClient(this.pickConn())
}
func (this *RPCClient) LogRPC() pb.LogServiceClient {
return pb.NewLogServiceClient(this.pickConn())
}
// 构造Admin上下文
func (this *RPCClient) Context(adminId int64) context.Context {
ctx := context.Background()