hrjy 2 年之前
父節點
當前提交
414c6d6083
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crmeb/services/GmService.php

+ 1 - 0
crmeb/services/GmService.php

@@ -230,6 +230,7 @@ class GmService
     {
         //sm2加密
         php_SM2Encrypt($data, $cipher, $pubkey);
+        dump(function_exists('php_SM2Encrypt'));
         dump($cipher);
         exit;
         //php_SM2Encrypt接口返回的密文值是c1c3c2格式,以下示例转DER编码