lyhzzz hace 1 año
padre
commit
0c19ce6688

+ 1 - 1
src/main/java/com/fdkankan/ucenter/httpClient/address/PayAddressSource.java

@@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
 @Component
 public class PayAddressSource implements AddressSource {
 
-    @Value("${4dkk.payService.basePath}")
+    @Value("${4dkk.payService.basePath:http://test.4dkakan.com}")
     private String basePath;