fix bindmobile

This commit is contained in:
2025-06-25 23:27:18 +08:00
parent 25bf65e096
commit 0c54504f40
2 changed files with 12 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestAesEcbMobileEncryption(t *testing.T) {
// 测试手机号加密
mobile := "17776203797 "
mobile := "18653052547"
key := []byte("ff83609b2b24fc73196aac3d3dfb874f") // 16字节AES-128密钥
keyStr := hex.EncodeToString(key)