mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-07 11:44:49 +08:00
2.14.5发布
This commit is contained in:
@@ -9,8 +9,10 @@ import com.egzosn.pay.common.bean.TransferOrder;
|
||||
* 转账服务
|
||||
*
|
||||
* @author Egan
|
||||
* @email egan@egzosn.com
|
||||
* @date 2023/1/8
|
||||
* <pre>
|
||||
* email egan@egzosn.com
|
||||
* date 2023/1/8
|
||||
* </pre>
|
||||
*/
|
||||
public interface TransferService {
|
||||
|
||||
|
||||
@@ -73,6 +73,7 @@ public interface Attrs extends Serializable {
|
||||
* 获取属性 这里可用做覆盖已设置的属性信息属性。
|
||||
*
|
||||
* @param key 属性名
|
||||
* @param defaultValue 默认值
|
||||
* @return 属性
|
||||
*/
|
||||
default Integer getAttrForInt(String key, Integer defaultValue) {
|
||||
|
||||
@@ -835,8 +835,7 @@ public class WxPayService extends BasePayService<WxPayConfigStorage> implements
|
||||
* 转账
|
||||
*
|
||||
* @param order 转账订单
|
||||
* <pre>
|
||||
* @return 对应的转账结果
|
||||
* @return 对应的转账结果
|
||||
*/
|
||||
@Override
|
||||
public Map<String, Object> transfer(TransferOrder order) {
|
||||
|
||||
@@ -28,7 +28,7 @@ public class WxParameterStructure {
|
||||
|
||||
/**
|
||||
* 获取公共参数
|
||||
*
|
||||
* @param parameters 参数
|
||||
* @return 公共参数
|
||||
*/
|
||||
public Map<String, Object> getPublicParameters(Map<String, Object> parameters) {
|
||||
@@ -93,6 +93,7 @@ public class WxParameterStructure {
|
||||
* 初始化商户相关信息
|
||||
*
|
||||
* @param parameters 参数信息
|
||||
* @return 参数信息
|
||||
*/
|
||||
public Map<String, Object> initPartner(Map<String, Object> parameters) {
|
||||
if (null == parameters) {
|
||||
|
||||
@@ -6,8 +6,10 @@ import com.alibaba.fastjson.annotation.JSONField;
|
||||
*
|
||||
* 转账明细
|
||||
* @author Egan
|
||||
* @email egan@egzosn.com
|
||||
* @date 2023/1/8
|
||||
* <pre>
|
||||
* email egan@egzosn.com
|
||||
* date 2023/1/8
|
||||
* </pre>
|
||||
*/
|
||||
public class TransferDetail {
|
||||
/**
|
||||
|
||||
@@ -10,8 +10,10 @@ import com.egzosn.pay.wx.v3.utils.WxConst;
|
||||
* 发起商家转账
|
||||
*
|
||||
* @author Egan
|
||||
* @email egan@egzosn.com
|
||||
* @date 2023/1/8
|
||||
* <pre>
|
||||
* email egan@egzosn.com
|
||||
* date 2023/1/8
|
||||
* </pre>
|
||||
*/
|
||||
public class WxTransferOrder extends TransferOrder {
|
||||
|
||||
|
||||
@@ -7,8 +7,10 @@ import com.egzosn.pay.wx.v3.utils.WxConst;
|
||||
* 微信转账查询订单
|
||||
*
|
||||
* @author Egan
|
||||
* @email egan@egzosn.com
|
||||
* @date 2023/1/8
|
||||
* <pre>
|
||||
* email egan@egzosn.com
|
||||
* date 2023/1/8
|
||||
* </pre>
|
||||
*/
|
||||
public class WxTransferQueryOrder extends AssistOrder {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user