From dd07a07290bf66fde945dbbebc23ae048205775d Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 22 九月 2023 10:19:46 +0800 Subject: [PATCH] 分页查询product列表搜索条件合并 --- config/system.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/system.go b/config/system.go index 6f35d0a..0f99af3 100644 --- a/config/system.go +++ b/config/system.go @@ -11,4 +11,5 @@ UseMultipoint bool `mapstructure:"use-multipoint" json:"use-multipoint" yaml:"use-multipoint"` // 澶氱偣鐧诲綍鎷︽埅 UseRedis bool `mapstructure:"use-redis" json:"use-redis" yaml:"use-redis"` // 浣跨敤redis GrpcUrl string `mapstructure:"grpc-url" json:"grpc-url" yaml:"grpc-url"` // grpc鏈嶅姟鍦板潃 + GrpcAdminUrl string `mapstructure:"grpc-admin-url" json:"grpc-admin-url" yaml:"grpc-admin-url"` // grpc鏈嶅姟鍦板潃 } -- Gitblit v1.8.0