Commit e99dd331 authored by Ozzieisaacs's avatar Ozzieisaacs

Exchanged douban apikey

parent 400f6e02
......@@ -253,7 +253,7 @@ $(function () {
}
function dbSearchBook (title) {
var apikey = "0df993c66c0c636e29ecbb5344252a4a";
var apikey = "054022eaeae0b00e0fc068c0c0a2102a";
$.ajax({
url: douban + dbSearch + "?apikey=" + apikey + "&q=" + title + "&fields=all&count=10",
type: "GET",
......
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