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);