帮助文档添加作者信息

This commit is contained in:
egan
2018-02-21 23:17:29 +08:00
parent fda57a23af
commit 9258310ec9
2 changed files with 11 additions and 5 deletions

View File

@@ -7,8 +7,11 @@ import java.util.Map;
/**
* 高级支付接口
* @author Actinia
* @email hayesfu@qq.com
* @date 2018/1/18
* @author egan
* <pre>
* email hayesfu@qq.com
* date 2018/1/18
* </pre>
*
*/

View File

@@ -2,10 +2,13 @@ package com.egzosn.pay.payoneer.api;
import com.egzosn.pay.common.api.BasePayConfigStorage;
/**
* @descrption
* Payoneer P卡 支付 配置
* @author Actinia
* @email hayesfu@qq.com
* @date 2018-01-19
* @author egan
* <pre>
* email hayesfu@qq.com
* date 2018-01-19
* </pre>
*/
public class PayoneerConfigStorage extends BasePayConfigStorage {
/**