Commit a408e51a by lihui.wang

impl

parent 7235e6f1
...@@ -48,9 +48,6 @@ public class PayPlatformAccountServiceImpl implements IPayPlatformAccountService ...@@ -48,9 +48,6 @@ public class PayPlatformAccountServiceImpl implements IPayPlatformAccountService
@Autowired @Autowired
PayMessage payMessage; PayMessage payMessage;
@Override @Override
public PayPlatformAccountDM getPayPlatformAccount(Integer partnerId) { public PayPlatformAccountDM getPayPlatformAccount(Integer partnerId) {
EncryptionHelper encryptionHelper = new EncryptionHelper(); EncryptionHelper encryptionHelper = new EncryptionHelper();
......
package com.freemud.pay.job.service.util; package com.freemud.pay.job.service.util;
import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Component;
@Component
public class EncryptionHelper { public class EncryptionHelper {
private static final String a = "k"; private static final String a = "k";
private static final char p = 'A'; private static final char p = 'A';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment