APP分享檔案給微信好友

2021-07-16 10:51:54 字數 1105 閱讀 9101

@inte***ce wxfileobject : nsobject

/*! @brief 返回乙個wxfileobject物件

* * @note 返回的wxfileobject物件是自動釋放的

*/+(wxfileobject *) object;

/** 檔案字尾名

* @note 長度不超過64位元組

*/@property (nonatomic, retain) nsstring *fileextension;

/** 檔案真實資料內容

* @note 大小不能超過10m

*/@property (nonatomic, retain) nsdata *filedata;

@end

本人ios小白,有說錯的諒解。

可以看到有兩個屬性,檔案資料及其字尾名。

使用方法:

wxmediamessage *wxmediamessage = [wxmediamessage message];

wxmediamessage.title = [message objectforkey:@"title"];

wxmediamessage.description = [message objectforkey:@"description"];

wxmediamessage.mediatagname = [message objectforkey:@"mediatagname"];

wxmediamessage.messageext = [message objectforkey:@"messageext"];

wxmediamessage.messageaction = [message objectforkey:@"messageaction"];

((wxfileobject*)mediaobject).filedata = [self getnsdatafromurl:[media objectforkey:@"file"]];

[mediaobject setfileextension:@"xlsx"];

紅色部分是重點。

微信SDK分享檔案給好友

至此,工作完成一半,請出下乙個關鍵人物 wxmediamessage。說了這麼些,下面就是最終的 檔案資料 wxfileobject fileobj wxfileobject object nsstring filepath nsbundle mainbundle pathforresource s...

python 給微信好友發訊息

傳送搞定了,接收沒搞定,有時間再搞 pip install wxpy from future import unicode literals from threading import timer from wxpy import import requests 機械人 bot bot defget...

App分享微信小程式

2.在info.list檔案中新增url schemes。4.分享小程式 wxminiprogramobject wxminiobject wxminiprogramobject object wxminiobject.webpageurl 相容低版本的網頁鏈結 wxminiobject.usern...