程序包 | 说明 |
---|---|
com.jfinal.weixin.sdk.api |
微信API接口
|
限定符和类型 | 方法和说明 |
---|---|
static PaymentApi.BillType |
PaymentApi.BillType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PaymentApi.BillType[] |
PaymentApi.BillType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
static String |
PaymentApi.downloadBill(String appid,
String mch_id,
String paternerKey,
String billDate,
PaymentApi.BillType billType)
下载对账单
公众账号ID appid 是 String(32) wx8888888888888888 微信分配的公众账号ID(企业号corpid即为此appId)
商户号 mch_id 是 String(32) 1900000109 微信支付分配的商户号
设备号 device_info 否 String(32) 013467007045764 微信支付分配的终端设备号
随机字符串 nonce_str 是 String(32) 5K8264ILTKCH16CQ2502SI8ZNMTM67VS 随机字符串,不长于32位。
|
Copyright © 2017. All rights reserved.