跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V W 

A

AddData(String) - 类 中的方法com.gdxsoft.weixin.WxCardSign
 
AddData(Integer) - 类 中的方法com.gdxsoft.weixin.WxCardSign
 
addLocationIdList(int) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
添加门店
addSub(WeiXinButton) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
添加子菜单
addSub(WeiXinMaterialArticle) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
添加相关子文档
addWeiXinServiceStaff(String, String, String) - 类 中的方法com.gdxsoft.weixin.Config
添加客服帐号
addWhite(String, String) - 类 中的方法com.gdxsoft.weixin.ConfigCard
 
addXmlNode(Document, String, String) - 类 中的静态方法com.gdxsoft.weixin.SignUtils
创建xml节点
AesException - com.gdxsoft.weixin.aes中的异常错误
 

B

ByteToHexString(byte[]) - 类 中的方法com.gdxsoft.weixin.WxCardSign
 

C

changeWeiXinGroup(int, String) - 类 中的方法com.gdxsoft.weixin.Config
修改微信组名称
changeWeiXinUserGroup(int, String) - 类 中的方法com.gdxsoft.weixin.Config
移动用户分组
checkIsExpired() - 类 中的方法com.gdxsoft.weixin.Config
检查是否超时
checkIsExpired() - 类 中的方法com.gdxsoft.weixin.QyConfig
检查是否超时
checkVaildIp(String) - 类 中的方法com.gdxsoft.weixin.Config
检查是否是合法IP地址
click - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
1、click:点击推事件 用户点击click类型按钮后,微信服务器会通过消息接口推送消息类型为event 的结构给开发者(参考消息接口指南),并且带上按钮中开发者填写的key值,开发者可以通过自定义的key值与用户进行交互;
CLICK - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgEventType
自定义菜单事件
CODE_TYPE_BARCODE - 类 中的静态变量com.gdxsoft.weixin.WxCardBaseInfo
"CODE_TYPE_BARCODE",一维 码;
CODE_TYPE_QRCODE - 类 中的静态变量com.gdxsoft.weixin.WxCardBaseInfo
"CODE_TYPE_QRCODE",二维 码;
CODE_TYPE_TEXT - 类 中的静态变量com.gdxsoft.weixin.WxCardBaseInfo
"CODE_TYPE_TEXT",文本;
com.gdxsoft.weixin - 程序包 com.gdxsoft.weixin
 
com.gdxsoft.weixin.aes - 程序包 com.gdxsoft.weixin.aes
 
ComputeSignatureError - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 
Config - com.gdxsoft.weixin中的类
 
Config(String, String, String) - 类 的构造器com.gdxsoft.weixin.Config
 
Config(String, String, String, String, long) - 类 的构造器com.gdxsoft.weixin.Config
 
ConfigCard - com.gdxsoft.weixin中的类
微信卡券
createCard(WxCard) - 类 中的方法com.gdxsoft.weixin.ConfigCard
创建卡券接口是微信卡券的基础接口,用于创建一类新的卡券,获取card_id,创建成功 并通过审核后,商家可以通过文档提供的其他接口将卡券下发给用户,每次成功领取,库存数 量相应扣除。
createCardQRCode(String, String, String, boolean, int) - 类 中的方法com.gdxsoft.weixin.ConfigCard
创建卡券后,商户可通过接口生成一张卡券二维码供用户扫码后添加卡券到卡包
createJsBathAddCard(String, String, String) - 类 中的方法com.gdxsoft.weixin.ConfigCard
创建卡券后,商户可通过接口生成一张卡券二维码供用户扫码后添加卡券到卡包
createJsChooseCard(String, String, String) - 类 中的方法com.gdxsoft.weixin.ConfigCard
拉起卡券列表(chooseCard)JSAPI
createWeiXinButtons(WeiXinButton) - 类 中的方法com.gdxsoft.weixin.Config
创建微信自定义菜单
createWeiXinGroup(String) - 类 中的方法com.gdxsoft.weixin.Config
创建微信分组 一个公众账号,最多支持创建100个分组。
createWeiXinMaterial(String, String) - 类 中的方法com.gdxsoft.weixin.Config
新增其他类型永久素材 1、新增的永久素材也可以在公众平台官网素材管理模块中看到 2、永久素材的数量是有上限的,请谨慎新增。
createWeiXinMaterialArticle(WeiXinMaterialArticle) - 类 中的方法com.gdxsoft.weixin.Config
新增永久图文素材
createWeiXinMaterialVideo(String, String, String) - 类 中的方法com.gdxsoft.weixin.Config
增加视频素材
createWeiXinOrder(String, String, String, String, String, String, String, int, String) - 类 中的方法com.gdxsoft.weixin.Config
* 公众账号ID appid 是 String(32) wx8888888888888888 微信分配的公众账号ID
商户号 mch_id 是 String(32) 1900000109 微信支付分配的商户号
设备号 device_info 否 String(32) 013467007045764 终端设备号(游戏wap支付此字段必传)
随机字符串 nonce_str 是 String(32) 5K8264ILTKCH16CQ2502SI8ZNMTM67VS 随机字符串,不长于32位。
createWeiXinOrderApp(String, String, String, String, String, String, int, String) - 类 中的方法com.gdxsoft.weixin.Config
统一下单 https://pay.weixin.qq.com/wiki/doc/api/app/app.php?
createWeiXinOrderNative(String, String, String, String, String, String, String, int, String) - 类 中的方法com.gdxsoft.weixin.Config
创建订单(Native)模式,为了获取扫码模式2
createWeiXinQRCode() - 类 中的方法com.gdxsoft.weixin.Config
创建生成带参数的二维码 为了满足用户渠道推广分析的需要,公众平台提供了生成带参数二维码的接口。
createWeiXinShortUrl(String) - 类 中的方法com.gdxsoft.weixin.Config
将一条长链接转成短链接。
createWxDepartment(String, int, int, int) - 类 中的方法com.gdxsoft.weixin.QyConfig
创建部门
createWxDepartment(QyDepartment) - 类 中的方法com.gdxsoft.weixin.QyConfig
创建部门
createWxStaff(QyStaff) - 类 中的方法com.gdxsoft.weixin.QyConfig
创建成员

D

DecryptAESError - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 
DecryptMsg(String, String, String, String) - 类 中的方法com.gdxsoft.weixin.aes.WXBizMsgCrypt
检验消息的真实性,并且获取解密后的明文.
deleteWeiXinGroup(int) - 类 中的方法com.gdxsoft.weixin.Config
删除分组 注意本接口是删除一个用户分组,删除分组后,所有该分组内的用户自动进入默认分组。
deleteWeiXinMaterial(String) - 类 中的方法com.gdxsoft.weixin.Config
删除永久素材 1、请谨慎操作本接口,因为它可以删除公众号在公众平台官网素材管理模块中新建的图文消息、语音、视频等素材( 但需要先通过获取素材列表来获知素材的media_id) 2、临时素材无法通过本接口删除 3、调用该接口需https协议
deleteWxDepartment(int) - 类 中的方法com.gdxsoft.weixin.QyConfig
删除部门
deleteWxStaff(String) - 类 中的方法com.gdxsoft.weixin.QyConfig
删除成员
deleteWxStaffs(List<String>) - 类 中的方法com.gdxsoft.weixin.QyConfig
删除成员
download(String, String) - 类 中的静态方法com.gdxsoft.weixin.Ssl
下载媒体文件
download(String) - 类 中的静态方法com.gdxsoft.weixin.Ssl
下载媒体文件
downloadWeiXinBill(String) - 类 中的方法com.gdxsoft.weixin.Config
 
downWeiXinMedia(String) - 类 中的方法com.gdxsoft.weixin.Config
下载媒体文件 http

E

EncryptAESError - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 
EncryptMsg(String, String, String) - 类 中的方法com.gdxsoft.weixin.aes.WXBizMsgCrypt
将公众平台回复用户的消息加密打包.
ErrorCode - com.gdxsoft.weixin中的类
 
ErrorCode() - 类 的构造器com.gdxsoft.weixin.ErrorCode
 
event - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgType
事件

F

fixNumberWithZero(int, int) - 类 中的静态方法com.gdxsoft.weixin.SignUtils
将数字前导为0,例如 123生成00000123
fromJson(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.Config
从JSON中创建
fromJson(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.ConfigCard
 

G

get(String) - 类 中的静态方法com.gdxsoft.weixin.Ssl
 
getAccessToken() - 类 中的方法com.gdxsoft.weixin.Config
获取到的凭证
getAccessToken(String) - 类 中的方法com.gdxsoft.weixin.Html
通过code换取网页授权 access_token 首先请注意,这里通过 code 换取的是一个特殊的网页授权 access_token,
与基础支持中的access_token (该access_token用于调用其他接口 ) 不同。
getAccessToken() - 类 中的方法com.gdxsoft.weixin.Html
 
getAccessToken(String) - 类 中的方法com.gdxsoft.weixin.JsSdk
通过code换取网页授权 access_token 首先请注意,这里通过 code 换取的是一个特殊的网页授权 access_token,
与基础支持中的access_token (该access_token用于调用其他接口 ) 不同。
getAccessToken() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getAccessToken() - 类 中的方法com.gdxsoft.weixin.QyConfig
获取到的凭证
getAccessToken() - 类 中的方法com.gdxsoft.weixin.QyHtml
 
getActName() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
活动名称 act_name 是 猜灯谜抢红包活动 String(32) 活动名称
getAgentid() - 类 中的方法com.gdxsoft.weixin.QyConfig
 
getApiTicket() - 类 中的方法com.gdxsoft.weixin.ConfigCard
是用于调用微信JS API 的临时票据
getAppId() - 类 中的方法com.gdxsoft.weixin.Config
公众号appID
getAppID() - 类 中的方法com.gdxsoft.weixin.Html
 
getAppID() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getAppID() - 类 中的方法com.gdxsoft.weixin.QyHtml
 
getAppId() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
公众账号ID appid 是 String(32) // wx8888888888888888调用接口提交的公众账号ID
getappid() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
公众账号ID appid 是 String(32) wx8888888888888888 微信分配的公众账号ID
getAppid() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回公众账号ID appid 是 String(32) wx8888888888888888 微信分配的公众账号ID(企业号corpid即为此appId)
getAppsecret() - 类 中的方法com.gdxsoft.weixin.Html
 
getAppsecret() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getAppsecret() - 类 中的方法com.gdxsoft.weixin.QyHtml
 
getattach() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
商家数据包 attach 否 String(128) 123456 商家数据包,原样返回
getAttach() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回商家数据包 attach 否 String(128) 123456 商家数据包,原样返回
getAuthor() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回作者
getAvatar() - 类 中的方法com.gdxsoft.weixin.QyStaff
头像url。
getbank_type() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
付款银行 bank_type 是 String(16) CMC 银行类型,采用字符串类型的银行标识
getBankType() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回付款银行 bank_type 是 String(16) CMC 银行类型,采用字符串类型的银行标识,银行类型见银行列表
getBaseInfo() - 类 中的方法com.gdxsoft.weixin.WxCard
 
getBindOpenid() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
是否指定用户领取,填写true 或 false。
getBrandName() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
商户名字,字数上限为12 个汉字。
getCanGiveFriend() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
卡券是否可转赠,填写true 或 false,true 代表可转赠。
getCanShare() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
领取卡券原生页面是否可分享, 填写true 或false,true 代表可 分享。
getCard() - 类 中的方法com.gdxsoft.weixin.Config
微信卡券 操作类
getCard(String) - 类 中的方法com.gdxsoft.weixin.ConfigCard
 
getCardId() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
用户获取卡券Id,当event = user_get_card
getCards(int, int) - 类 中的方法com.gdxsoft.weixin.ConfigCard
获取所有卡
getCardType() - 类 中的方法com.gdxsoft.weixin.WxCard
 
getcash_fee() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
现金支付金额 cash_fee 是 Int 100 现金支付金额订单现金支付金额,详见支付金额
getcash_fee_type() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
现金支付货币类型 cash_fee_type 否 String(16) CNY 货币类型,符合ISO 4217标准的三位字母代码,默认人民币:CNY,其他值列表详见货币类型
getCashFee() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回现金支付金额 cash_fee 是 Int 100 现金支付金额订单现金支付金额,详见支付金额
getCashFeeType() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回现金支付货币类型 cash_fee_type 否 String(16) CNY 货币类型,符合ISO4217标准的三位字母代码,默认人民币:CNY,其他值列表详见货币类型
getCity() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
getClientIp() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
Ip地址 client_ip 是 192.168.0.1 String(15) 调用接口的机器Ip地址
getCode() - 异常错误 中的方法com.gdxsoft.weixin.aes.AesException
 
getCode() - 类 中的方法com.gdxsoft.weixin.Html
第一步:用户同意授权,获取的 code
getCode() - 类 中的方法com.gdxsoft.weixin.JsSdk
第一步:用户同意授权,获取的 code
getCode() - 类 中的方法com.gdxsoft.weixin.QyHtml
第一步:用户同意授权,获取的 code
getCodeType() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
getCodeUrl() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
二维码链接 code_url 否 String(64) URl:weixin://wxpay/s/An4baqw trade_type为NATIVE是有返回,可将该参数值生成二维码展示出来进行扫码支付
getColor() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
券颜色。
getColors() - 类 中的方法com.gdxsoft.weixin.ConfigCard
获取颜色列表接口
获得卡券的最新颜色列表,用于卡券创建。
getConifg() - 类 中的方法com.gdxsoft.weixin.ConfigCard
 
getContent() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回图文消息的具体内容,支持HTML标签,必须少于2万字符,小于1M,且此处会去除JS
getContent() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
文本消息内容(type=text)
getContentSourceUrl() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回图文消息的原文地址,即点击“阅读原文”后的URL
getCorpId() - 类 中的方法com.gdxsoft.weixin.QyConfig
微信企业号 corpid
getCount() - 类 中的方法com.gdxsoft.weixin.WeiXinGroup
分组内用户数量
getCount() - 类 中的方法com.gdxsoft.weixin.WeiXinUserList
 
getCountry() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
getcoupon_batch_id_$n() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
代金券或立减优惠批次ID coupon_batch_id_$n 否 String(20) 100 代金券或立减优惠批次ID ,$n为下标,从1开始编号
getcoupon_count() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
代金券或立减优惠使用数量 coupon_count 否 Int 1 代金券或立减优惠使用数量
getcoupon_fee() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
代金券或立减优惠金额 coupon_fee 否 Int 100 “代金券或立减优惠”金额<=订单总金额,订单总金额-“代金券或立减优惠”金额=现金支付金额,详见支付金额
getcoupon_fee_$n() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
单个代金券或立减优惠支付金额 coupon_fee_$n 否 Int 100 单个代金券或立减优惠支付金额, $n为下标,从1开始编号
getcoupon_id_$n() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
代金券或立减优惠ID coupon_id_$n 否 String(20) 10000  代金券或立减优惠ID, $n为下标,从1开始编号
getCouponCount() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回代金券或立减优惠使用数量 coupon_count 否 Int 1 代金券或立减优惠使用数量
getCouponFee() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回代金券或立减优惠金额 coupon_fee 否 Int 10 代金券或立减优惠金额<=订单总金额,订单总金额-代金券或立减优惠金额=现金支付金额,详见支付金额
getCouponFee$n() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回单个代金券或立减优惠支付金额 coupon_fee_$n 否 Int 100 单个代金券或立减优惠支付金额,$n为下标,从0开始编号
getCouponId$n() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回代金券或立减优惠ID coupon_id_$n 否 String(20) 10000 代金券或立减优惠ID,$n为下标,从0开始编号
getCreateTime() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
消息创建时间(秒)
getCustomUrl() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
商户自定义入口跳转外链的地址链接,跳转页面内容需与自定义cell名称保持匹配。
getCustomUrlName() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
商户自定义入口名称
getCustomUrlSubTitle() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
显示在入口右侧的tips,长度限制在6个汉字内
getData() - 类 中的方法com.gdxsoft.weixin.WxCard
 
getDateInfo() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
使用日期,有效期的信息
getDefaultDetail() - 类 中的方法com.gdxsoft.weixin.WxCardGeneralCoupon
 
getDepartment() - 类 中的方法com.gdxsoft.weixin.QyStaff
否 成员所属部门id列表
getDepartmentStaffs(int, boolean, int, boolean) - 类 中的方法com.gdxsoft.weixin.QyConfig
获取部门成员信息
getDescription() - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
getDescription() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
消息描述 (type=link)
getDescription() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
使用说明。
getdevice_info() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
设备号 device_info 否 String(32) 013467007045764 微信支付分配的终端设备号,
getDeviceInfo() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
设备号 device_info 否 String(32) 013467007045764 调用接口提交的终端设备号,
getDeviceInfo() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回设备号 device_info 否 String(32) 013467007045764 微信支付分配的终端设备号,
getDigest() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回图文消息的摘要,仅有单图文消息才有摘要,多图文此处为空
getDoc() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回的XML对象
getEmail() - 类 中的方法com.gdxsoft.weixin.QyStaff
手机号码。
getEnable() - 类 中的方法com.gdxsoft.weixin.QyStaff
激活状态: 1=已激活,2=已禁用,4=未激活 已激活代表已激活企业微信或已关注微信插件。
getEndTime() - 类 中的方法com.gdxsoft.weixin.Config
Token有效期开始时间
getEndTime() - 类 中的方法com.gdxsoft.weixin.Html
 
getEndTime() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getEndTime() - 类 中的方法com.gdxsoft.weixin.QyHtml
 
getEnglishName() - 类 中的方法com.gdxsoft.weixin.QyStaff
英文名。
geterr_code() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
错误代码 err_code 否 String(32) SYSTEMERROR 详细参见第6节错误列表
geterr_code_des() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
错误代码描述 err_code_des 否 String(128) 系统错误 结果信息描述
getErrCode() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
错误代码 err_code 否 String(32) SYSTEMERROR // 详细参见第6节错误列表
getErrCode() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回错误代码 err_code 否 String(32) SYSTEMERROR 错误返回的信息描述
getErrCode() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
错误代码 err_code 否 SYSTEMERROR String(32) 错误码信息
getErrcode() - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
getErrCodeDes() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
// 错误代码描述 err_code_des 否 String(128) 系统错误 // 错误返回的信息描述
getErrCodeDes() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回错误代码描述 err_code_des 否 String(128) 系统错误 错误返回的信息描述
getErrCodeDes() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
错误代码描述 err_code_des 否 系统错误 String(128) 结果信息描述
getErrmsg() - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
getError(int) - 类 中的静态方法com.gdxsoft.weixin.ErrorCode
获取微信错误编码含义
getEvent() - 类 中的方法com.gdxsoft.weixin.WeiXinMsg
获取事件消息
getEvent() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
事件 WeiXinMsgEvents 定义
getEventKey() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
事件KEY值,是一个32位无符号整数,即创建二维码时的二维码scene_id
getExpires_in() - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
getExpireSeconds() - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
 
getExpiresin() - 类 中的方法com.gdxsoft.weixin.Html
 
getExpiresin() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getExpiresin() - 类 中的方法com.gdxsoft.weixin.QyHtml
 
getExpiresTime() - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
失效时间
getExtattr() - 类 中的方法com.gdxsoft.weixin.QyStaff
扩展属性。
getfee_type() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
货币种类 fee_type 否 String(8) CNY 货币类型,符合ISO 4217标准的三位字母代码,默认人民币:CNY,其他值列表详见货币类型
getFeeType() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回货币种类 fee_type 否 String(8) CNY 货币类型,符合ISO4217标准的三位字母代码,默认人民币:CNY,其他值列表详见货币类型
getFormat() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
语音格式,如amr,speex等 (type=voice)
getFromUserName() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
发送方微信号,若为普通用户,则是一个OpenID
getGender() - 类 中的方法com.gdxsoft.weixin.QyStaff
性别。
getGetLimit() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
每人最大领取次数,不填写默认 等于quantity。
getGift() - 类 中的方法com.gdxsoft.weixin.WxCardGift
礼品券专用,表示礼品名字
getGroupId() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户在微信公众号下的分组编号
getHeadimgurl() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空。
getHideMobile() - 类 中的方法com.gdxsoft.weixin.QyStaff
 
getId() - 类 中的方法com.gdxsoft.weixin.QyDepartment
部门id
getId() - 类 中的方法com.gdxsoft.weixin.WeiXinGroup
分组id,由微信分配
getis_subscribe() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
是否关注公众账号 is_subscribe 是 String(1) Y 用户是否关注公众账号,Y-关注,N-未关注,仅在公众账号类型支付有效
getIsleader_() - 类 中的方法com.gdxsoft.weixin.QyStaff
标示是否为上级。
getIsSubscribe() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回是否关注公众账号 is_subscribe 否 String(1) Y 用户是否关注公众账号,Y-关注,N-未关注,仅在公众账号类型支付有效
getJson() - 类 中的方法com.gdxsoft.weixin.QyDepartment
获取parse 原始的json
getJson() - 类 中的方法com.gdxsoft.weixin.QyStaff
 
getJson() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
 
getJson() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
 
getJson() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
 
getJson() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
getJSONObject() - 类 中的方法com.gdxsoft.weixin.WxCard
 
getJsonStr() - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
 
getJsonStr() - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
getJsonStr() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
getKey() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
click等点击类型必须 菜单KEY值,用于消息接口推送,不超过128字节
getLabel() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
地理位置信息 (type=location)
getLanguage() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户的语言,简体中文为zh_CN
getLastErr() - 类 中的方法com.gdxsoft.weixin.Config
获取最后错误
getLastErr() - 类 中的方法com.gdxsoft.weixin.Html
获取最后错误
getLastErr() - 类 中的方法com.gdxsoft.weixin.JsSdk
获取最后错误
getLastErr() - 类 中的方法com.gdxsoft.weixin.QyConfig
获取最后错误
getLastErr() - 类 中的方法com.gdxsoft.weixin.QyHtml
获取最后错误
getLastPostResult() - 类 中的方法com.gdxsoft.weixin.QyConfig
最后一次提交返回的结果
getLatitude() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
地理位置纬度
getLocationIdList() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
获取门店的 IDS
getLocationX() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
地理位置维度(type=location)
getLocationY() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
地理位置经度(type=location)
getLogoImgurl() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
商户logo的url logo_imgurl 否 https://wx.gtimg.com/mch/img/ico-logo.png String(128) 商户logo的url
getLogoUrl() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
卡券的商户logo,尺寸为 300*300。
getLongitude() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
地理位置经度
getMaterialType() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
素材的类型,图片(image)、视频(video)、语音 (voice)
getMaxValue() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
最大红包金额 max_value 是 1000 int 最大红包金额,单位分 ( 最小金额等于最大金额: min_value=max_value =total_amount)
getmch_id() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
商户号 mch_id 是 String(32) 1900000109 微信支付分配的商户号
getMchBillno() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
商户订单号 mch_billno 是 10000098201411111234567890 String(28) 商户订单号(每个订单号必须唯一) 组成: mch_id+yyyymmdd+10位一天内不能重复的数字。
getMchBillno() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
商户订单号 mch_billno 是 10000098201411111234567890 String(28) 商户订单号(每个订单号必须唯一) 组成: mch_id+yyyymmdd+10位一天内不能重复的数字
getMchId() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
商户号 mch_id 是 String(32) 1900000109 调用接口提交的商户号
getMchId() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回商户号 mch_id 是 String(32) 1900000109 微信支付分配的商户号
getMchId() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
商户号 mch_id 是 10000098 String(32) 微信支付分配的商户号
getMchId() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
商户号 mch_id 是 10000098 String(32) 微信支付分配的商户号
getMediaId() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
media_id类型和view_limited类型必须,调用新增永久素材接口返回的合法media_id
getMediaId() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
微信媒体编号
getMediaId() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
微信媒体编号
getMediaId() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
视频消息媒体id,可以调用多媒体文件下载接口拉取数据。
getMinValue() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
最小红包金额 min_value 是 1000 int 最小红包金额,单位分
getMobile() - 类 中的方法com.gdxsoft.weixin.QyStaff
手机号码。
getMsgId() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
消息id,64位整型
getMsgType() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
消息类型 WeiXinMsgType中定义
getName() - 类 中的方法com.gdxsoft.weixin.QyDepartment
部门名称
getName() - 类 中的方法com.gdxsoft.weixin.QyStaff
成员名称。
getName() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
菜单标题,不超过16个字节,子菜单不超过40个字节
getName() - 类 中的方法com.gdxsoft.weixin.WeiXinGroup
分组名字,UTF8编码
getName() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
 
getNextOpenid() - 类 中的方法com.gdxsoft.weixin.WeiXinUserList
 
getNickName() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
提供方名称 nick_name 是 天虹百货 String(32) 提供方名称
getNickname() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
getnonce_str() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
随机字符串 nonce_str 是 String(32) 5K8264ILTKCH16CQ2502SI8ZNMTM67VS 随机字符串,不长于32位。
getNonceStr() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
随机字符串 nonce_str 是 String(32) // 5K8264ILTKCH16CQ2502SI8ZNMTM67VS 微信返回的随机字符串
getNonceStr() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回随机字符串 nonce_str 是 String(32) 5K8264ILTKCH16CQ2502SI8ZNMTM67VS 随机字符串,不长于32位
getNonceStr() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
随机字符串 nonce_str 是 5K8264ILTKCH16CQ2502SI8ZNMTM67VS String(32) 随机字符串,不长于32位
getNotice() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
使用提醒,字数上限为12 个汉 字。
getOpenid() - 类 中的方法com.gdxsoft.weixin.Html
 
getOpenid() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getOpenid() - 类 中的方法com.gdxsoft.weixin.QyHtml
 
getopenid() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
用户标识 openid 是 String(128) wxd930ea5d5a258f4f 用户在商户appid下的唯一标识
getOpenid() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回用户标识 openid 是 String(128) wxd930ea5d5a258f4f 用户在商户appid下的唯一标识
getOpenid() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户的标识,对当前公众号唯一
getOrder() - 类 中的方法com.gdxsoft.weixin.QyDepartment
在父部门中的次序值。
getOrderResult() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
红包发送返回的结果
getout_trade_no() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
商户订单号 out_trade_no 是 String(32) 1217752501201407033233368018 商户系统的订单号,与请求一致。
getOutTradeNo() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回商户订单号 out_trade_no 是 String(32) 1212321211201407033568112322 商户系统的订单号,与请求一致。
getParent() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
 
getParentid() - 类 中的方法com.gdxsoft.weixin.QyDepartment
父亲部门id。
getPicurl() - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
getPicUrl() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
图片链接 (type=image)
getPosition() - 类 中的方法com.gdxsoft.weixin.QyStaff
职位信息 长度为0~64个字节
getPrecision() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
地理位置精度
getPrepayId() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
预支付交易会话标识 prepay_id 是 String(64) // wx201410272009395522657a690389285100 // 微信生成的预支付回话标识,用于后续接口调用中使用,该值有效期为2小时
getPromotionUrl() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
入口跳转外链的地址链接
getPromotionUrlName() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
商户自定义入口名称
getPromotionUrlSubTitle() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
显示在营销入口右侧的提示语
getProvince() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
getQuantity() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
卡券库存的数量。
getRecv() - 类 中的方法com.gdxsoft.weixin.WeiXinMsg
获取普通消息
getRefreshToken() - 类 中的方法com.gdxsoft.weixin.Html
 
getRefreshToken() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getRelated() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
多图文素材的下级
getRemark() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
备注 remark 是 猜越多得越多,快来抢!
getReOpenid() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
用户openid re_openid 是 oxTWIuGaIt6gTKsQRLau2M0yL16E String(32) 接受收红包的用户 用户在wxappid下的openid
getReOpenid() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
用户openid re_openid 是 oxTWIuGaIt6gTKsQRLau2M0yL16E String(32) 接受收红包的用户 用户在wxappid下的openid
getRequestSource() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
请求数据
getresult_code() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
业务结果 result_code 是 String(16) SUCCESS SUCCESS/FAIL
getResultCode() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
业务结果 result_code 是 String(16) SUCCESS // SUCCESS/FAIL
getResultCode() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回业务结果 result_code 是 String(16) SUCCESS SUCCESS/FAIL
getResultCode() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
业务结果 result_code 是 SUCCESS String(16) SUCCESS/FAIL
getResultSource() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
返回数据
getreturn_code() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
返回状态码 return_code 是 String(16) SUCCESS SUCCESS/FAIL 此字段是通信标识,非交易标识,交易是否成功需要查看trade_state来判断
getreturn_msg() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
返回信息 return_msg 否 String(128) 签名失败   返回信息,如非空,为错误原因 签名失败 参数格式校验错误
getReturnCode() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
// 返回状态码 return_code 是 String(16) SUCCESS // SUCCESS/FAIL此字段是通信标识,非交易标识,交易是否成功需要查看result_code来判断
getReturnCode() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回返回状态码 return_code 是 String(16) SUCCESS SUCCESS/FAIL 此字段是通信标识,非交易标识,交易是否成功需要查看result_code来判断
getReturnCode() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
返回状态码 return_code 是 SUCCESS String(16) SUCCESS/FAIL 此字段是通信标识,非交易标识,交易是否成功需要查看result_code来判断
getReturnMsg() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
// 返回信息 return_msg 否 String(128) 签名失败 // 返回信息,如非空,为错误原因签名失败参数格式校验错误
getReturnMsg() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回返回信息 return_msg 否 String(128) 签名失败 返回信息,如非空,为错误原因 签名失败 参数格式校验错误
getReturnMsg() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
返回信息 return_msg 否 签名失败   String(128) 返回信息,如非空,为错误原因 签名失败 参数格式校验错误
getScale() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
地图缩放大小(type=location)
getScope() - 类 中的方法com.gdxsoft.weixin.Html
 
getScope() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getScope() - 类 中的方法com.gdxsoft.weixin.QyHtml
 
getSendName() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
商户名称 send_name 是 天虹百货 String(32) 红包发送者名称
getSendPackage() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
发送红包的对象
getServicePhone() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
客服电话
getSex() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户的性别,值为1时是男性,值为2时是女性,值为0时是未知
getShareContent() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
分享文案 share_content 否 快来参加猜灯谜活动 String(256) 分享文案
getShareImgurl() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
分享的图片 share_imgurl 否 https://wx.gtimg.com/mch/img/ico-logo.png String(128) 分享的图片url
getShareUrl() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
分享链接 share_url 否 http://www.qq.com String(128) 分享链接
getShopId() - 类 中的方法com.gdxsoft.weixin.Config
商户MH_ID 在 https://pay.weixin.qq.com
getShopKey() - 类 中的方法com.gdxsoft.weixin.Config
https://pay.weixin.qq.com/ 商户API KEY
getShowCoverPic() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回是否显示封面,0为false,即不显示,1为true,即显示
getSign() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
签名 sign 是 String(32) // C380BEC2BFD727A4B6845133519F3AD6 微信返回的签名,详见签名算法
getsign() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
签名 sign 是 String(32) C380BEC2BFD727A4B6845133519F3AD6 签名,详见签名生成算法
getSign() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回签名 sign 是 String(32) C380BEC2BFD727A4B6845133519F3AD6 签名,详见签名算法
getSign() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
签名 sign 是 C380BEC2BFD727A4B6845133519F3AD6 String(32) 详见签名生成算法
getSign() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
签名 sign 是 C380BEC2BFD727A4B6845133519F3AD6 String(32) 生成签名方式详见签名生成算法
GetSignature() - 类 中的方法com.gdxsoft.weixin.WxCardSign
 
getSnsapiUserinfo(String, String) - 类 中的方法com.gdxsoft.weixin.Html
OAuth的授权登录方式
getSnsapiUserinfo(String, String) - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getSource() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
第三方来源名,例如同程旅游、大众点评。
getSslContext() - 类 中的方法com.gdxsoft.weixin.Config
商户SSL加密对象
getStatus() - 类 中的方法com.gdxsoft.weixin.QyStaff
激活状态: 1=已激活,2=已禁用,4=未激活 已激活代表已激活企业微信或已关注微信插件。
getStatus() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
“CARD_STATUS_NOT_VERIFY”,待审核;“CARD_STATUS_VERIFY_FALL”,审核失败;“ CARD_STATUS_VERIFY_OK ”,通过审核;“CARD_STATUS_USER_DELETE”,卡券被用户删除;“CARD_STATUS_USER_DISPATCH ”,在公众平台投放过的卡券
getSubButtons() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
 
getSubMchId() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
子商户号 sub_mch_id 否 10000090 String(32) 微信支付分配的子商户号,受理模式下必填
getSubscribe() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户是否订阅该公众号标识,值为0时,代表此用户没有关注该公众号,拉取不到其余信息。
getSubscribeTime() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
getSubTitle() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
券名的副标题,字数上限为18 个 汉字。
getTelephone() - 类 中的方法com.gdxsoft.weixin.QyStaff
座机。
getThumbMediaId() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回图文消息的封面图片素材id(必须是永久mediaID)
getThumbMediaId() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
视频消息缩略图的媒体id,可以调用多媒体文件下载接口拉取数据。
getTicket() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
二维码的ticket,可用来换取二维码图片
getTicket() - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
获取的二维码ticket,凭借此ticket可以在有效时间内换取二维码
getTicket() - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
gettime_end() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
支付完成时间 time_end 是 String(14) 20141030133525 订单支付时间,格式为yyyyMMddHHmmss,如2009年12月25日9点10分10秒表示为20091225091010。
getTimeEnd() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回支付完成时间 time_end 是 String(14) 20141030133525 支付完成时间,格式为yyyyMMddHHmmss,如2009年12月25日9点10分10秒表示为20091225091010。
getTitle() - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
getTitle() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回标题
getTitle() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
消息标题 type=link)
getTitle() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
券名,字数上限为9 个汉字。
getToken() - 类 中的方法com.gdxsoft.weixin.Config
商户的app token
getTotal() - 类 中的方法com.gdxsoft.weixin.WeiXinUserList
 
gettotal_fee() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
总金额 total_fee 是 Int 100 订单总金额,单位为分
getTotalAmount() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
付款金额 total_amount 是 1000 int 付款金额,单位分
getTotalAmount() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
付款金额 total_amount 是 1000 int 付款金额,单位分
getTotalFee() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回总金额 total_fee 是 Int 100 订单总金额,单位为分
getTotalNum() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
红包发放总人数 total_num 是 1 int 红包发放总人数 total_num=1
getTotalQuantity() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
获取时候 总共数量
getToUserName() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
接收方微信号
gettrade_state() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
交易状态 trade_state 是 String(32) SUCCESS SUCCESS—支付成功 REFUND—转入退款 NOTPAY—未支付 CLOSED—已关闭 REVOKED—已撤销 USERPAYING--用户支付中 PAYERROR--支付失败(其他原因,如银行返回失败)
gettrade_state_desc() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
交易状态描述 trade_state_desc 是 String(256) 支付失败,请重新下单支付 对当前查询订单状态的描述和下一步操作的指引
gettrade_type() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
交易类型 trade_type 是 String(16) JSAPI 调用接口提交的交易类型,取值如下:JSAPI,NATIVE,APP,MICROPAY,详细说明见参数规定
getTradeType() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
交易类型 trade_type 是 String(16) JSAPI // 调用接口提交的交易类型,取值如下:JSAPI,NATIVE,APP,详细说明见参数规定
getTradeType() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回交易类型 trade_type 是 String(16) JSAPI JSAPI、NATIVE、APP
gettransaction_id() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
微信支付订单号 transaction_id 是 String(32) 1217752501201407033233368018 微信支付订单号
getTransactionId() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回微信支付订单号 transaction_id 是 String(32) 1217752501201407033233368018 微信支付订单号
getType() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
菜单的响应动作类型, 参见WeiXinButtonClickEvents
getUnionid() - 类 中的方法com.gdxsoft.weixin.Html
 
getUnionid() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
getUnionid() - 类 中的方法com.gdxsoft.weixin.QyHtml
 
getUnionid() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
只有在用户将公众号绑定到微信开放平台帐号后,才会出现该字段。
getUpdateTime() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
更新时间(秒)
getUpdateTime() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
更新时间(秒)
getUrl() - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
getUrl() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
view类型必须 网页链接,用户点击菜单可打开链接,不超过256字节
getUrl() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
消息链接 (type=link)
getUrl() - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
 
getUseCustomCode() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
是否自定义code 码。
getUseLimit() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
getUserid() - 类 中的方法com.gdxsoft.weixin.QyStaff
成员UserID。
getUsers() - 类 中的方法com.gdxsoft.weixin.WeiXinUserList
 
getValue() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
 
getWeixinButtons() - 类 中的方法com.gdxsoft.weixin.Config
自定义菜单查询接口
getWeiXinButtonsSelf() - 类 中的方法com.gdxsoft.weixin.Config
本接口将会提供公众号当前使用的自定义菜单的配置,如果公众号是通过API调用设置的菜单,则返回菜单的开发配置, 而如果公众号是在公众平台官网通过网站功能发布菜单,则本接口返回运营者设置的菜单配置。
getWeiXinGroups() - 类 中的方法com.gdxsoft.weixin.Config
查询所有分组
getWeixinid() - 类 中的方法com.gdxsoft.weixin.QyStaff
手机号码。
getWeiXinIps() - 类 中的方法com.gdxsoft.weixin.Config
获取微信服务器IP地址
getWeiXinMaterial(String) - 类 中的方法com.gdxsoft.weixin.Config
下载媒体文件
getWeiXinMaterialArticle(String) - 类 中的方法com.gdxsoft.weixin.Config
获取新闻文章
getWeiXinMaterialArticles() - 类 中的方法com.gdxsoft.weixin.Config
获取全部新闻素材(永久) 图文(news)
getWeiXinMaterialArticles(int, int) - 类 中的方法com.gdxsoft.weixin.Config
获取新闻素材(永久) 图文(news)
getWeiXinMaterialCount() - 类 中的方法com.gdxsoft.weixin.Config
获取素材总数 voice_count 语音总数量 video_count 视频总数量 image_count 图片总数量 news_count 图文总数量
getWeiXinMaterials(String) - 类 中的方法com.gdxsoft.weixin.Config
获取全部新闻素材图片(image)、视频(video)、语音 (voice)
getWeiXinMaterials(String, int, int) - 类 中的方法com.gdxsoft.weixin.Config
获取素材列表 图片(image)、视频(video)、语音 (voice)
getWeiXinMaterialVideo(String) - 类 中的方法com.gdxsoft.weixin.Config
获取视频文件地址 { "title":TITLE, "description":DESCRIPTION, "down_url":DOWN_URL, }
getWeiXinOrderResult(String, String, boolean) - 类 中的方法com.gdxsoft.weixin.Config
获取订单信息 公众账号ID appid 是 String(32) wx8888888888888888 微信分配的公众账号ID
商户号 mch_id 是 String(32) 1900000109 微信支付分配的商户号
微信订单号 transaction_id 否 String(32) 013467007045764 微信的订单号,优先使用
商户订单号 out_trade_no 否 String(32) 商户系统内部的订单号,当没提供transaction_id时需要传这个。
getWeiXinQRCode(String) - 类 中的方法com.gdxsoft.weixin.Config
 
getWeiXinServiceStaffs() - 类 中的方法com.gdxsoft.weixin.Config
获取客服列表
getWeiXinTicket(String) - 类 中的方法com.gdxsoft.weixin.Config
用第一步拿到的access_token 采用http GET方式请求获得 ticket
getWeiXinTicketJsapi() - 类 中的方法com.gdxsoft.weixin.Config
用第一步拿到的access_token 采用http GET方式请求获得jsapi_ticket
getWeiXinUserCount() - 类 中的方法com.gdxsoft.weixin.Config
获取关注用户数量
getWeiXinUserGroup(String) - 类 中的方法com.gdxsoft.weixin.Config
查询用户所在分组
getWeiXinUserInfo(String) - 类 中的方法com.gdxsoft.weixin.Config
获取用户基本信息(包括UnionID机制)
getWeiXinUserInfo() - 类 中的方法com.gdxsoft.weixin.Html
拉取用户信息(需scope为 snsapi_userinfo)
返回说明
openid 用户的唯一标识
nickname 用户昵称
sex 用户的性别,值为1时是男性,值为2时是女性,值为0时是未知
province 用户个人资料填写的省份
city 普通用户个人资料填写的城市
country 国家,如中国为CN
headimgurl 用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空 。
getWeiXinUserInfo() - 类 中的方法com.gdxsoft.weixin.JsSdk
拉取用户信息(需scope为 snsapi_userinfo)
返回说明
openid 用户的唯一标识
nickname 用户昵称
sex 用户的性别,值为1时是男性,值为2时是女性,值为0时是未知
province 用户个人资料填写的省份
city 普通用户个人资料填写的城市
country 国家,如中国为CN
headimgurl 用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空 。
getWeiXinUserList(String) - 类 中的方法com.gdxsoft.weixin.Config
公众号可通过本接口来获取帐号的关注者列表, 关注者列表由一串OpenID(加密后的微信号,每个用户对每个公众号的OpenID是唯一的)组成。
getWeiXinUserListOnce(String) - 类 中的方法com.gdxsoft.weixin.Config
获取一次(只有open_id),一次拉取调用最多拉取10000个关注者的OpenID 公众号可通过本接口来获取帐号的关注者列表,关注者列表由一串OpenID(加密后的微信号,每个用户对每个公众号的OpenID是唯一的)组成。
getWeixinVaildIps() - 类 中的方法com.gdxsoft.weixin.QyConfig
 
getWeiXinWorkUserInfo(String) - 类 中的方法com.gdxsoft.weixin.QyHtml
拉取用户信息(需scope为 snsapi_userinfo)
返回说明
openid 用户的唯一标识
nickname 用户昵称
sex 用户的性别,值为1时是男性,值为2时是女性,值为0时是未知
province 用户个人资料填写的省份
city 普通用户个人资料填写的城市
country 国家,如中国为CN
headimgurl 用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空 。
getWishing() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
红包祝福语 wishing 是 感谢您参加猜灯谜活动,祝您元宵节快乐!
getWorkSnsapiUserinfo(String, String) - 类 中的方法com.gdxsoft.weixin.QyHtml
OAuth的授权登录方式 获取code 如果企业需要在打开的网页里面携带用户的身份信息,第一步需要构造如下的链接来获取code参数: https://open.weixin.qq.com/connect/oauth2/authorize?
getWxappid() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
公众账号appid wxappid 是 wx8888888888888888 String(32) 商户appid
getWxappid() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
公众账号appid wxappid 是 wx8888888888888888 String(32) 商户appid
getWxDepartments() - 类 中的方法com.gdxsoft.weixin.QyConfig
获取微信所有部门
getWxpluginStatus() - 类 中的方法com.gdxsoft.weixin.QyStaff
启用/禁用成员,第三方不可获取。
getWxStaff(String) - 类 中的方法com.gdxsoft.weixin.QyConfig
获取成员
getXml() - 类 中的方法com.gdxsoft.weixin.WeiXinMsg
 
getXml() - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
获取原始数据
getXml() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
 
getXml() - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
getXml() - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 

H

handleNotifyFromPost(HttpServletRequest) - 类 中的静态方法com.gdxsoft.weixin.WeiXinPayNotify
来自微信推送的支付结果信息
Html - com.gdxsoft.weixin中的类
ref http://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html
Html(String, String) - 类 的构造器com.gdxsoft.weixin.Html
 

I

IllegalAesKey - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 
IllegalBuffer - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 
image - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgType
2 图片消息
init(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
根据Xml初始化对象
init(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
根据Xml初始化对象
initBase(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
根据Xml初始化对象
initSslContext(byte[]) - 类 中的方法com.gdxsoft.weixin.Config
初始化商户SSL加密对象, 数字证书为p12
instance(String, String, String) - 类 中的静态方法com.gdxsoft.weixin.Config
实例化对象,如果缓存中存在,直接返回,如果超时或不存在,重新生成
instance(String, String) - 类 中的静态方法com.gdxsoft.weixin.QyConfig
实例化对象,如果缓存中存在,直接返回,如果超时或不存在,重新生成
instance(String, String, int) - 类 中的静态方法com.gdxsoft.weixin.QyConfig
 
instanceNew(String, String, String) - 类 中的静态方法com.gdxsoft.weixin.Config
重新创建实例,用于实例未过期但qq不认的情况
invateStaffJoin(String, String) - 类 中的方法com.gdxsoft.weixin.QyConfig
邀请成员关注 认证号优先使用微信推送邀请关注,如果没有weixinid字段则依次对手机号,邮箱绑定的微信进行推送,全部没有匹配则通过邮件邀请关注。
isEvent() - 类 中的方法com.gdxsoft.weixin.WeiXinMsg
检查是否为Event消息
isMulti() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
是否为多图文素材
isOk() - 类 中的方法com.gdxsoft.weixin.Html
 
isOk() - 类 中的方法com.gdxsoft.weixin.JsSdk
 
isOk() - 类 中的方法com.gdxsoft.weixin.QyHtml
 

J

JsSdk - com.gdxsoft.weixin中的类
ref http://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html
JsSdk(String, String) - 类 的构造器com.gdxsoft.weixin.JsSdk
 

L

link - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgType
7 链接消息
LOCATION - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgEventType
上报地理位置事件
location - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgType
6 地理位置消息
location_select - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
8、location_select:弹出地理位置选择器 用户点击按钮后,微信客户端将调起地理位置选择工具,完成选择操作后,将选择的地理位置发送给开发者的服务器 ,同时收起位置选择工具,随后可能会收到开发者下发的消息。
log(String) - 类 中的静态方法com.gdxsoft.weixin.Ssl
 

M

m_baseInfo - 类 中的变量com.gdxsoft.weixin.WxCard
 
m_cardType - 类 中的变量com.gdxsoft.weixin.WxCard
卡券类型。
m_data - 类 中的变量com.gdxsoft.weixin.WxCard
 
m_requestData - 类 中的变量com.gdxsoft.weixin.WxCard
 
main(String[]) - 类 中的静态方法com.gdxsoft.weixin.WeiXinSign
 
main(String[]) - 类 中的静态方法com.gdxsoft.weixin.WxCardSignTest
 
media_id - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
9、media_id:下发消息(除文本消息) 用户点击media_id类型按钮后,微信服务器会将开发者填写的永久素材id对应的素材下发给用户,永久素材类型可以是图片 、音频、视频、图文消息。

N

nonceStr() - 类 中的静态方法com.gdxsoft.weixin.SignUtils
利用随机数生成字符串(32位长度)

O

OK - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 

P

parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.QyDepartment
从json中返回对象
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.QyStaff
 
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WeiXinButton
 
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WeiXinGroup
 
parse(JSONObject, String) - 类 中的静态方法com.gdxsoft.weixin.WeiXinMaterial
从json返回对象
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WeiXinMaterialArticle
从json返回对象
parse(String) - 类 中的静态方法com.gdxsoft.weixin.WeiXinPayNotify
从json返回对象
parse(JSONObject) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WxCardCash
 
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WxCardDiscount
 
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WxCardGeneralCoupon
 
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WxCardGift
 
parse(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WxCardGroupon
 
parseAll(JSONObject) - 类 中的静态方法com.gdxsoft.weixin.WeiXinButton
 
parseWeiXinOrder(String) - 类 中的方法com.gdxsoft.weixin.Config
将xml字符串转换为 WeiXinOrder
ParseXmlError - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 
pcks12(SSLContext, String, String) - 类 中的静态方法com.gdxsoft.weixin.Ssl
腾讯双向加密通讯
微信支付接口中,涉及资金回滚的接口会使用到商户证书,包括退款、撤销接口。
pic_photo_or_album - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
6、pic_photo_or_album:弹出拍照或者相册发图 用户点击按钮后,微信客户端将弹出选择器供用户选择“拍照”或者“从手机相册选择”。
pic_sysphoto - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
5、pic_sysphoto:弹出系统拍照发图 用户点击按钮后,微信客户端将调起系统相机,完成拍照操作后,会将拍摄的相片发送给开发者,并推送事件给开发者 ,同时收起系统相机,随后可能会收到开发者下发的消息。
pic_weixin - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
7、pic_weixin:弹出微信相册发图器 用户点击按钮后,微信客户端将调起微信相册,完成选择操作后,将选择的相片发送给开发者的服务器,并推送事件给开发者 ,同时收起相册,随后可能会收到开发者下发的消息。
post(String, HashMap<String, String>) - 类 中的静态方法com.gdxsoft.weixin.Ssl
 
postBuff(String, String, byte[]) - 类 中的静态方法com.gdxsoft.weixin.Ssl
提交二进制到服务器
postMsg(String, String) - 类 中的静态方法com.gdxsoft.weixin.Ssl
 

Q

QyConfig - com.gdxsoft.weixin中的类
微信企业号
QyConfig(String, String) - 类 的构造器com.gdxsoft.weixin.QyConfig
初始化接口
QyConfig(String, String, int) - 类 的构造器com.gdxsoft.weixin.QyConfig
初始化接口
QyDepartment - com.gdxsoft.weixin中的类
微信企业 部门
QyDepartment() - 类 的构造器com.gdxsoft.weixin.QyDepartment
 
QyHtml - com.gdxsoft.weixin中的类
ref https://work.weixin.qq.com/api/doc#10028
QyHtml(String, String, int) - 类 的构造器com.gdxsoft.weixin.QyHtml
 
QyStaff - com.gdxsoft.weixin中的类
 
QyStaff() - 类 的构造器com.gdxsoft.weixin.QyStaff
 

R

refreshToken() - 类 中的方法com.gdxsoft.weixin.Html
由于access_token拥有较短的有效期,当access_token超时后,可以使用refresh_token进行刷新, refresh_token拥有较长的有效期(7天、30天、60天、90天),当refresh_token失效的后,需要用户重新授权。
refreshToken() - 类 中的方法com.gdxsoft.weixin.JsSdk
由于access_token拥有较短的有效期,当access_token超时后,可以使用refresh_token进行刷新, refresh_token拥有较长的有效期(7天、30天、60天、90天),当refresh_token失效的后,需要用户重新授权。
resetUserList() - 类 中的方法com.gdxsoft.weixin.Config
重置用户列表数据

S

SCAN - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgEventType
扫描带参数二维码事件
scancode_push - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
3、scancode_push:扫码推事件 用户点击按钮后,微信客户端将调起扫一扫工具,完成扫码操作后显示扫描结果(如果是URL,将进入URL),且会将扫码的结果传给开发者 ,开发者可以下发消息。
scancode_push - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgEventType
 
scancode_waitmsg - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
4、scancode_waitmsg:扫码推事件且弹出“消息接收中”提示框 用户点击按钮后,微信客户端将调起扫一扫工具,完成扫码操作后,将扫码的结果传给开发者 ,同时收起扫一扫工具,然后弹出“消息接收中”提示框,随后可能会收到开发者下发的消息。
sendRegPackage(String, String, int, int, String, String, String, String, String, String) - 类 中的方法com.gdxsoft.weixin.Config
 
sendTextMsg(List<String>, String, boolean) - 类 中的方法com.gdxsoft.weixin.QyConfig
发送文字消息
sendTextMsg(String[], String, boolean) - 类 中的方法com.gdxsoft.weixin.QyConfig
 
sendTextMsgToAll(String, boolean) - 类 中的方法com.gdxsoft.weixin.QyConfig
 
sendTextMsgToSingle(String, String, boolean) - 类 中的方法com.gdxsoft.weixin.QyConfig
 
sendWeiXinArticleAll(String) - 类 中的方法com.gdxsoft.weixin.Config
群发消息到全体
sendWeiXinArticleByGroup(int, String) - 类 中的方法com.gdxsoft.weixin.Config
根据分组进行群发【订阅号与服务号认证后均可用】
1、对于认证订阅号,群发接口每天可成功调用1次,此次群发可选择发送给全部用户或某个分组; 2、对于认证服务号虽然开发者使用高级群发接口的每日调用限制为100次 ,但是用户每月只能接收4条,无论在公众平台网站上,还是使用接口群发,用户每月只能接收4条群发消息,多于4条的群发将对该用户发送失败; 3、具备微信支付权限的公众号,在使用群发接口上传、群发图文消息类型时,可使用标签加入外链; 4、开发者可以使用预览接口校对消息样式和排版,通过预览接口可发送编辑好的消息给指定用户校验效果。
sendWeiXinMsgPreviewNews(String, String) - 类 中的方法com.gdxsoft.weixin.Config
预览接口News【订阅号与服务号认证后均可用】
开发者可通过该接口发送消息给指定用户,在手机端查看消息的样式和排版。
sendWeiXinServiceMsg(JSONObject) - 类 中的方法com.gdxsoft.weixin.Config
发客服消息公共方法
sendWeiXinServiceMsg1(JSONObject) - 类 中的方法com.gdxsoft.weixin.Config
发客服消息公共方法返回错误或正确代码
sendWeiXinServiceMsgImage(String, String) - 类 中的方法com.gdxsoft.weixin.Config
发微信消息(文字)
sendWeiXinServiceMsgNews(String, ArrayList<WeiXinArticle>) - 类 中的方法com.gdxsoft.weixin.Config
发送图文消息 图文消息条数限制在10条以内,注意,如果图文数超过10,则将会无响应
sendWeiXinServiceMsgText(String, String) - 类 中的方法com.gdxsoft.weixin.Config
发微信消息(文字)
sendWeiXinServiceMsgText1(String, String) - 类 中的方法com.gdxsoft.weixin.Config
发微信消息(文字)
setActName(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setAgentid(int) - 类 中的方法com.gdxsoft.weixin.QyConfig
 
setAppId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
公众账号ID appid 是 String(32) // wx8888888888888888调用接口提交的公众账号ID
setappid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setAppid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置公众账号ID appid 是 String(32) wx8888888888888888 微信分配的公众账号ID(企业号corpid即为此appId)
setattach(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setAttach(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置商家数据包 attach 否 String(128) 123456 商家数据包,原样返回
setAuthor(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
设置作者
setAvatar(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
头像url。
setbank_type(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setBankType(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置付款银行 bank_type 是 String(16) CMC 银行类型,采用字符串类型的银行标识,银行类型见银行列表
setBindOpenid(boolean) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
是否指定用户领取,填写true 或 false。
setBrandName(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
商户名字,字数上限为12 个汉字。
setCanGiveFriend(boolean) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
卡券是否可转赠,填写true 或 false,true 代表可转赠。
setCanShare(boolean) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
领取卡券原生页面是否可分享, 填写true 或false,true 代表可 分享。
setcash_fee(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setcash_fee_type(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setCashFee(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置现金支付金额 cash_fee 是 Int 100 现金支付金额订单现金支付金额,详见支付金额
setCashFeeType(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置现金支付货币类型 cash_fee_type 否 String(16) CNY 货币类型,符合ISO4217标准的三位字母代码,默认人民币:CNY,其他值列表详见货币类型
setCity(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
setClientIp(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setCodeType(int) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
setCodeUrl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
二维码链接 code_url 否 String(64) URl:weixin://wxpay/s/An4baqw trade_type为NATIVE是有返回,可将该参数值生成二维码展示出来进行扫码支付
setColor(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
券颜色。
setContent(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
设置图文消息的具体内容,支持HTML标签,必须少于2万字符,小于1M,且此处会去除JS
setContent(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
文本消息内容(type=text)
setContentSourceUrl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
设置图文消息的原文地址,即点击“阅读原文”后的URL
setCount(int) - 类 中的方法com.gdxsoft.weixin.WeiXinGroup
分组内用户数量
setCount(int) - 类 中的方法com.gdxsoft.weixin.WeiXinUserList
 
setCountry(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
setcoupon_batch_id_$n(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setcoupon_count(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setcoupon_fee(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setcoupon_fee_$n(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setcoupon_id_$n(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setCouponCount(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置代金券或立减优惠使用数量 coupon_count 否 Int 1 代金券或立减优惠使用数量
setCouponFee(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置代金券或立减优惠金额 coupon_fee 否 Int 10 代金券或立减优惠金额<=订单总金额,订单总金额-代金券或立减优惠金额=现金支付金额,详见支付金额
setCouponFee$n(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置单个代金券或立减优惠支付金额 coupon_fee_$n 否 Int 100 单个代金券或立减优惠支付金额,$n为下标,从0开始编号
setCouponId$n(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置代金券或立减优惠ID coupon_id_$n 否 String(20) 10000 代金券或立减优惠ID,$n为下标,从0开始编号
setCreateTime(int) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
消息创建时间(秒)
setCustomUrl(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
商户自定义入口跳转外链的地址链接,跳转页面内容需与自定义cell名称保持匹配。
setCustomUrlName(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
setCustomUrlSubTitle(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
显示在入口右侧的tips,长度限制在6个汉字内
setDateInfoFixTerm(int) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
type= 2:固定时长 (自领取后按天算)
setDateInfoFixTerm(int, int) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
type= 2:固定时长 (自领取后按天算)
setDateInfoTimeRange(Date, Date) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
type= 1 设置卡有效期(开始时间和结束时间)
setDateInfoTimeRange(long, long) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
type= 1 设置卡有效期(开始时间和结束时间)
setDealDetail(String) - 类 中的方法com.gdxsoft.weixin.WxCardGroupon
 
setDefaultDetail(String) - 类 中的方法com.gdxsoft.weixin.WxCardGeneralCoupon
 
setDepartment(int[]) - 类 中的方法com.gdxsoft.weixin.QyStaff
否 成员所属部门id列表
setDescription(String) - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
setDescription(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
消息描述 (type=link)
setDescription(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
使用说明。
setdevice_info(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setDeviceInfo(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
设备号 device_info 否 String(32) 013467007045764 调用接口提交的终端设备号,
setDeviceInfo(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置设备号 device_info 否 String(32) 013467007045764 微信支付分配的终端设备号,
setDigest(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
设置图文消息的摘要,仅有单图文消息才有摘要,多图文此处为空
setDiscount(int) - 类 中的方法com.gdxsoft.weixin.WxCardDiscount
折扣券专用,表示打折额度(百分比)。
setDoc(Document) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
 
setEmail(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
手机号码。
setEnable(int) - 类 中的方法com.gdxsoft.weixin.QyStaff
激活状态: 1=已激活,2=已禁用,4=未激活 已激活代表已激活企业微信或已关注微信插件。
setEndTime(long) - 类 中的方法com.gdxsoft.weixin.Config
设置Token有效期开始时间
setEnglishName(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
英文名。
seterr_code(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
seterr_code_des(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setErrCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
错误代码 err_code 否 String(32) SYSTEMERROR // 详细参见第6节错误列表
setErrCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置错误代码 err_code 否 String(32) SYSTEMERROR 错误返回的信息描述
setErrCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setErrcode(int) - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
setErrCodeDes(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
// 错误代码描述 err_code_des 否 String(128) 系统错误 // 错误返回的信息描述
setErrCodeDes(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置错误代码描述 err_code_des 否 String(128) 系统错误 错误返回的信息描述
setErrCodeDes(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setErrmsg(String) - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
setError(String) - 类 中的方法com.gdxsoft.weixin.Config
 
setError(String) - 类 中的方法com.gdxsoft.weixin.QyConfig
 
setEvent(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
事件 WeiXinMsgEvents 定义
setEventKey(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
事件KEY值,是一个32位无符号整数,即创建二维码时的二维码scene_id
setExpires_in(int) - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
setExpireSeconds(int) - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
 
setExtattr(HashMap<String, String>) - 类 中的方法com.gdxsoft.weixin.QyStaff
扩展属性。
setfee_type(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setFeeType(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置货币种类 fee_type 否 String(8) CNY 货币类型,符合ISO4217标准的三位字母代码,默认人民币:CNY,其他值列表详见货币类型
setFormat(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
语音格式,如amr,speex等 (type=voice)
setFromUserName(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
发送方微信号,若为普通用户,则是一个OpenID
setGender(int) - 类 中的方法com.gdxsoft.weixin.QyStaff
性别。
setGetLimit(int) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
每人最大领取次数,不填写默认 等于quantity。
setGift(String) - 类 中的方法com.gdxsoft.weixin.WxCardGift
礼品券专用,表示礼品名字
setGroupId(int) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户在微信公众号下的分组编号
setHeadimgurl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空。
setHideMobile(int) - 类 中的方法com.gdxsoft.weixin.QyStaff
 
setId(int) - 类 中的方法com.gdxsoft.weixin.QyDepartment
部门id
setId(int) - 类 中的方法com.gdxsoft.weixin.WeiXinGroup
分组id,由微信分配
setis_subscribe(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setIsleader(int) - 类 中的方法com.gdxsoft.weixin.QyStaff
标示是否为上级。
setIsSubscribe(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置是否关注公众账号 is_subscribe 否 String(1) Y 用户是否关注公众账号,Y-关注,N-未关注,仅在公众账号类型支付有效
setJson(JSONObject) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
setJson_(JSONObject) - 类 中的方法com.gdxsoft.weixin.QyDepartment
parse 原始的json
setJsonStr(String) - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
 
setJsonStr(String) - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
setJsonStr(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
setKey(String) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
click等点击类型必须 菜单KEY值,用于消息接口推送,不超过128字节
setLabel(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
地理位置信息 (type=location)
setLanguage(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户的语言,简体中文为zh_CN
setLatitude(double) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
地理位置纬度
setLeastCost(int) - 类 中的方法com.gdxsoft.weixin.WxCardCash
代金券专用,表示起用金额(单位为分),可不填
setLocationIdList(Collection<Integer>) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
门店位置ID。
setLocationX(double) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
地理位置维度(type=location)
setLocationY(double) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
地理位置经度(type=location)
setLogoImgurl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setLogoUrl(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
卡券的商户logo,尺寸为 300*300。
setLongitude(double) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
地理位置经度
setMaterialType(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
素材的类型,图片(image)、视频(video)、语音 (voice)
setMaxValue(int) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setmch_id(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setMchBillno(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setMchBillno(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setMchId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
商户号 mch_id 是 String(32) 1900000109 调用接口提交的商户号
setMchId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置商户号 mch_id 是 String(32) 1900000109 微信支付分配的商户号
setMchId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setMchId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setMediaId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
media_id类型和view_limited类型必须,调用新增永久素材接口返回的合法media_id
setMediaId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
微信媒体编号
setMediaId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
微信媒体编号
setMediaId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
视频消息媒体id,可以调用多媒体文件下载接口拉取数据。
setMinValue(int) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setMobile(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
手机号码。
setMsgId(long) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
消息id,64位整型
setMsgType(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
消息类型 WeiXinMsgType中定义
setName(String) - 类 中的方法com.gdxsoft.weixin.QyDepartment
部门名称
setName(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
成员名称。
setName(String) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
菜单标题,不超过16个字节,子菜单不超过40个字节
setName(String) - 类 中的方法com.gdxsoft.weixin.WeiXinGroup
分组名字,UTF8编码
setName(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
 
setNextOpenid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUserList
 
setNickName(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setNickname(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
setnonce_str(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setNonceStr(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
随机字符串 nonce_str 是 String(32) // 5K8264ILTKCH16CQ2502SI8ZNMTM67VS 微信返回的随机字符串
setNonceStr(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置随机字符串 nonce_str 是 String(32) 5K8264ILTKCH16CQ2502SI8ZNMTM67VS 随机字符串,不长于32位
setNonceStr(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setNotice(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
使用提醒,字数上限为12 个汉 字。
setopenid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setOpenid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置用户标识 openid 是 String(128) wxd930ea5d5a258f4f 用户在商户appid下的唯一标识
setOpenid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户的标识,对当前公众号唯一
setOrder(int) - 类 中的方法com.gdxsoft.weixin.QyDepartment
在父部门中的次序值。
setOrderResult(WeiXinRedPackageResult) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
红包发送返回的结果
setout_trade_no(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setOutTradeNo(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置商户订单号 out_trade_no 是 String(32) 1212321211201407033568112322 商户系统的订单号,与请求一致。
setParameter(String, String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setParameter(String, String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setParent(WeiXinButton) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
 
setParentid(int) - 类 中的方法com.gdxsoft.weixin.QyDepartment
父亲部门id。
setPicurl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
setPicUrl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
图片链接 (type=image)
setPosition(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
职位信息 长度为0~64个字节
setPrecision(double) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
地理位置精度
setPrepayId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
预支付交易会话标识 prepay_id 是 String(64) // wx201410272009395522657a690389285100 // 微信生成的预支付回话标识,用于后续接口调用中使用,该值有效期为2小时
setPromotionUrl(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
setPromotionUrlName(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
setPromotionUrlSubTitle(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
setProvince(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
setQuantity(int) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
卡券库存的数量。
setReduceCost(int) - 类 中的方法com.gdxsoft.weixin.WxCardCash
代金券专用,表示减免金额(单位为分),必填
setRelated_(List<WeiXinMaterialArticle>) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
多图文素材
setRemark(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setReOpenid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setReOpenid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setRequestSource(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
请求数据
setresult_code(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setResultCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
业务结果 result_code 是 String(16) SUCCESS // SUCCESS/FAIL
setResultCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置业务结果 result_code 是 String(16) SUCCESS SUCCESS/FAIL
setResultCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setResultSource(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
返回数据
setreturn_code(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setreturn_msg(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setReturnCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
// 返回状态码 return_code 是 String(16) SUCCESS // SUCCESS/FAIL此字段是通信标识,非交易标识,交易是否成功需要查看result_code来判断
setReturnCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置返回状态码 return_code 是 String(16) SUCCESS SUCCESS/FAIL 此字段是通信标识,非交易标识,交易是否成功需要查看result_code来判断
setReturnCode(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setReturnMsg(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
// 返回信息 return_msg 否 String(128) 签名失败 // 返回信息,如非空,为错误原因签名失败参数格式校验错误
setReturnMsg(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置返回信息 return_msg 否 String(128) 签名失败 返回信息,如非空,为错误原因 签名失败 参数格式校验错误
setReturnMsg(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setScale(int) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
地图缩放大小(type=location)
setSendName(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setSendPackage(WeiXinRedPackage) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
发送红包的对象
setServicePhone(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
客服电话
setSex(int) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户的性别,值为1时是男性,值为2时是女性,值为0时是未知
setShareContent(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setShareImgurl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setShareUrl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setShopId(String) - 类 中的方法com.gdxsoft.weixin.Config
商户MH_ID 在 https://pay.weixin.qq.com
setShopKey(String) - 类 中的方法com.gdxsoft.weixin.Config
https://pay.weixin.qq.com/ 商户API KEY
setShowCoverPic(int) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
设置是否显示封面,0为false,即不显示,1为true,即显示
setSign(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
签名 sign 是 String(32) // C380BEC2BFD727A4B6845133519F3AD6 微信返回的签名,详见签名算法
setsign(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setSign(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置签名 sign 是 String(32) C380BEC2BFD727A4B6845133519F3AD6 签名,详见签名算法
setSign(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setSource(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
第三方来源名,例如同程旅游、大众点评。
setStatus(int) - 类 中的方法com.gdxsoft.weixin.QyStaff
激活状态: 1=已激活,2=已禁用,4=未激活 已激活代表已激活企业微信或已关注微信插件。
setStatus(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
setSubButtons(List<WeiXinButton>) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
 
setSubMchId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setSubscribe(int) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
用户是否订阅该公众号标识,值为0时,代表此用户没有关注该公众号,拉取不到其余信息。
setSubscribeTime(long) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
setSubTitle(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
券名的副标题,字数上限为18 个 汉字。
setTelephone(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
座机。
setThumbMediaId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
设置图文消息的封面图片素材id(必须是永久mediaID)
setThumbMediaId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
视频消息缩略图的媒体id,可以调用多媒体文件下载接口拉取数据。
setTicket(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgEvent
二维码的ticket,可用来换取二维码图片
setTicket(String) - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
获取的二维码ticket,凭借此ticket可以在有效时间内换取二维码
setTicket(String) - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
settime_end(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setTimeEnd(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置支付完成时间 time_end 是 String(14) 20141030133525 支付完成时间,格式为yyyyMMddHHmmss,如2009年12月25日9点10分10秒表示为20091225091010。
setTitle(String) - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
setTitle(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
设置标题
setTitle(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
消息标题 (type=link)
setTitle(String) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
券名,字数上限为9 个汉字。
setTotal(int) - 类 中的方法com.gdxsoft.weixin.WeiXinUserList
 
settotal_fee(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setTotalAmount(int) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setTotalAmount(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setTotalFee(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置总金额 total_fee 是 Int 100 订单总金额,单位为分
setTotalNum(int) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setTotalQuantity(int) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
获取时候 总共数量
setToUserName(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
接收方微信号
settrade_state(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
settrade_state_desc(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
settrade_type(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setTradeType(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
交易类型 trade_type 是 String(16) JSAPI // 调用接口提交的交易类型,取值如下:JSAPI,NATIVE,APP,详细说明见参数规定
setTradeType(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置交易类型 trade_type 是 String(16) JSAPI JSAPI、NATIVE、APP
settransaction_id(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setTransactionId(String) - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
设置微信支付订单号 transaction_id 是 String(32) 1217752501201407033233368018 微信支付订单号
setType(String) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
菜单的响应动作类型, 参见WeiXinButtonClickEvents
setUnionid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinUser
只有在用户将公众号绑定到微信开放平台帐号后,才会出现该字段。
setUpdateTime(int) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
更新时间(秒)
setUpdateTime(int) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
更新时间(秒)
setUrl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
setUrl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
view类型必须 网页链接,用户点击菜单可打开链接,不超过256字节
setUrl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgRecv
消息链接 (type=link)
setUrl(String) - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
 
setUseCustomCode(boolean) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
是否自定义code 码。
setUseLimit(int) - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
setUserid(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
成员UserID。
setUsers(HashMap<String, String>) - 类 中的方法com.gdxsoft.weixin.WeiXinUserList
 
setValue(String) - 类 中的方法com.gdxsoft.weixin.WeiXinButton
 
setValueBase(Node) - 类 中的方法com.gdxsoft.weixin.WeiXinMsgBase
 
setWeixinid(String) - 类 中的方法com.gdxsoft.weixin.QyStaff
手机号码。
setWishing(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setWxappid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
 
setWxappid(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
setWxpluginStatus(int) - 类 中的方法com.gdxsoft.weixin.QyStaff
启用/禁用成员,第三方不可获取。
setXml(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
 
setXml(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrderResult
 
setXml(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackageResult
 
shortvideo - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgType
5 小视频消息
sign(String, String) - 类 中的静态方法com.gdxsoft.weixin.WeiXinSign
微信JS-SDK签名
signMd5(JSONObject, String, String) - 类 中的静态方法com.gdxsoft.weixin.SignUtils
JSON对象 签名Md5
signMd5(String) - 类 中的静态方法com.gdxsoft.weixin.SignUtils
 
signMd5(Document, String, String) - 类 中的静态方法com.gdxsoft.weixin.SignUtils
XmlDoc对象 签名Md5
SignUtils - com.gdxsoft.weixin中的类
 
SignUtils() - 类 的构造器com.gdxsoft.weixin.SignUtils
 
Ssl - com.gdxsoft.weixin中的类
 
Ssl() - 类 的构造器com.gdxsoft.weixin.Ssl
 
subscribe - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgEventType
subscribe(订阅)、

T

text - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgType
1 文本消息
toApp(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
创建App调用的参数对象
toJs(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
timestamp: 0, // 支付签名时间戳,注意微信jssdk中的所有使用timestamp字段均为小写。
toJsH5(String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
 
toJson() - 类 中的方法com.gdxsoft.weixin.Config
映射为JSON
toJson() - 类 中的方法com.gdxsoft.weixin.ConfigCard
 
toJson() - 类 中的方法com.gdxsoft.weixin.QyConfig
映射为JSON
toJson() - 类 中的方法com.gdxsoft.weixin.QyDepartment
返回JSON
toJson() - 类 中的方法com.gdxsoft.weixin.QyStaff
 
toJSON() - 类 中的方法com.gdxsoft.weixin.WeiXinArticle
 
toJson() - 类 中的方法com.gdxsoft.weixin.WeiXinButton
生成JSON对象,提交数据用
toJson() - 类 中的方法com.gdxsoft.weixin.WeiXinGroup
 
toJson() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterial
返回json对象
toJson() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回json对象
toJson() - 类 中的方法com.gdxsoft.weixin.WeiXinPayNotify
返回json对象
toJsonChd() - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
生成相关联子文档
toJsonString() - 类 中的方法com.gdxsoft.weixin.WxCard
 
toJsonString() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
toPostXml(String) - 类 中的方法com.gdxsoft.weixin.WeiXinRedPackage
生成提交的XML
toQr(String, String) - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
扫码交易模式1 二维码中的内容为链接,形式为: weixin://wxpay/bizpayurl?
toQr2() - 类 中的方法com.gdxsoft.weixin.WeiXinOrder
扫码交易模式2
toString() - 类 中的方法com.gdxsoft.weixin.Config
 
toString() - 类 中的方法com.gdxsoft.weixin.WeiXinQRCode
 
toString() - 类 中的方法com.gdxsoft.weixin.WeiXinTicket
 
toString() - 类 中的方法com.gdxsoft.weixin.WeiXinUser
 
toString() - 类 中的方法com.gdxsoft.weixin.WxCard
 
toString() - 类 中的方法com.gdxsoft.weixin.WxCardBaseInfo
 
toUpdateJson(int) - 类 中的方法com.gdxsoft.weixin.WeiXinMaterialArticle
返回更新用的json对象

U

unsubscribe - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgEventType
unsubscribe(取消订阅)
updateWeiXinMaterialArticle(WeiXinMaterialArticle, int) - 类 中的方法com.gdxsoft.weixin.Config
更新文章
updateWxDepartment(QyDepartment) - 类 中的方法com.gdxsoft.weixin.QyConfig
更新部门
updateWxStaff(QyStaff) - 类 中的方法com.gdxsoft.weixin.QyConfig
创建成员
uploadFile(String, String, String, HashMap<String, String>) - 类 中的静态方法com.gdxsoft.weixin.Ssl
上传文件
uploadFile(String, String, String) - 类 中的静态方法com.gdxsoft.weixin.Ssl
上传文件
uploadLogo(String) - 类 中的方法com.gdxsoft.weixin.ConfigCard
上传LOGO 接口
 接口说明
开发者需调用该接口上传商户图标至微信服务器,获取相应logo_url,用于卡券创建。
user_get_card - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgEventType
用户获取卡券

V

ValidateCorpidError - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 
ValidateSignatureError - 异常错误 中的静态变量com.gdxsoft.weixin.aes.AesException
 
VerifyURL(String, String, String, String) - 类 中的方法com.gdxsoft.weixin.aes.WXBizMsgCrypt
验证URL
video - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgType
4 视频消息
view - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
2、view:跳转URL 用户点击view类型按钮后,微信客户端将会打开开发者在按钮中填写的网页URL,可与网页授权获取用户基本信息接口结合,获得用户基本信息。
VIEW - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgEventType
点击菜单跳转链接时的事件推送
view_limited - 类 中的静态变量com.gdxsoft.weixin.WeiXinButtonClickEvents
10、view_limited:跳转图文消息URL 用户点击view_limited类型按钮后,微信客户端将打开开发者在按钮中填写的永久素材id对应的图文消息URL ,永久素材类型只支持图文消息。
voice - 类 中的静态变量com.gdxsoft.weixin.WeiXinMsgType
3 语音消息

W

WeiXinArticle - com.gdxsoft.weixin中的类
 
WeiXinArticle() - 类 的构造器com.gdxsoft.weixin.WeiXinArticle
 
WeiXinArticle(String, String, String, String) - 类 的构造器com.gdxsoft.weixin.WeiXinArticle
微信新闻
WeiXinButton - com.gdxsoft.weixin中的类
自定义菜单创建接口 1、自定义菜单最多包括3个一级菜单,每个一级菜单最多包含5个二级菜单。
WeiXinButton() - 类 的构造器com.gdxsoft.weixin.WeiXinButton
 
WeiXinButtonClickEvents - com.gdxsoft.weixin中的类
自定义菜单接口可实现多种类型按钮 http://mp.weixin.qq.com/wiki/13/43de8269be54a0a6f64413e4dfa94f39.html
WeiXinButtonClickEvents() - 类 的构造器com.gdxsoft.weixin.WeiXinButtonClickEvents
 
WeiXinGroup - com.gdxsoft.weixin中的类
微信分组信息
WeiXinGroup() - 类 的构造器com.gdxsoft.weixin.WeiXinGroup
 
WeiXinMaterial - com.gdxsoft.weixin中的类
素材 ,图片(image)、视频(video)、语音 (voice)
WeiXinMaterial() - 类 的构造器com.gdxsoft.weixin.WeiXinMaterial
 
WeiXinMaterialArticle - com.gdxsoft.weixin中的类
 
WeiXinMaterialArticle() - 类 的构造器com.gdxsoft.weixin.WeiXinMaterialArticle
 
WeiXinMsg - com.gdxsoft.weixin中的类
 
WeiXinMsg(String) - 类 的构造器com.gdxsoft.weixin.WeiXinMsg
 
WeiXinMsgBase - com.gdxsoft.weixin中的类
 
WeiXinMsgBase() - 类 的构造器com.gdxsoft.weixin.WeiXinMsgBase
 
WeiXinMsgEvent - com.gdxsoft.weixin中的类
接收事件推送
1 关注/取消关注事件
2 扫描带参数二维码事件
3 上报地理位置事件
4 自定义菜单事件
5 点击菜单拉取消息时的事件推送
6 点击菜单跳转链接时的事件推送
WeiXinMsgEvent() - 类 的构造器com.gdxsoft.weixin.WeiXinMsgEvent
 
WeiXinMsgEventType - com.gdxsoft.weixin中的类
事件类型 1 关注/取消关注事件
2 扫描带参数二维码事件
3 上报地理位置事件
4 自定义菜单事件
5 点击菜单拉取消息时的事件推送
6 点击菜单跳转链接时的事件推送
WeiXinMsgEventType() - 类 的构造器com.gdxsoft.weixin.WeiXinMsgEventType
 
WeiXinMsgRecv - com.gdxsoft.weixin中的类
 
WeiXinMsgRecv() - 类 的构造器com.gdxsoft.weixin.WeiXinMsgRecv
 
WeiXinMsgType - com.gdxsoft.weixin中的类
 
WeiXinMsgType() - 类 的构造器com.gdxsoft.weixin.WeiXinMsgType
 
WeiXinOrder - com.gdxsoft.weixin中的类
 
WeiXinOrder() - 类 的构造器com.gdxsoft.weixin.WeiXinOrder
 
WeiXinOrderResult - com.gdxsoft.weixin中的类
 
WeiXinOrderResult() - 类 的构造器com.gdxsoft.weixin.WeiXinOrderResult
 
WeiXinPayNotify - com.gdxsoft.weixin中的类
支付结果通用通知 支付完成后,微信会把相关支付结果和用户信息发送给商户,商户需要接收处理,并返回应答。
WeiXinPayNotify() - 类 的构造器com.gdxsoft.weixin.WeiXinPayNotify
 
WeiXinQRCode - com.gdxsoft.weixin中的类
 
WeiXinQRCode() - 类 的构造器com.gdxsoft.weixin.WeiXinQRCode
 
WeiXinRedPackage - com.gdxsoft.weixin中的类
 
WeiXinRedPackage() - 类 的构造器com.gdxsoft.weixin.WeiXinRedPackage
 
WeiXinRedPackageResult - com.gdxsoft.weixin中的类
微信红包返回结果
WeiXinRedPackageResult() - 类 的构造器com.gdxsoft.weixin.WeiXinRedPackageResult
 
WeiXinSign - com.gdxsoft.weixin中的类
 
WeiXinSign() - 类 的构造器com.gdxsoft.weixin.WeiXinSign
 
WeiXinTicket - com.gdxsoft.weixin中的类
 
WeiXinTicket() - 类 的构造器com.gdxsoft.weixin.WeiXinTicket
 
WeiXinUser - com.gdxsoft.weixin中的类
 
WeiXinUser() - 类 的构造器com.gdxsoft.weixin.WeiXinUser
 
WeiXinUserList - com.gdxsoft.weixin中的类
 
WeiXinUserList() - 类 的构造器com.gdxsoft.weixin.WeiXinUserList
 
WXBizMsgCrypt - com.gdxsoft.weixin.aes中的类
提供接收和推送给公众平台消息的加解密接口(UTF8编码的字符串).
WXBizMsgCrypt(String, String, String) - 类 的构造器com.gdxsoft.weixin.aes.WXBizMsgCrypt
构造函数
WxCard - com.gdxsoft.weixin中的类
 
WxCard() - 类 的构造器com.gdxsoft.weixin.WxCard
 
WxCardBaseInfo - com.gdxsoft.weixin中的类
 
WxCardBaseInfo() - 类 的构造器com.gdxsoft.weixin.WxCardBaseInfo
 
WxCardCash - com.gdxsoft.weixin中的类
团购券
WxCardCash() - 类 的构造器com.gdxsoft.weixin.WxCardCash
代金券
WxCardDiscount - com.gdxsoft.weixin中的类
折扣券
WxCardDiscount() - 类 的构造器com.gdxsoft.weixin.WxCardDiscount
折扣券
WxCardGeneralCoupon - com.gdxsoft.weixin中的类
通用券
WxCardGeneralCoupon() - 类 的构造器com.gdxsoft.weixin.WxCardGeneralCoupon
通用券
WxCardGift - com.gdxsoft.weixin中的类
礼品券
WxCardGift() - 类 的构造器com.gdxsoft.weixin.WxCardGift
礼品券
WxCardGroupon - com.gdxsoft.weixin中的类
团购券
WxCardGroupon() - 类 的构造器com.gdxsoft.weixin.WxCardGroupon
团购券
WxCardSign - com.gdxsoft.weixin中的类
 
WxCardSign() - 类 的构造器com.gdxsoft.weixin.WxCardSign
 
WxCardSignTest - com.gdxsoft.weixin中的类
 
WxCardSignTest() - 类 的构造器com.gdxsoft.weixin.WxCardSignTest
 
A B C D E F G H I J L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2021 gdxsoft. All rights reserved.