소스 검색

首信易提现

igl 5 달 전
부모
커밋
75bad47e6a
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      vehicle-client/src/main/java/com/chelvc/cloud/vehicle/client/constant/TradeConstant.java

+ 9 - 0
vehicle-client/src/main/java/com/chelvc/cloud/vehicle/client/constant/TradeConstant.java

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