• 大小: 1.99M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 微信  c#  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using WxPayAPI;
using ThoughtWorks.QRCode.Codec;

namespace Weixi
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        string out_trade_no = string.Empty;
        string money = string.Empty;
        private void sub()
        {
            System.Random random = new Random();
            int iResult;
            iResult = random.Next(100000000 999999999);
            NativePay nativePay = new NativePay();
            out_trade_no = textBox1.Text;
            money = textBox2.Text;
            try
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-04-11 11:12  微信当面付\
     目录           0  2017-04-11 11:12  微信当面付\Weixi\
     文件         857  2017-04-11 10:49  微信当面付\Weixi.sln
     文件      416768  2017-04-11 11:11  微信当面付\Weixi.suo
     文件         144  2017-04-11 11:00  微信当面付\Weixi\app.config
     目录           0  2017-04-11 10:49  微信当面付\Weixi\bin\
     目录           0  2017-04-11 11:12  微信当面付\Weixi\bin\Debug\
     文件       52736  2014-05-19 21:40  微信当面付\Weixi\bin\Debug\LitJson.dll
     文件     6209536  2007-08-06 11:06  微信当面付\Weixi\bin\Debug\ThoughtWorks.QRCode.dll
     文件       38400  2017-04-11 11:09  微信当面付\Weixi\bin\Debug\Weixi.exe
     文件         144  2017-04-11 11:00  微信当面付\Weixi\bin\Debug\Weixi.exe.config
     文件       99840  2017-04-11 11:09  微信当面付\Weixi\bin\Debug\Weixi.pdb
     文件       11600  2017-04-11 11:11  微信当面付\Weixi\bin\Debug\Weixi.vshost.exe
     文件         144  2017-04-11 11:00  微信当面付\Weixi\bin\Debug\Weixi.vshost.exe.config
     文件         490  2012-06-06 02:06  微信当面付\Weixi\bin\Debug\Weixi.vshost.exe.manifest
     文件        3297  2017-04-11 11:09  微信当面付\Weixi\Form1.cs
     文件        6641  2017-04-11 11:09  微信当面付\Weixi\Form1.Designer.cs
     文件        5817  2017-04-11 11:09  微信当面付\Weixi\Form1.resx
     文件       52736  2014-05-19 21:40  微信当面付\Weixi\LitJson.dll
     目录           0  2017-04-11 10:49  微信当面付\Weixi\obj\
     目录           0  2017-04-11 10:49  微信当面付\Weixi\obj\x86\
     目录           0  2017-04-11 11:12  微信当面付\Weixi\obj\x86\Debug\
     文件        2855  2017-04-11 10:49  微信当面付\Weixi\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6423  2017-04-11 11:09  微信当面付\Weixi\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2017-04-11 11:03  微信当面付\Weixi\obj\x86\Debug\TempPE\
     文件        4608  2017-04-11 11:03  微信当面付\Weixi\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件         904  2017-04-11 11:11  微信当面付\Weixi\obj\x86\Debug\Weixi.csproj.FileListAbsolute.txt
     文件         975  2017-04-11 11:09  微信当面付\Weixi\obj\x86\Debug\Weixi.csproj.GenerateResource.Cache
     文件       17576  2017-04-11 11:02  微信当面付\Weixi\obj\x86\Debug\Weixi.csprojResolveAssemblyReference.cache
     文件       38400  2017-04-11 11:09  微信当面付\Weixi\obj\x86\Debug\Weixi.exe
     文件         180  2017-04-11 11:09  微信当面付\Weixi\obj\x86\Debug\Weixi.Form1.resources
............此处省略32个文件信息

评论

共有 条评论