All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gitee.putaoo.easypay.constant.AlipayConstant Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package io.gitee.putaoo.easypay.constant;

public interface AlipayConstant {

    String NAME = "alipay";
    /**
     * 支付宝网关地址
     */
    String URL = "https://openapi.alipay.com/gateway.do";
    /**
     * 沙箱测试
     */
    String ALIPAY_GATEWAY_OPEN_DEV = "https://openapi.alipaydev.com/gateway.do";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy