zoujiajian 2 лет назад
Родитель
Сommit
40f52a1dc8

+ 3 - 3
netflix-service/src/main/java/com/cyksj/service/pay/impl/TransferFuncServiceImpl.java

@@ -187,9 +187,9 @@ public class TransferFuncServiceImpl implements TransferFuncService {
 		if (StrUtil.isEmpty(type)) {
 			type = TransferConstant.ALIPAY;
 		}
-		if (!envCommonService.isPrdEnv()) {
-			name += "xx";
-		}
+//		if (!envCommonService.isPrdEnv()) {
+//			name += "xx";
+//		}
 		Integer scope = transferAccountsReq.getScope();
 		AlipayClient alipayClient = AliPayClientFactory.getAlipayClient(ShopConfig.DISTRIBUTE_ZFB_DEFAULT_APP_ID);