|
@@ -2,9 +2,18 @@ package com.chelvc.cloud.vehicle.client.constant;
|
|
|
|
|
|
public interface TradeConstant {
|
|
public interface TradeConstant {
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 服务商id
|
|
|
|
+ */
|
|
static final String PARTNER_ID = "893951545";
|
|
static final String PARTNER_ID = "893951545";
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 提现url
|
|
|
|
+ */
|
|
static final String WITHDRAW_URL = "https://apis.5upay.com/wallet/withdraw";
|
|
static final String WITHDRAW_URL = "https://apis.5upay.com/wallet/withdraw";
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 提现回调通知地址
|
|
|
|
+ */
|
|
static final String WITHDRAW_NOTIFY_URL = "https://demo.5upay.com/sdk/onlinepay/notify";
|
|
static final String WITHDRAW_NOTIFY_URL = "https://demo.5upay.com/sdk/onlinepay/notify";
|
|
}
|
|
}
|