TRX il y a 1 an
Parent
commit
9fbafe0e5d

+ 0 - 2
OneCardIotServer/src/main/java/com/zhongshu/iot/server/core/httpRequest/ApiRequestService.java

@@ -91,8 +91,6 @@ public class ApiRequestService extends SuperService {
         try {
             HashMap<String, Object> headers = new HashMap<>();
             // 签名
-            ak = "yboyqqhsnkxaekfaggcmxlyhfvffsp";
-            sk = "e915967a633745bd95b54a359d32f55b";
             if (StringUtils.isNotEmpty(ak) && StringUtils.isNotEmpty(sk)) {
                 String authorization = SignUtil.sign(JSONUtil.toJsonStr(data), ak, sk);
                 headers.put("Authorization", authorization);