修复全量sql 修复配置文件

修复公众号授权问题
This commit is contained in:
stivepeim
2021-05-17 16:41:39 +08:00
parent c7ac6d4ac7
commit 3bb6ec74c4
5 changed files with 221 additions and 275 deletions

View File

@@ -131,8 +131,8 @@ public class CrmebUtil {
* @param args String[] 字符串数组
*/
public static void main(String[] args) throws Exception {
// System.out.println(encryptPassword("123456", "admin"));
System.out.println(decryptPassowrd("", ""));
System.out.println(encryptPassword("123456", "admin"));
// System.out.println(decryptPassowrd("", ""));
}
/**