hrjy %!s(int64=2) %!d(string=hai) anos
pai
achega
fb621a679d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      crmeb/services/GmService.php

+ 3 - 0
crmeb/services/GmService.php

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