This commit is contained in:
2024-07-12 17:34:59 +08:00
parent 951ce07821
commit c1c73d8f70

View File

@@ -73,14 +73,26 @@ class Reportty
/**
* desc查询报告
* desc查询报告详情
*
* api/Reportty/getReport
* api/Reportty/getReportById
* 参数dataid 报告id
* ticket用户ticket
* authorwh
*/
function getReportById(){
}
/**
* desc查询报告列表
*
* api/Reportty/getReportList
* 参数username
* ticket用户ticket
*
* authorwh
*/
function getReport(){
function getReportList(){
}