config

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	rest.RestConf

	//系统
	SysRpc zrpc.RpcClientConf
	//会员
	UmsRpc zrpc.RpcClientConf
	//商品
	PmsRpc zrpc.RpcClientConf
	//订单
	OmsRpc zrpc.RpcClientConf
	//营销
	SmsRpc zrpc.RpcClientConf
	//支付
	PayRpc zrpc.RpcClientConf
	//内容相关
	CmsRpc zrpc.RpcClientConf

	Auth struct {
		AccessSecret string
		AccessExpire int64
	}

	//支付宝支付配置
	Alipay struct {
		AppId        string
		PrivateKey   string
		ServerDomain string
		NotifyURL    string
		IsProduction bool
	}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL