11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
|
|
import { httpRequest } from './httpRequest'
|
|
|
|
export const getUserInfo = async () => {
|
|
|
|
}
|
|
|
|
export const getSystemInfoSync = () => {
|
|
// console.log(my.getSystemInfoSync(), "my.getSystemInfoSync()")
|
|
|
|
} |