2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-22 19:10:53 +08:00
This commit is contained in:
Ctrlcvs 2022-11-19 15:12:17 +08:00
commit d572673e1c

View File

@ -18,7 +18,7 @@ export async function genShenMap(e){
await e.reply(segment.image(`file://${msgPath}`))
return true;
}
let url=`https://map.minigg.cn/map/get_map?resource_name=${msg}&map_id=2&is_cluster=false`
let url=`https://map.minigg.cn/map/get_map?resource_name=${msg}&is_cluster=false`
let res=await fetch(url,{method:'get'})
try{
res=await res.json()