Commit d8476a84 authored by 张欣's avatar 张欣

更改了企查查的key和秘钥

parent 23edb4e9
...@@ -22,8 +22,8 @@ import org.springframework.web.bind.annotation.*; ...@@ -22,8 +22,8 @@ import org.springframework.web.bind.annotation.*;
public class QccController { public class QccController {
// 查看我的秘钥 我的Key // 查看我的秘钥 我的Key
private static final String appkey = "57bdcf2784834ff6a96ec3168184c012"; private static final String appkey = "118c9e6bb7054d0fad0be04fd67215db";
private static final String seckey = "96C7DF69FCF5D4C170844D81C8074003"; private static final String seckey = "FB35A314C04E8194F5E8977DA2ED1344";
private Logger log = LoggerFactory.getLogger(QccController.class); private Logger log = LoggerFactory.getLogger(QccController.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment