hrjy 1 year ago
parent
commit
a2f4a1a046
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crmeb/services/GmService.php

+ 1 - 0
crmeb/services/GmService.php

@@ -76,6 +76,7 @@ class GmService
 //        dump($key);
 //        exit;
         //初始化转换密钥信息
+        $k1 = '';
         php_HextoAsc(self::string2hex(base64_decode(self::PRIVATE_KEY)), $k1);
         dump($k1);
         exit;