mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-14 01:36:58 +08:00
..
This commit is contained in:
@@ -451,7 +451,7 @@ public class Util {
|
||||
* @param algorism 十进制的数字
|
||||
* @return String 对应的十六进制字符串
|
||||
*/
|
||||
public static String algorismToHEXString(int algorism) {
|
||||
public static String algorismToHexString(int algorism) {
|
||||
String result = "";
|
||||
result = Integer.toHexString(algorism);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user