|
@ -10,9 +10,13 @@ import org.springframework.context.annotation.Configuration;
|
|
|
@Configuration
|
|
|
public class Configure {
|
|
|
/******************************* 易联众统一支付平台 ***********************************************************/
|
|
|
private String onepayApi = "http://120.42.37.94:1301/onepay-web/";
|
|
|
private String onepayAppId = "1BGKM1UHM03P7B2CA8C000005626EB0E";
|
|
|
private String onepayAppSecret = "1BGKM1UHM03I7B2CA8C00000AB682E9A";
|
|
|
// private String onepayApi = "http://120.42.37.94:1301/onepay-web/";
|
|
|
// private String onepayAppId = "1BGKM1UHM03P7B2CA8C000005626EB0E";
|
|
|
// private String onepayAppSecret = "1BGKM1UHM03I7B2CA8C00000AB682E9A";
|
|
|
// 开发环境应用信息
|
|
|
private String onepayApi = "https://xmhealth.ylzpay.com:8080/";
|
|
|
private String onepayAppId = "1BLF5SEGN00087165F0A000027362BE5";
|
|
|
private String onepayAppSecret = "1BLF5SCBO01V3E78A8C00000F3A0FFE7";
|
|
|
|
|
|
|
|
|
private String bindCardType = "onepay.sicard.bind.info";
|