| 程序包 | 说明 |
|---|---|
| com.github.binarywang.wxpay.bean.ecommerce.enums | |
| com.github.binarywang.wxpay.service | |
| com.github.binarywang.wxpay.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static BillTypeEnum |
BillTypeEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BillTypeEnum[] |
BillTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
BillResult |
EcommerceService.applyBill(BillTypeEnum billType,
BillRequest request)
请求账单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/bill.shtml
|
| 限定符和类型 | 方法和说明 |
|---|---|
BillResult |
EcommerceServiceImpl.applyBill(BillTypeEnum billType,
BillRequest request) |
Copyright © 2020. All rights reserved.