记录模块接口对接
This commit is contained in:
25
apis/interfaces/health.js
Normal file
25
apis/interfaces/health.js
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
/*
|
||||
* @Description:健康记录模块
|
||||
* @Author: Aimee·Zhang
|
||||
* @Date: 2022-01-12 10:11:43
|
||||
* @LastEditors: Aimee·Zhang
|
||||
* @LastEditTime: 2022-01-13 08:56:03
|
||||
*/
|
||||
|
||||
import { request } from '../index'
|
||||
/**
|
||||
* @description:记录首页
|
||||
* @params {null}
|
||||
* @return {}
|
||||
* @Date: 2022-01-12 10:17:21
|
||||
*/
|
||||
const logs = () => {
|
||||
return request({
|
||||
url: 'health/logs',
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
logs
|
||||
}
|
||||
Reference in New Issue
Block a user