修复申请代理空指针

This commit is contained in:
2025-06-25 21:36:18 +08:00
parent f39cb4ac2e
commit a71eca725e
3 changed files with 19 additions and 6 deletions

View File

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