| | |
| | | /** |
| | | * UDUN Merchant Key |
| | | */ |
| | | private final String merchantKey = "871fb1a18afd7229f5e62e4cba5016a6"; |
| | | private final String merchantKey = "7161e42ff45204dca8b9c4e203b24f63"; |
| | | |
| | | /** |
| | | * UDUN Merchant Number |
| | | */ |
| | | private final String merchantId = "321127"; |
| | | private final String merchantId = "321176"; |
| | | |
| | | /** |
| | | * Callback 充值 |
| | | */ |
| | | private final String defaultCallBackUrl = "https://syjysapi.yanshiz.com/api/channelBlockchain!rechargeCallback.action"; |
| | | private final String defaultCallBackUrl = "https://api.stakecube-pro.com/api/channelBlockchain!rechargeCallback.action"; |
| | | |
| | | /** |
| | | * Callback 提币 |
| | | */ |
| | | private final String withdrawCallBackUrl = "https://syjysapi.yanshiz.com/api/withdraw/withdrawCallback.action"; |
| | | private final String withdrawCallBackUrl = "https://api.stakecube-pro.com/api/withdraw/withdrawCallback.action"; |
| | | |
| | | |
| | | |