mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-08 12:06:07 +08:00
20 lines
328 B
Java
20 lines
328 B
Java
import com.alibaba.fastjson.JSON;
|
|
import com.egzosn.pay.common.bean.CurType;
|
|
import com.egzosn.pay.payoneer.bean.PayoneerRequestBean;
|
|
|
|
/**
|
|
*
|
|
*
|
|
* payoneer支付测试
|
|
* @author Actinia
|
|
* @email hayesfu@qq.com
|
|
* @date 2018/1/18 0018 16:49
|
|
*/
|
|
public class PayTest {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
}
|
|
|
|
}
|