hrjy 2 years ago
parent
commit
249738bdea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      crmeb/services/GmService.php

+ 2 - 0
crmeb/services/GmService.php

@@ -73,6 +73,8 @@ class GmService
 
         echo self::string2hex(base64_decode(self::PUBLIC_KEY));
 
+        var_dump(1111);
+        exit;
 
         //初始化转换密钥信息
         php_HextoAsc(self::string2hex(base64_decode(self::PRIVATE_KEY)), $k1);