微信開發 傳送模板訊息

2021-09-08 13:09:10 字數 1476 閱讀 4112

先在模板庫中找到自己的想要的模板,新增到「我的模板」中。

展開詳情,我們可以看到示例。接下來用c#**傳送一次:

從官方文件的示例中我們可以看到除了推送人的openid,還可以設定每個欄位的顏色及跳轉位址。先可以定義以個tempmodel物件:

public

class

templatemodel

public

string template_id

public

string url

public

string topcolor

public templatedata data

public templatemodel(string hello,string state,string reason,string

last);}

}public

class

templatedata

public tempitem keyword1

public tempitem keyword2

public tempitem remark

}public

class

tempitem

public

string value

public

string color

}

還有乙個返回結果物件:

public

class

openapiresult

public

string error_msg

public

string msg_id

}

然後定義乙個傳送方法:

using sendhelp=senparc.weixin.commonapis.commonjsonsend;

public openapiresult sendtemplatemessage(string

token,templatemodel model)

", token);

try

catch

(exception e);}

}

sendhelp是基於senparac.weixin 最後就可以呼叫了:

相關部分**:

官方文件:

全部錯誤型別:

微信開發 傳送模板訊息

先在模板庫中找到自己的想要的模板,新增到 我的模板 中。展開詳情,我們可以看到示例。接下來用c 傳送一次 從官方文件的示例中我們可以看到除了推送人的openid,還可以設定每個欄位的顏色及跳轉位址。先可以定義以個tempmodel物件 public class templatemodel publi...

PHP微信開發 傳送訊息模板

定義乙個class class weixinutil token data access token curl close ch 關閉curl return token 將模板訊息json格式化 function json tempalte openid,sysname,prid,status,ne...

微信傳送模板訊息

access token的儲存至少要保留512個字元空間。access token的有效期目前為2個小時,需定時重新整理,重複獲取將導致上次獲取的access token失效。public class access token 獲取到的憑證 public string access token 憑證...