first commit
This commit is contained in:
13
金壶/appV1/utils/models/message.js
Normal file
13
金壶/appV1/utils/models/message.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import {
|
||||
http_use,
|
||||
http_post
|
||||
} from '../http.js'
|
||||
|
||||
class message {
|
||||
//更新用户信息
|
||||
async getList(parames) {
|
||||
let res = await http_use('/message/getList', parames)
|
||||
return res
|
||||
}
|
||||
}
|
||||
export default new message
|
||||
Reference in New Issue
Block a user