package wechatminiprogram // ConfigApp 配置 func (c *Client) ConfigApp(appId, appSecret string) *Client { c.config.appId = appId c.config.appSecret = appSecret return c }