|
|
@@ -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);
|
|
|
|