Fetch the repository succeeded.
This action will force synchronization from codeman35/weixinHttpApi2.0, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
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
}
}
Sign in for post a comment
Comment ( 0 )