This commit is contained in:
yuping
2022-12-14 18:33:08 +08:00
parent 982a77c6a3
commit e73f22a9f4

View File

@@ -111,6 +111,7 @@ export async function request(_url, params) {
})
}
// 这个方法要有
export async function boeRequest(_url, params) {
const s = _url.split(' ')
let url = s[0]