package wxhelper // DownloadAttach // @description: 下载附件 // @receiver wx // @param msgId // @return err func (wx wxHelper) DownloadAttach(msgId int) (err error) { return } // DecodeImage // @description: 解码图片 // @receiver wx // @param filePath // @param storeDir // @return err func (wx wxHelper) DecodeImage(filePath, storeDir string) (err error) { return }