package kashangwl import "go.dtapp.net/golog" func (c *Client) GetCustomerId() int { return c.config.customerId } func (c *Client) GetCustomerKey() string { return c.config.customerKey } func (c *Client) GetLogGorm() *golog.ApiClient { return c.log.logGormClient } func (c *Client) GetLogMongo() *golog.ApiClient { return c.log.logMongoClient }