資源簡介
企業微信調用掃一掃功能,和公眾號有點不一樣,兩種調用我都成功了。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
namespace?WebApplication4.QRcode
{
????public?partial?class?QR?:?System.Web.UI.Page
????{
????????public?string?time?=?““;
????????public?string?randstr?=?““;
????????public?string?signstr?=?““;
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{
????????????if?(!IsPostBack)
????????????{
????????????????//調用微信二維碼掃描
????????????????Response.Cache.SetNoStore();
????????????????string[]?str?=?wxHelper.GetWXInfo(this.Request.Url.ToString()).Split(‘‘);
????????????????time?=?str[0];
????????????????randstr?=?str[1];
????????????????signstr?=?str[2];
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????5862??2019-09-19?12:01??QRcode\QR.aspx
?????文件?????????803??2017-07-31?13:52??QRcode\QR.aspx.cs
?????文件?????????783??2017-08-01?10:27??QRcode\QR.aspx.designer.cs
?????文件????????6191??2019-09-20?10:22??QRcode\wxHelper.cs
?????目錄???????????0??2019-09-20?10:55??QRcode\
- 上一篇:基于Web的在線訂餐系統的架構設計與實現
- 下一篇:應用數理統計課后習題答案
評論
共有 條評論