hrjy 2 年之前
父节点
当前提交
1e9c397c9c
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      crmeb/services/GmService.php

+ 0 - 3
crmeb/services/GmService.php

@@ -75,9 +75,6 @@ class GmService
 
 //        echo self::string2hex(base64_decode(self::PUBLIC_KEY));
 
-        dump(function_exists('php_HextoAsc'));
-        exit;
-
         //初始化转换密钥信息
         php_HextoAsc(self::string2hex(base64_decode(self::PRIVATE_KEY)), $k1);
         php_HextoAsc(self::string2hex(base64_decode(self::PUBLIC_KEY)), $k2);