fix: 店铺邀请改为查找打手身份

This commit is contained in:
zetaloop
2026-04-04 07:04:29 +08:00
parent 7dc088eadf
commit 93679d2ff3
5 changed files with 43 additions and 6 deletions
+2 -1
View File
@@ -10,5 +10,6 @@ import (
type Config struct {
rest.RestConf
ShopRpcConf zrpc.RpcClientConf
ShopRpcConf zrpc.RpcClientConf
PlayerRpcConf zrpc.RpcClientConf
}