feat: 添加评价微服务,支持密封互评与订单状态联动
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"github.com/zeromicro/go-zero/rest"
|
||||
"github.com/zeromicro/go-zero/zrpc"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
ReviewRpcConf zrpc.RpcClientConf
|
||||
OrderRpcConf zrpc.RpcClientConf
|
||||
}
|
||||
Reference in New Issue
Block a user