You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1547 lines
67 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2023 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions
and limitations under the License.
Detail: https://github.com/JeffreySu/WeiXinMPSDK/blob/master/license.md
----------------------------------------------------------------*/
#endregion Apache License Version 2.0
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
文件名Enums.cs
文件功能描述:枚举类型
创建标识Senparc - 20150211
修改标识Senparc - 20150303
修改描述:整理接口
修改标识Senparc - 20150303
修改描述:添加企业号返回码
修改标识Senparc - 20161112
修改描述v4.9.3 添加小程序返回码添加小程序返回码
修改标识Senparc - 20161215
修改描述v4.9.5 添加Sex枚举
修改标识Senparc - 20161215
修改描述v4.9.9 添加【ReturnCode.template_id】不正确枚举
修改标识Senparc - 20170302
修改描述v4.11.1 添加【ReturnCode.appsecret不正确】枚举类型invalid appsecret40125
修改标识Senparc - 20170328
修改描述v4.12.1 添加【ReturnCode.小程序Appid不存在】枚举类型invalid weapp appid40166
修改标识Senparc - 20170617
修改描述v4.12.3 提供对企业微信的支持添加WorkJsonResult企业微信返回消息基类、ReturnCode_Work枚举
修改标识Senparc - 20170702
修改描述:添加 PlatformType、CacheType
修改标识Senparc - 20170726
修改描述:完成接口开放平台-代码管理及小程序码获取
修改标识Senparc - 20170810
修改描述v4.14.1 ReturnCode添加没有留言权限 = 88000
修改标识Senparc - 20170901
修改描述:删除 AppStoreState 枚举,移植到 Senparc.NeuChar
修改标识Senparc - 20190512
修改描述v6.4.3 丰富 ReturnCode 枚举类型
修改标识Senparc - 20190512
修改描述v6.4.9 增加 ReturnCode 枚举:创建标签 错误返回信息
修改标识Senparc - 20190512
修改描述v6.4.10 增加 ReturnCode 枚举:开放平台-小程序的普通链接二维码接口
修改标识Senparc - 20190529
修改描述:配合 Open v4.7.101 添加“开放平台-代码管理-加急审核”接口CodeApi.QueryQuota()、CodeApi.SpeedupAudit(),添加返回消息枚举类型 ReturnCode
修改标识Senparc - 20191014
修改描述:配合 WxOpen v3.7.102 添加小程序订阅消息的 ReturnCode
修改标识Senparc - 20191014
修改描述v6.7.401 配合 Open v6.7.401,添加 ReturnCode 枚举类型
修改标识Senparc - 20200430
修改描述v6.7.502 添加 40164 错误编码
修改标识Billzjh - 20201210
修改描述v6.8.101 完善 ReturnCode_Work 枚举类型
修改标识Billzjh - 20210118
修改描述:为支持小程序 GenerateScheme 接口,修改 ReturnCode 枚举类型
修改标识Senparc - 20210504
修改描述v6.9.101 修改 ReturnCode 枚举类型添加公众号“addTemplate选用模板”接口错误代码
修改标识WangDrama - 20210630
修改描述v6.9.600 添加 ReturnCode.SenparcWeixinSDK配置错误 枚举
修改标识mc7246 - 20220402
修改描述v6.14.5 添加试用小程序接口及事件
修改标识mc7246 - 20220710
修改描述v6.15.2 更新 ReturnCode 枚举,添加“半屏小程序管理”代码
修改标识Senparc - 20220731
修改描述v6.15.4 更新 ReturnCode 枚举OpenApi 中的错误代码
修改标识Senparc - 20220731
修改描述v6.15.8.2 更新 ReturnCode 枚举,添加 ModifyWxaServerDomain 中的错误代码
----------------------------------------------------------------*/
using System;
namespace Senparc.Weixin
{
/// <summary>
/// CommonJsonSend中的http提交类型
/// </summary>
public enum CommonJsonSendType
{
/// <summary>
/// GET 方法
/// </summary>
GET,
/// <summary>
/// POST 方法
/// </summary>
POST
}
/// <summary>
/// 平台类型
/// </summary>
public enum PlatformType
{
/// <summary>
/// 公众号
/// </summary>
MP,
/// <summary>
/// 开放平台
/// </summary>
Open,
/// <summary>
/// 小程序
/// </summary>
WxOpen,
/// <summary>
/// 企业号
/// </summary>
QY,
/// <summary>
/// 企业微信
/// </summary>
Work
}
/// <summary>
/// 公众号返回码JSON
/// 应该更名为ReturnCode_MP但为减少项目中的修改此处依旧用ReturnCode命名
/// </summary>
public enum ReturnCode
{
#pragma warning disable CS1591 // 缺少对公共可见类型或成员的 XML 注释
SenparcWeixinSDK = -99,
= -1,
= 0,
access_tokenAppSecretaccess_token = 40001,
/// <summary>
/// <para>公众号:不合法的凭证类型</para>
/// <para>小程序:暂无生成权限</para>
/// </summary>
= 40002,
OpenID = 40003,
= 40004,
= 40005,
= 40006,
id = 40007,
_40008 = 40008,
= 40009,
= 40010,
= 40011,
= 40012,
/// <summary>
/// <para>微信不合法的APPID</para>
/// <para>小程序:生成权限被封禁</para>
/// </summary>
APPID = 40013,
access_token = 40014,
= 40015,
1 = 40016,
2 = 40017,
= 40018,
KEY = 40019,
URL = 40020,
= 40021,
= 40022,
= 40023,
= 40024,
= 40025,
KEY = 40026,
URL = 40027,
使 = 40028,
oauth_code = 40029,
refresh_token = 40030,
openid = 40031,
openid = 40032,
uxxxx = 40033,
= 40035,
//小程序、 公众号都有
template_id = 40037,
= 40038,
URL = 40039,
id = 40050,
= 40051,
appsecret = 40125,//invalid appsecret
IP = 40164,//GitHub#2166 https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_access_token.html
Appid = 40166,
access_token = 41001,
appid = 41002,
refresh_token = 41003,
secret = 41004,
= 41005,
media_id = 41006,
= 41007,
oauth_code = 41008,
openid = 41009,
//小程序
form_id_ = 41028,
form_id使 = 41029,
page = 41030,
access_token = 42001,
refresh_token = 42002,
oauth_code = 42003,
GET = 43001,
POST = 43002,
HTTPS = 43003,
= 43004,
/// <summary>
/// [小程序订阅消息]用户拒绝接受消息,如果用户之前曾经订阅过,则表示用户取消了订阅关系
/// </summary>
= 43101,
= 43005,
= 44001,
POST = 44002,
= 44003,
= 44004,
= 45001,
= 45002,
= 45003,
= 45004,
= 45005,
= 45006,
= 45007,
= 45008,
= 45009,
= 45010,
= 45015,
= 45016,
= 45017,
= 45018,
= 45047,//out of response count limit一般只允许连续接收20条客服消息
= 46001,
= 46002,
= 46003,
JSON_XML = 47001,
/// <summary>
/// [小程序订阅消息]模板参数不准确可能为空或者不满足规则errmsg会提示具体是哪个字段出错
/// </summary>
= 47003,
api = 48001,
api = 50001,
invalid_parameter = 61451,
invalid_kf_account = 61452,
kf_account_exsited = 61453,
//创建标签 错误返回信息
= 45157,
30 = 45158,
100 = 45056,
/// <summary>
/// 客服帐号名长度超过限制(仅允许10个英文字符不包括@及@后的公众号的微信号)(invalid kf_acount length)
/// </summary>
= 61454,
/// <summary>
/// 客服帐号名包含非法字符(仅允许英文+数字)(illegal character in kf_account)
/// </summary>
= 61455,
/// <summary>
/// 客服帐号个数超过限制(10个客服账号)(kf_account count exceeded)
/// </summary>
= 61456,
invalid_file_type = 61457,
system_error = 61450,
= 61500,
= 61501,
//新加入的一些类型以下文字根据P2P项目格式组织非官方文字
_48 = 10706,
__ = 62751,
_ = 10703,
= 10700,
= 88000,//without comment privilege
= 88001,//msg_data is not exists
= 88002,//the article is limit for safety
= 88003,//elected comment upper limit
_ = 88004,//comment was deleted by user
= 88005,//already reply
//88006暂时留空未找到
0 = 88007,//reply content beyond max len or content len is zero
= 88008,//comment is not exists
= 88010,//count range error. cout <= 0 or count > 50
//只有小程序有
path = 40165,
query = 40212,
//开放平台
_ = 89000,//account has bound open该公众号/小程序已经绑定了开放平台帐号
_24h = 89249,// task running
= 89247,// inner error
= 86004,// invalid wechat
= 61070,// name, wechat name not in accordance
_ = 89248,// invalid code type
= 89250,// task not found
= 89251,// legal person checking
_ = 89252,// front checking
= 89253,// lack of some params
_ = 89254,// lack of some component rights
_24h_ = 100001,
_24h_ = 100002,
_24h = 100003,
_ = 101,
_ = 102,
_ = 103,
_ = 104,
__5_15 = 105,
_ = 1000,
= 53010,
= 53011,
使 = 53012,
___ = 53013,
__A___A___A___A_ = 53014,
_____ = 53015,
_____ = 53016,
__A___A___A___A = 53017,
= 53018,
= 53019,
5_ = 61071,
__ = 61072,
____ = 86011,
openid = 86012,
_4_30_ = 86017,
//订阅通知
tid = 200014,
kidList = 200020,
sceneDesc = 200021,
_ = 200011,
_ = 200013,
__50_ = 200012,
//小程序代码管理返回码
= 86000,
= 86001,
= 85006,
= 85007,
= 85008,
= 85009,
item_list = 85010,
= 85011,
id = 85012,
= 85019,
= 85020,
= 85021,
action = 85022,
15 = 85023,
线_ = 85079,
= 85080,
= 85081,
= 85082,
= 85085,
= 85086,
使_api_navigateToMiniProgram__appid_ = 85087,
___ = 86002,
_退 = 87011,
退__1_线退_2_退_退_3_退线_退 = 87012,
= 85015,
#region Open v4.7.101 添加“开放平台-代码管理-加急审核”接口
__ = 89401,
_ = 89402,
_ = 89403,
_ = 89404,
_ = 89405,
#endregion
//半屏小程序管理
= 89408,
= 89409,
appid = 89410,
appid = 89411,
30 = 89412,
24h = 89413,
50 = 89414,
appid = 89415,
appid = 89416,
= 89420,
= 89421,
= 89422,
= 89423,
= 89425,
= 89426,
= 89427,
_ = 89428,
= 89429,
= 89430,
= 89431,
= 89432,
flag = 89417,
= 89418,
= 89424,
= 89419,
/// <summary>
/// 小程序为“签名错误”。对应公众号: 87009, “errmsg” : “reply is not exists” //该回复不存在
/// </summary>
= 87009,
//小程序MsgSecCheck接口
= 87014,
//小程序地点管理返回码
POST = 20002,
_ = 92000,
线_ = 92002,
= 92003,
= 92004,
= 92005,
= 92006,
= 92007,
= 92008,
= 92009,
= 93010,
= 93011,
//小程序普通链接二维码返回码
= 85066,
= 85068,
= 85069,
= 85070,
_ = 85071,
= 85072,
= 85073,
_ = 85074,
1 = 85075,
//门店小程序返回码
_org_codeother_files = 85024,
= 85025,
5 = 85026,
5 = 85027,
= 85028,
= 85029,
使 = 85031,
= 85032,
= 85033,
15 = 85034,
= 85035,
= 85036,
= 85049,
= 43104,
_ = 85050,
= 85053,
mediaid = 85056,
/// <summary>
/// <para>公众号:输入参数有误</para>
/// <para>小程序参数expire_time填写错误</para>
/// </summary>
= 40097,
= 65115,
= 65118,
//代小程序实现业务 - 设置业务域名
_ = 89019,
_ = 89020,
= 89021,
_100 = 89029,
_setwebviewdomain_ = 89231
#pragma warning restore CS1591 // 缺少对公共可见类型或成员的 XML 注释
}
/// <summary>
/// 企业号返回码
/// </summary>
public enum ReturnCode_QY
{
#pragma warning disable CS1591 // 缺少对公共可见类型或成员的 XML 注释
= 0,
access_tokenSecretaccess_token = 40001,
= 40002,
UserID = 40003,
= 40004,
= 40005,
= 40006,
id = 40007,
= 40008,
corpid = 40013,
access_token = 40014,
= 40015,
= 40016,
= 40017,
= 40018,
KEY = 40019,
URL = 40020,
= 40021,
= 40022,
= 40023,
= 40024,
= 40025,
KEY = 40026,
URL = 40027,
使 = 40028,
oauth_code = 40029,
UserID = 40031,
UserID = 40032,
_uxxxx = 40033,
= 40035,
//小程序、 公众号都有
template_id = 40037,
= 40038,
URL = 40039,
token = 40040,
id = 40041,
= 40042,
urldomain = 40048,
url = 40054,
url = 40055,
agentid = 40056,
callbackurl = 40057,
= 40058,
= 40059,
callbackurl = 40060,
= 40061,
= 40062,
= 40063,
= 40064,
= 40065,
= 40066,
= 40067,
ID = 40068,
ID = 40069,
__ID = 40070,
_ = 40071,
= 40072,
openid = 40073,
news = 40074,
= 40077,
= 40078,
= 40079,
suitesecret = 40080,
suitetoken = 40082,
suiteid = 40083,
= 40084,
suiteticket = 40085,
appid = 40086,
access_token = 41001,
corpid = 41002,
refresh_token = 41003,
secret = 41004,
= 41005,
media_id = 41006,
= 41007,
oauthcode = 41008,
UserID = 41009,
url = 41010,
agentid = 41011,
mediaid = 41012,
= 41013,
= 41014,
Content = 41015,
= 41016,
ID = 41017,
= 41018,
suiteid = 41021,
suitetoken = 41022,
suiteticket = 41023,
suitesecret = 41024,
= 41025,
//小程序
form_id_ = 41028,
form_id使 = 41029,
page = 41030,
access_token = 42001,
refresh_token = 42002,
oauth_code = 42003,
token = 42004,
= 42007,
= 42008,
suitetoken = 42009,
GET = 43001,
POST = 43002,
HTTPS = 43003,
= 43004,
= 43005,
= 43006,
= 43007,
= 43008,
= 43010,
= 43011,
= 44001,
POST = 44002,
= 44003,
= 44004,
= 45001,
= 45002,
= 45003,
= 45004,
= 45005,
= 45006,
= 45007,
= 45008,
= 45009,
= 45010,
= 45015,
= 45016,
= 45017,
= 45018,
= 45024,
mpnews100 = 45027,
= 46001,
= 46002,
= 46003,
_46004 = 46004,
JSONXML = 47001,
Api = 48001,
Api = 48002,
suitetoken = 48003,
= 48004,
redirect_uri = 50001,
= 50002,
= 50003,
= 50004,
= 50005,
= 60001,
= 60002,
= 60003,
= 60004,
= 60005,
= 60006,
= 60007,
= 60008,
= 60009,
= 60010,
_user_department_agent_ = 60011,
= 60012,
= 60013,
= 60014,
= 60015,
= 60016,
= 60017,
= 60019,
访ip = 60020,
= 60023,
UserID = 60102,
= 60103,
= 60104,
= 60105,
= 60106,
= 60107,
= 60108,
QQ = 60109,
= 60110,
UserID = 60111,
= 60112,
____ = 60113,
= 60114,
= 60115,
= 60116,
___ = 60118,
= 60119,
= 60120,
= 60121,
使 = 60122,
id = 60123,
id = 60124,
= 60125,
= 60126,
id = 60127,
= 60128,
IPC使jssdk = 80001,
= 82001,
PartyID = 82002,
TagID = 82003,
#pragma warning restore CS1591 // 缺少对公共可见类型或成员的 XML 注释
}
/// <summary>
/// 企业微信返回码
/// </summary>
public enum ReturnCode_Work
{
SenparcWeixinSDK = -99,
#pragma warning disable CS1591 // 缺少对公共可见类型或成员的 XML 注释
= -1,
= 0,
access_tokenSecret_access_token = 40001,
= 40002,
UserID = 40003,
= 40004,
= 40005,
= 40006,
id = 40007,
= 40008,
= 40009,
= 40011,
corpid = 40013,
access_token = 40014,
= 40015,
= 40016,
= 40017,
= 40018,
KEY = 40019,
URL = 40020,
= 40021,
= 40022,
= 40023,
= 40024,
= 40025,
KEY = 40026,
URL = 40027,
使 = 40028,
oauth_code = 40029,
UserID = 40031,
UserID = 40032,
__uxxxx = 40033,
= 40035,
= 40038,
URL = 40039,
token = 40040,
id = 40041,
= 40042,
urldomain = 40048,
url = 40054,
url = 40055,
agentid = 40056,
callbackurlcallbackurl = 40057,
= 40058,
= 40059,
callbackurl = 40060,
= 40061,
= 40062,
= 40063,
= 40064,
= 40065,
= 40066,
= 40067,
ID = 40068,
ID = 40069,
__ID = 40070,
_ = 40071,
= 40072,
openid = 40073,
news = 40074,
= 40077,
= 40078,
= 40079,
suitesecret = 40080,
suitetoken = 40082,
suiteid = 40083,
= 40084,
suiteticket = 40085,
appid = 40086,
jobid = 40088,
= 40089,
= 40092,
target = 40093,
URL = 40094,
_ = 40095,
userid = 40096,
= 40097,
= 40098,
= 40099,
= 40100,
IP = 40102,
= 40123,
广sn = 40124,
openuserid = 40125,
3000 = 40126,
urischema = 40127,
90 = 40128,
= 40129,
= 40130,
andover_userid = 40131,
= 40155,
access_token = 41001,
corpid = 41002,
refresh_token = 41003,
secret = 41004,
= 41005,
media_id = 41006,
= 41007,
oauth_code = 41008,
UserID = 41009,
url = 41010,
agentid = 41011,
mediaid = 41012,
= 41013,
= 41014,
Content = 41015,
= 41016,
ID = 41017,
= 41018,
suiteid = 41021,
suitetoken = 41022,
suiteticket = 41023,
suitesecret = 41024,
= 41025,
description = 41033,
login_ticket = 41034,
target = 41035,
= 41036,
type = 41037,
scene = 41038,
type = 41039,
scene = 41040,
使 = 41041,
style = 41042,
config_id = 41043,
config_id = 41044,
API = 41045,
id = 41046,
id = 41047,
= 41048,
code = 41049,
code = 41050,
= 41051,
= 41052,
= 41053,
= 41054,
= 41055,
id = 41056,
= 41057,
moment_id = 41059,
moment_id = 41060,
userid = 41061,
userid = 41062,
= 41102,
access_token = 42001,
refresh_token = 42002,
oauth_code = 42003,
token = 42004,
= 42007,
= 42008,
suitetoken = 42009,
jsapi_ticket = 42012,
= 42013,
task_id = 42014,
= 42015,
task_id = 42016,
key = 42017,
key = 42018,
key = 42019,
= 42020,
device_access_token = 42021,
code使 = 42022,
GET = 43001,
POST = 43002,
HTTPS = 43003,
= 43004,
= 43005,
= 43006,
= 43007,
= 43008,
= 43009,
= 43010,
= 43011,
= 43013,
= 44001,
POST = 44002,
= 44003,
= 44004,
= 45001,
= 45002,
= 45003,
= 45004,
= 45005,
= 45006,
= 45007,
8 = 45008,
= 45009,
= 45010,
= 45015,
_ = 45016,
= 45017,
= 45018,
_216 = 45022,
= 45024,
= 45025,
= 45026,
mpnews100 = 45027,
= 45028,
media_id = 45029,
= 45032,
= 45033,
url = 45034,
= 46001,
= 46002,
= 46003,
= 46003,
= 46004,
JSON_XML = 47001,
Api = 48001,
Api_Api_Api_ = 48002,
suitetoken = 48003,
= 48004,
Api = 48005,
= 48006,
= 49008,
redirect_uri = 50001,
= 50002,
= 50003,
_ = 50004,
= 50005,
= 60001,
= 60002,
= 60003,
= 60004,
= 60005,
= 60006,
= 60007,
ID = 60008,
= 60009,
= 60010,
_user_department_agent___ = 60011,
= 60012,
= 60013,
= 60014,
= 60015,
= 60016,
= 60017,
= 60019,
访ip = 60020,
userid = 60021,
= 60023,
= 60025,
= 60027,
_url = 60028,
_ = 60029,
= 60031,
UserID = 60102,
= 60103,
= 60104,
= 60105,
= 60106,
= 60107,
= 60108,
QQ = 60109,
20 = 60110,
UserID = 60111,
= 60112,
____ = 60113,
= 60114,
= 60115,
= 60116,
___ = 60118,
= 60119,
= 60120,
= 60121,
使 = 60122,
id = 60123,
id = 60124,
___csv = 60125,
= 60126,
id = 60127,
_ = 60128,
= 60129,
= 60131,
is_leader_in_deptdepartment = 60132,
= 60136,
= 60137,
ID = 60203,
= 60204,
= 60205,
使 = 60206,
= 60207,
all = 60208,
= 65000,
= 65001,
= 65002,
= 65003,
= 65004,
= 65005,
= 65006,
= 65007,
= 65008,
= 65009,
userid = 65010,
userid = 65011,
userid = 65012,
= 65013,
= 65014,
= 65015,
= 65018,
= 72023,
= 72024,
= 72037,
#region OpenApi
cgi_path = 76021,
使tokenapi_ = 76022,
rid = 76001,
rid = 76002,
rid_rid = 76003,
rid_7rid = 76004,
#endregion
_IPC_使jssdk_ = 80001,
= 81001,
15 = 81002,
= 81003,
= 81004,
= 81011,
= 81012,
UserIDIDID = 81013,
userparty = 81014,
= 81015,
logined_userid = 81016,
items = 81017,
= 81018,
itemsid = 81019,
itemstype = 81020,
itemstype = 81021,
= 82001,
PartyID = 82002,
TagID = 82003,
= 82004,
= 84014,
= 84015,
templateid = 84019,
templateid = 84020,
register_code = 84021,
register_code = 84022,
= 84023,
= 84024,
state = 84025,
caller = 84052,
callee = 84053,
auth_corpid = 84054,
= 84055,
= 84056,
= 84057,
caller = 84058,
= 84059,
callee = 84060,
= 84061,
= 84062,
caller = 84063,
callee = 84064,
callercallee = 84065,
= 84066,
= 84067,
= 84069,
= 84070,
= 84071,
= 84072,
userid = 84073,
= 84074,
authcode = 84075,
authcode = 84076,
= 84077,
= 84078,
= 84079,
= 84080,
= 84081,
退 = 84082,
= 84083,
= 84084,
= 84085,
= 84086,
= 84087,
= 84088,
= 84089,
user_ticket = 84090,
= 84091,
= 84092,
= 84093,
= 84094,
= 84095,
= 84096,
= 84097,
= 84098,
= 84099,
= 84100,
= 84101,
= 84102,
= 84103,
= 84104,
= 84105,
= 84106,
退 = 84107,
= 84108,
0 = 84109,
= 84110,
= 84111,
= 84112,
= 84113,
= 84114,
= 84115,
= 84116,
= 84117,
= 84118,
= 84119,
= 84120,
= 84121,
= 84122,
= 84123,
= 84124,
= 84125,
= 84126,
= 84127,
= 84128,
= 84129,
= 84130,
= 84200,
= 85002,
20 = 85004,
ID = 86001,
ID = 86003,
= 86004,
= 86005,
= 86006,
_86007 = 86007,
= 86008,
= 86101,
ID = 86201,
= 86202,
= 86203,
= 86204,
ID = 86205,
ID = 86206,
= 86207,
= 86208,
= 86209,
= 86210,
__ = 86211,
= 86213,
= 86214,
= 86215,
= 86216,
= 86217,
= 86218,
= 86219,
= 86220,
_ = 86221,
访API = 86222,
使 = 86224,
_86304 = 86304,
= 86305,
= 86306,
= 86307,
id = 86308,
= 86309,
= 86310,
id = 86311,
= 86312,
__kf = 86313,
__kf = 86314,
= 86315,
id_Userid_openid_kf = 86316,
= 86317,
id_Userid_openid_kf = 86318,
_kf = 86319,
= 86320,
seq = 88001,
offset_88002 = 88002,
seq = 88003,
= 90001,
ticket = 90002,
ticket = 90003,
ticket = 90004,
= 90005,
= 90100,
= 90101,
= 90102,
url = 90103,
= 90104,
pagepath = 90105,
= 90106,
appid = 90200,
content_item = 90201,
key = 90202,
value = 90203,
page = 90204,
= 90206,
appid = 90207,
appid = 90208,
orderid = 90300,
= 90302,
使 = 90303,
= 90304,
errmsg = 90305,
errmsg = 90306,
= 90307,
IPIP = 90308,
= 90309,
= 90310,
= 90311,
退, errmsg = 90312,
退 = 90313,
= 90314,
退退refund_id使 = 90315,
退 = 90316,
= 90317,
nonce_str = 90318,
= 90319,
token = 90320,
token = 90321,
__ = 90322,
= 90323,
= 90324,
= 90325,
= 90326,
= 90327,
errmsg = 90328,
= 90329,
= 90330,
= 90331,
= 90332,
= 90333,
退 = 90338,
= 90339,
= 90340,
退 = 90341,
退 = 90342,
退 = 90343,
= 90344,
5w = 90345,
退 = 90346,
退0 = 90347,
= 90348,
= 90349,
= 90350,
= 90351,
= 90352,
= 90353,
= 90354,
退 = 90355,
0 = 90356,
= 90357,
退 = 90358,
= 90359,
refunded_credit_orderid = 90381,
= 90456,
ID = 90457,
ID = 90458,
= 90459,
= 90460,
ID = 90461,
ID = 90462,
= 90463,
= 90464,
= 90465,
= 90466,
= 90467,
_ = 90468,
= 90469,
= 90470,
= 90471,
= 90472,
= 90473,
= 90474,
= 90475,
= 90479,
= 90500,
= 90501,
= 90502,
99 = 90503,
= 90504,
= 90507,
= 90508,
= 91004,
code = 91011,
= 91014,
least_costreduce_cost = 91015,
discount = 91016,
gift = 91017,
sku = 91019,
= 91020,
= 91021,
logo_url = 91022,
code = 91023,
title = 91025,
color = 91026,
offset_91027 = 91027,
count = 91028,
card_id = 91029,
code = 91030,
notice = 91031,
description = 91032,
ticket = 91033,
= 91036,
= 91038,
id = 91039,
ticket_type = 91040,
_logo_ = 91041,
= 91042,
= 91043,
= 91044,
groupon = 91045,
cash = 91046,
discount_ = 91047,
gift = 91048,
coupon = 91049,
= 91050,
12 = 91051,
9 = 91052,
16 = 91053,
1024 = 91054,
18 = 91055,
= 92000,
= 92001,
= 92002,
webhookurl = 93000,
= 93004,
= 93008,
= 94000,
type = 94001,
keydata = 94002,
keydataitems = 94003,
list = 94005,
listitems = 94006,
webview = 94007,
= 94008,
id = 301001,
accesstoken = 301002,
= 301004,
= 301005,
= 301006,
= 301008,
= 301009,
= 301010,
position = 301012,
= 301013,
= 301014,
mediaid = 301015,
= 301016,
AMR = 301017,
userid = 301021,
= 301022,
useridlist = 301023,
= 301024,
= 301025,
userid = 301036,
userid = 302001,
userid = 302002,
userid = 302003,
/// <summary>
/// 1不是一棵树2 多个一样的partyid3 partyid空4 partyid name 空5 同一个父节点下有两个子节点 部门名字一样 可能是以上情况,请一一排查)
/// </summary>
= 302004,
= 302005,
partyid = 302006,
= 302007,
CorpId = 2000002,
sn = 600001,
= 600002,
activecode = 600003,
= 600004,
Secret = 600005,
sn = 600007,
nonce = 600008,
timestamp = 600009,
signature = 600010,
= 600011,
= 600012,
activecode = 600013,
= 600014,
secret_ = 600015,
= 600016,
= 600018,
= 600020,
sn = 600021,
= 600023,
5M = 600024,
20 = 600025,
= 600026,
= 600027,
= 600028,
= 600029,
= 600030,
= 600031,
= 600032,
id = 600033,
= 600034,
= 600035,
sn = 600036,
id = 600037,
= 600038,
= 600039,
id = 600040,
offsetlimit = 600041,
id = 600042,
= 600043,
= 600044,
= 600045,
iduserid = 600046,
secretnostatus = 600047,
= 600048,
= 600049,
= 600050,
= 600051,
= 600052,
= 600053,
= 600054,
= 600055,
= 600056,
= 600057,
5000 = 610001,
scene = 610003,
userid使 = 610004,
= 640001,
= 640002,
= 640003,
访 = 640004,
= 640005,
= 640006,
= 640007,
= 640008,
= 640009,
= 640010,
json = 640011,
userid = 640012,
departmentid = 640013,
= 640014,
= 640015,
= 640016,
API = 640017,
= 640018,
API = 640019,
= 640020,
fatherid = 640021,
base64 = 640022,
= 640023,
fileid = 640024,
space_name = 640025,
spaceid = 640026,
= 640027,
= 640028,
= 640029,
output_file_format = 844001,
#region Open - modifyThirdpartyServerDomainModifyWxaServerDomain
/// <summary>
/// 第三方平台未发布
/// </summary>
= 61028,
/// <summary>
/// 该公众号的菜单设置了过多的域名外跳(最多跳转到 3 个域名的链接)
/// </summary>
domain_count_reach_limit = 65316,
/// <summary>
/// 每个月只可以修改50次超次数了
/// </summary>
reach_max_domain_quota_limit = 45104,
/// <summary>
///
/// </summary>
invalid_action_name = 40052
#endregion
#pragma warning restore CS1591 // 缺少对公共可见类型或成员的 XML 注释
}
/// <summary>
/// 语言
/// </summary>
public enum Language
{
/// <summary>
/// 中文简体
/// </summary>
zh_CN,
/// <summary>
/// 中文繁体
/// </summary>
zh_TW,
/// <summary>
/// 英文
/// </summary>
en
}
/// <summary>
/// 用户信息中的性别sex
/// </summary>
[Obsolete("请使用 Senparc.Weixin.Enums.WeixinSex 枚举。")]
public enum Sex
{
}
/// <summary>
/// 用户信息中的性别sex
/// </summary>
public enum WeixinSex
{
#pragma warning disable CS1591 // 缺少对公共可见类型或成员的 XML 注释
= 0,
= 1,
= 2
#pragma warning restore CS1591 // 缺少对公共可见类型或成员的 XML 注释
}
}