91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-27
  • 語言: C#
  • 標簽: ASP.NET??C#??

資源簡介

微信APP支付服務端,可以拿去直接用,沒有配置數據庫信息。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Net.Http;
using?System.Text;
using?System.xml;
using?System.Net;
using?System.IO;
using?System.Data;
using?System.Net.Security;
using?System.Security.Cryptography.X509Certificates;

namespace?WxAppServer
{
????///?
????///?APP調用接口
????///?

????public?partial?class?AppServer?:?System.Web.UI.Page
????{
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{

????????????string?Body?=?string.Empty;??//訂單描述
????????????string?Subject?=?string.Empty;//訂單簡介
????????????string?TotalAmount?=?string.Empty;//金額
????????????string?OutTradeNo?=?string.Empty;//訂單號
????????????


????????????if?(!string.IsNullOrEmpty(Request.Params[“Body“]))
????????????{
????????????????Body?=?Request.Params[“Body“];
????????????}
????????????else
????????????{
????????????????Body?=?“我是測試數據“;
????????????}

????????????if?(!string.IsNullOrEmpty(Request.Params[“Subject“]))
????????????{
????????????????Subject?=?Request.Params[“Subject“];
????????????}
????????????else
????????????{
????????????????Subject?=?“微信支付測試“;
????????????}


????????????if?(!string.IsNullOrEmpty(Request.Params[“TotalAmount“]))
????????????{
????????????????TotalAmount?=?Request.Params[“TotalAmount“];
????????????????TotalAmount?=?(int.Parse(TotalAmount)?*?100).ToString();
????????????}
????????????else
????????????{
????????????????TotalAmount?=?“1“;
????????????}


????????????if?(!string.IsNullOrEmpty(Request.Params[“OutTradeNo“]))
????????????{
????????????????OutTradeNo?=?Request.Params[“OutTradeNo“];
????????????}
????????????else
????????????{
????????????????int?ranNumer?=?new?Random().Next(1?1000);
????????????????OutTradeNo?=?“20170216test0170501111111S001111119“?+?ranNumer.ToString();
????????????}

????????????

????????????//該demo??已通過測試??后調頁面?只需要處理訂單邏輯即可(修改、判斷訂單狀態即可)
????????????//都說微信是個坑,demo?在服務器都找不到??所以自己摸索著寫了一個??QQ群:152889205?如果需要問題
????????????//微信支付?基礎配置信息
????????????string?wx_appid?=?System.Web.Configuration.WebConfigurationManager.AppSettings[“wx_appid“].ToString();//微信開放平臺審核通過的應用
????????????string?wx_mch_id?=?System.Web.Configuration.WebConfigurationManager.AppSettings[“wx_mch_id“].ToString();?//微信支付分配的商戶號
????????????string?wx_nonce_str?=?GetRandomString(16);//隨機字符串,不長于32位
????????????string?aa?=?“人人美家-“?+?Subject;////商品描述交易字段格式根據不同的應用場景按照以下格式:APP——需傳入應用市場上的APP名字-實際商品名稱,天天愛消除-游戲充值。

????????????string?strcode?=?aa;
????????????byte[]?buffer?=?Encoding.UTF8.GetBytes(strcode);
????????????string?wx_body?=?Encoding.UTF8.GetString(buffer?0?buffer.Length);

????????????string?wx_out_trade_no?=?DateTime.Now.ToString(“yyyyMMddHHmmss“)?+?GetRandomString(10);//商戶系統內部的訂單號32個字符內、可包含字母?其他說明見商戶訂單號
????????????string?wx_total_fee?=?TotalAmount;//;//訂單總金額,單位為分,詳見支付金額
????????????string?wx_spbill_create_ip?=?GetWebCli

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-31?09:31??WxAppServer\
?????目錄???????????0??2018-08-31?09:31??WxAppServer\.vs\
?????目錄???????????0??2018-08-31?09:33??WxAppServer\.vs\WxAppServer\
?????目錄???????????0??2018-08-31?09:33??WxAppServer\.vs\WxAppServer\DesignTimeBuild\
?????文件?????????178??2018-08-31?09:33??WxAppServer\.vs\WxAppServer\DesignTimeBuild\.dtbcache
?????目錄???????????0??2018-08-31?09:32??WxAppServer\.vs\WxAppServer\v15\
?????文件???????54784??2018-08-31?09:33??WxAppServer\.vs\WxAppServer\v15\.suo
?????目錄???????????0??2018-08-31?09:32??WxAppServer\.vs\WxAppServer\v15\Server\
?????目錄???????????0??2018-08-31?09:32??WxAppServer\.vs\WxAppServer\v15\Server\sqlite3\
?????文件???????????0??2018-08-31?09:32??WxAppServer\.vs\WxAppServer\v15\Server\sqlite3\db.lock
?????文件????????4096??2018-08-31?09:32??WxAppServer\.vs\WxAppServer\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-08-31?09:32??WxAppServer\.vs\WxAppServer\v15\Server\sqlite3\storage.ide-shm
?????文件?????1231912??2018-08-31?09:33??WxAppServer\.vs\WxAppServer\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2018-08-31?09:31??WxAppServer\.vs\config\
?????文件???????85589??2018-08-31?09:31??WxAppServer\.vs\config\applicationhost.config
?????目錄???????????0??2018-08-31?09:33??WxAppServer\WxAppServer\
?????文件?????????117??2017-09-13?23:22??WxAppServer\WxAppServer\AppServer.aspx
?????文件???????14454??2018-08-31?09:32??WxAppServer\WxAppServer\AppServer.aspx.cs
?????文件?????????469??2017-09-13?23:22??WxAppServer\WxAppServer\AppServer.aspx.designer.cs
?????目錄???????????0??2017-09-13?17:12??WxAppServer\WxAppServer\Properties\
?????文件????????1324??2016-08-29?09:48??WxAppServer\WxAppServer\Properties\AssemblyInfo.cs
?????目錄???????????0??2017-09-13?17:12??WxAppServer\WxAppServer\Properties\PublishProfiles\
?????文件?????????648??2017-09-13?17:12??WxAppServer\WxAppServer\Properties\PublishProfiles\rrmjwxPay.pubxml
?????文件????????1800??2017-09-23?14:49??WxAppServer\WxAppServer\Properties\PublishProfiles\rrmjwxPay.pubxml.user
?????文件????????1245??2016-08-29?09:48??WxAppServer\WxAppServer\Web.Debug.config
?????文件????????1306??2016-08-29?09:48??WxAppServer\WxAppServer\Web.Release.config
?????文件?????????784??2018-08-31?09:33??WxAppServer\WxAppServer\Web.config
?????文件????????5730??2017-09-18?19:26??WxAppServer\WxAppServer\WxAppServer.csproj
?????文件????????1273??2018-08-31?09:33??WxAppServer\WxAppServer\WxAppServer.csproj.user
?????目錄???????????0??2017-09-23?14:26??WxAppServer\WxAppServer\bin\
?????文件??????168544??2012-07-10?21:51??WxAppServer\WxAppServer\bin\System.Net.Http.Formatting.dll
............此處省略58個文件信息

評論

共有 條評論