资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace KK.WechatAuto
{
    public class baseRequest
    {
        public Int64 Uin { get; set; }
        public String Sid { get; set; }
        public String Skey { get; set; }
        public String DeviceID { get; set; }


        public static baseRequest Get(Session session)
        {
            return new baseRequest()
            {
                Sid = session.wxsid
                Uin = Int64.Parse(session.wxuin)
                Skey = session.skey
                DeviceID = Common.GetDeviceID()
            };
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2238  2018-04-26 23:09  KK.WechatAuto\03TORA.ICO

     文件        184  2018-04-24 22:22  KK.WechatAuto\App.config

     文件        697  2018-04-26 22:30  KK.WechatAuto\baseRequest.cs

     文件      57344  2018-04-27 08:45  KK.WechatAuto\bin\Debug\KK.WechatAuto.exe

     文件        184  2018-04-24 22:22  KK.WechatAuto\bin\Debug\KK.WechatAuto.exe.config

     文件     116224  2018-04-27 08:45  KK.WechatAuto\bin\Debug\KK.WechatAuto.pdb

     文件     662528  2018-03-24 17:44  KK.WechatAuto\bin\Debug\Newtonsoft.Json.dll

     文件     684778  2018-03-24 17:44  KK.WechatAuto\bin\Debug\Newtonsoft.Json.xml

     文件       1915  2018-04-27 00:10  KK.WechatAuto\Common.cs

     文件        571  2018-04-26 23:03  KK.WechatAuto\DataGridViewEx.cs

     文件      39532  2018-04-27 11:41  KK.WechatAuto\Form1.cs

     文件      22678  2018-04-27 08:50  KK.WechatAuto\Form1.Designer.cs

     文件       9477  2018-04-27 08:50  KK.WechatAuto\Form1.resx

     文件       1011  2018-04-27 00:43  KK.WechatAuto\frmSessionView.cs

     文件       2293  2018-04-27 00:42  KK.WechatAuto\frmSessionView.Designer.cs

     文件       5817  2018-04-27 00:42  KK.WechatAuto\frmSessionView.resx

     文件       4890  2018-04-27 00:35  KK.WechatAuto\KK.WechatAuto.csproj

     文件        331  2018-04-25 07:54  KK.WechatAuto\MessageRequest.cs

     文件        516  2018-04-25 22:21  KK.WechatAuto\Msg.cs

     文件         42  2018-04-27 00:34  KK.WechatAuto\obj\Debug\CoreCompileInputs.cache

     文件       1748  2018-04-26 01:07  KK.WechatAuto\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7615  2018-04-27 00:34  KK.WechatAuto\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       2813  2018-04-27 00:37  KK.WechatAuto\obj\Debug\KK.WechatAuto.csproj.FileListAbsolute.txt

     文件       1079  2018-04-27 00:42  KK.WechatAuto\obj\Debug\KK.WechatAuto.csproj.GenerateResource.Cache

     文件      11669  2018-04-26 23:51  KK.WechatAuto\obj\Debug\KK.WechatAuto.csprojResolveAssemblyReference.cache

     文件      57344  2018-04-27 08:45  KK.WechatAuto\obj\Debug\KK.WechatAuto.exe

     文件       2804  2018-04-27 00:37  KK.WechatAuto\obj\Debug\KK.WechatAuto.Form1.resources

     文件        180  2018-04-27 00:42  KK.WechatAuto\obj\Debug\KK.WechatAuto.frmSessionView.resources

     文件     116224  2018-04-27 08:45  KK.WechatAuto\obj\Debug\KK.WechatAuto.pdb

     文件        180  2018-04-27 00:37  KK.WechatAuto\obj\Debug\KK.WechatAuto.Properties.Resources.resources

............此处省略61个文件信息

评论

共有 条评论