hrjy 2 years ago
parent
commit
7a2b1dbc82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      crmeb/services/GmService.php

+ 2 - 2
crmeb/services/GmService.php

@@ -32,9 +32,9 @@ class GmService
     protected static $tokenUrl = "https://tlop.zjtlcb.com/api/HOGENDY";//回归环境
     protected static $token;
     //合作机构自有公钥
-    const PUBLIC_KEY = "DE3w4DgjV+np0oHQzSDUgvlxGKPhi/gHBRp8dtjun+z6uqrRJE6B1qswZpaSCs3tp0tm98ZjjL9RTuNh4dyUuA==";
+    const PUBLIC_KEY = "";
     //合作机构自有私钥
-    const PRIVATE_KEY = "778NKKZgdS9IGm/crvajNPoq5CHJNEKXptciF/1SU3I=";
+    const PRIVATE_KEY = "";
     //泰隆银行公钥
     const CGB_PUBLIC_KEY = "MFkwEwYHKoZIzj0CAQYIKoEcz1UBgi0DQgAE6mJz31IQpqtv42a67pfUe6q6UKUa/Lxf2rzJC4iAK0p3dOooG/d+N2fs6qmzK+7smovqcP7VhA8D+OIvaVjMsw==";