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 } }
Click to show internal directories.
Click to hide internal directories.