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

+ 0 - 3
crmeb/services/GmService.php

@@ -225,9 +225,6 @@ class GmService
     //SM2Encrypt
     public static function SM2Encrypt($data, $pubkey)
     {
-        dump($data);
-        dump($pubkey);
-        exit;
         //sm2加密
         $recode = php_SM2Encrypt($data, $cipher, $pubkey);