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