mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-01 13:29:55 +08:00
#新增#
新增退款接口 新增接口等注释 #修改# 更新新的支付接口
This commit is contained in:
@@ -2,7 +2,8 @@ package com.egzosn.pay.fuiou.api;
|
||||
import com.egzosn.pay.common.api.BasePayConfigStorage;
|
||||
|
||||
/**
|
||||
* @author Fuzx
|
||||
* @author Actinia
|
||||
* @email hayesfu@qq.com
|
||||
* <pre>
|
||||
* create 2017 2017/1/16 0016
|
||||
* </pre>
|
||||
|
||||
@@ -20,8 +20,9 @@ import java.text.SimpleDateFormat;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* @author Fuzx
|
||||
* <pre>
|
||||
* @author Actinia
|
||||
* @email hayesfu@qq.com
|
||||
* <pre>
|
||||
* create 2017 2017/1/16 0016
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
@@ -4,8 +4,11 @@ import com.egzosn.pay.common.bean.CurType;
|
||||
|
||||
/**
|
||||
* 货币类型
|
||||
* @author Fuzx
|
||||
* create 2017 2017/1/24 0024
|
||||
* @author Actinia
|
||||
* @email hayesfu@qq.com
|
||||
* <pre>
|
||||
* create 2017 2017/1/16 0016
|
||||
* </pre>
|
||||
*/
|
||||
public enum FuiouCurType implements CurType {
|
||||
|
||||
|
||||
@@ -4,8 +4,11 @@ import com.egzosn.pay.common.bean.TransactionType;
|
||||
|
||||
/**
|
||||
* 支付类型
|
||||
* @author Fuzx
|
||||
* create 2017 2017/1/24 0024
|
||||
* @author Actinia
|
||||
* @email hayesfu@qq.com
|
||||
* <pre>
|
||||
* create 2017 2017/1/16 0016
|
||||
* </pre>
|
||||
*/
|
||||
public enum FuiouTransactionType implements TransactionType {
|
||||
B2B("B2B"),
|
||||
|
||||
Reference in New Issue
Block a user