Пример #1
0
 private static String getSign(String method, String token) {
   return CommonUtils.MD5(CommonUtils.MD5(method).toUpperCase() + token).toUpperCase();
 }