|
@@ -10,7 +10,7 @@ import cn.com.qmth.markingaudit.support.CustConstants;
|
|
|
public class AuthorizationCreateUtil {
|
|
|
|
|
|
public static void main(String[] args) throws NoSuchAlgorithmException {
|
|
|
- StringBuilder token = new StringBuilder("school1");
|
|
|
+ StringBuilder token = new StringBuilder("test-school-3");
|
|
|
token.reverse();
|
|
|
token.append(CustConstants.QMTH);
|
|
|
System.out.println(MD5Util.encoder(token.toString()));
|