taobao-first-Playlet/utils/obtainInfo.js
2024-01-25 13:47:25 +08:00

11 lines
202 B
JavaScript

import { httpRequest } from './httpRequest'
export const getUserInfo = async () => {
}
export const getSystemInfoSync = () => {
// console.log(my.getSystemInfoSync(), "my.getSystemInfoSync()")
}