40 Star 85 Fork 38

codeman35 / weixinHttpApi2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainForm_CONST.cs 982 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
codeman35 提交于 2016-01-11 23:41 . no commit message
using FluorineFx.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace demo_win_httpsocket
{
partial class MainForm
{
/// <summary>
/// 全局的一些变量存储
/// </summary>
public const string UUID = "UUID";
public const string NUMBER = "NUMBER";
public const string REDIRECT_URL = "REDIRECT_URL";
public const string SKEY = "SKEY";
public const string WXSID = "WXSID";
public const string WXUIN = "WXUIN";
public const string PASS_TICKET = "PASS_TICKET";
public const string DEVICEID = "DEVICEID";
public const string SYNCKEY = "SYNCKEY";
public const string SYNCKEY_LONG = "SYNCKEY_LONG";
public string UserName = "";
public string NickName = "";
Dictionary<string, string> USER_DI = new Dictionary<string, string>();
//NUMBER
}
}
1
https://gitee.com/lxwcode/weixinHttpApi2.0.git
git@gitee.com:lxwcode/weixinHttpApi2.0.git
lxwcode
weixinHttpApi2.0
weixinHttpApi2.0
master

搜索帮助