refactor: add unified all service gateway
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @Date: 2021-11-26 15:25:03
|
||||
* @Description: 钱包微服务主入口
|
||||
*/
|
||||
package service
|
||||
package main
|
||||
|
||||
import (
|
||||
"bsm/full/module/finance/wallet/internal/config"
|
||||
@@ -25,7 +25,7 @@ func Run() {
|
||||
impl.NewImpl()
|
||||
|
||||
// 创建 gRPC 服务器,监听指定地址
|
||||
s := server.New(config.Spec.Addr)
|
||||
s := server.New(nil)
|
||||
|
||||
// 创建微服务实例,配置服务参数
|
||||
srv := service.New(
|
||||
|
||||
Reference in New Issue
Block a user