新增退款接口
新增接口等注释
#修改#
更新新的支付接口
This commit is contained in:
Actinia-517
2017-12-05 16:24:55 +08:00
parent bcda184f94
commit dfd2cc68c5
31 changed files with 4472 additions and 61 deletions

View File

@@ -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>

View File

@@ -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>
*/

View File

@@ -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 {

View File

@@ -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"),