You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
551 B

import request from "./request.js";
let http='https://wx.online-cmcc.cn/sichuan/sc/assessor/index.html#/InformationCenter'
let id=123;
let name=['&taskId=10681&type=1&taskName=%E8%AF%9A%E4%BF%A1%E5%A6%82%E9%87%91%EF%BC%8C%E7%94%A8%E5%BF%83%E4%BC%A0%E9%80%92%E6%AF%8F%E4%B8%80%E4%BB%BD%E7%88%B1%EF%BC%8C%E4%B8%AD%E5%9B%BD%E7%A7%BB%E5%8A%A8%E5%9B%9B%E5%B7%9D%E5%85%AC%E5%8F%B8%E6%89%BF%E8%AF%BA%E5%8D%81%E9%A1%B9%E6%9C%8D%E5%8A%A1%E5%AE%9E%E4%BA%8B%E4%B8%BA%E6%B0%91&rand=1']
request({
url:`${http}?shareId=${id}${name[0]}`,
method: "get",
})