修复全量sql 修复配置文件

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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("", ""));
}
/**