This commit is contained in:
17
src/api/notice.js
Normal file
17
src/api/notice.js
Normal file
@ -0,0 +1,17 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function getNoticeList() {
|
||||
return request({
|
||||
url: 'https://api.vuejs-core.cn/getNotice',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function getOrderList() {
|
||||
return request({
|
||||
url: 'https://dev.wagoo.pet/wagoo/1.1/membership/types',
|
||||
method: 'post',
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user