diff --git a/apps/query.js b/apps/query.js index 59c6338..e5e557c 100644 --- a/apps/query.js +++ b/apps/query.js @@ -64,7 +64,7 @@ export class query extends plugin { async doctor(e) { const keyword = e.msg.replace("#医药查询", "").trim(); - const url = `https://api2.dayi.org.cn/api/search2?keyword=${ keyword }&pageNo=1&pageSize=10`; + const url = `https://server.dayi.org.cn/api/search2?pageNo=1&pageSize=10&keyword=${ keyword }&pageNo=1&pageSize=10`; try { const res = await fetch(url) .then(resp => resp.json()) diff --git a/config/version.yaml b/config/version.yaml index 95f838f..cc8371a 100644 --- a/config/version.yaml +++ b/config/version.yaml @@ -1,5 +1,5 @@ - { - version: 1.4.1, + version: 1.4.2, data: [ 新增米游社解析功能,