提现优化更新
This commit is contained in:
11
api/me/message.js
Normal file
11
api/me/message.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import http from '@/http/http.js'
|
||||
|
||||
/**
|
||||
* 获取消息列表
|
||||
*/
|
||||
export const selectMessageByUserId = (data) => {
|
||||
return http.request({
|
||||
url: '/message/selectMessageByUserId',
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user