Example #1
0
 private function uploadToWechat(API $api, Attachment $attachment, $type)
 {
     return $api->uploadMedia($attachment->create_symlink(NULL, NULL), $type, Mimes::getInstance()->mime_by_ext($attachment->ext));
 }