hrjy 1 anno fa
parent
commit
8308644dd5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      crmeb/services/GmService.php

+ 2 - 2
crmeb/services/GmService.php

@@ -91,8 +91,8 @@ class GmService
         //拼接签名参数,md5转大写
         $data['sign'] = self::SM3Crypt($data['random'] . $data['seqNO'] . self::$appSecretKey . $key);
 
-        dump($data);
-        exit;
+//        dump($data);
+//        exit;
         //发送post接口请求
         $res = self::https_post(self::$tokenUrl, $data);