old_flsystem/类库/Chat.Framework/WXSdk/IPAD/WechatCmd.cs

59 lines
1.5 KiB
C#
Raw Permalink Normal View History

2022-09-20 03:10:29 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Chat.Framework.WXSdk.IPAD
{
/// <summary>
/// 协议基础操作类型
/// </summary>
public enum WechatCmd : int
{
= 681,
= 638,
= 639,
= 635,
= 610,
= 551,
= 522,
= 127,
= 719,
= -110,
XML消息 = 222,
= 137,
= 182,
= 502,
= 503,
= 1002,
= 851,
= 522,
SYNC消息 = 138,
noping = 205,
GetA8Key = 233,
= 2222,
退 = 281,
= 702,
= 205,
= 168,
= 380,
= 385,
CDN数据 = 149,
= 145,
= 109,
= 207,
= 209,
= 212,
= 213,
= 211,
= 681,
= 179,
= 993,
= 119,
= 120,
}
}