hrjy 3 vuotta sitten
vanhempi
commit
07bb54c942
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      crmeb/services/GmService.php

+ 0 - 3
crmeb/services/GmService.php

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