config and user bug
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com;
|
||||
|
||||
import com.peanut.common.utils.MD5Utils;
|
||||
import com.peanut.modules.pay.weChatPay.config.WechatPayConfig;
|
||||
import com.peanut.modules.pay.weChatPay.dto.WechatPaymentInfo;
|
||||
import org.junit.Test;
|
||||
@@ -41,5 +42,18 @@ public class VxApiTest {
|
||||
System.out.println(wechatPaymentInfo.toString());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void mmm(){
|
||||
String saltMD5 = MD5Utils.getSaltMD5("29698073wjl");
|
||||
System.out.println(saltMD5);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void mmmm(){
|
||||
// boolean saltverifyMD5 = MD5Utils.getSaltverifyMD5("29698073wjl", "15af9ed9b06a442b90b09e78d21a3635890e24196db1a61e");
|
||||
boolean saltverifyMD5 = MD5Utils.getSaltverifyMD5("29698073wjl", "f33643591f4e942d3918f582555719247f6e90131ea1dc0a");
|
||||
System.out.println(saltverifyMD5);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user