fixed
This commit is contained in:
@@ -73,14 +73,26 @@ class Reportty
|
||||
|
||||
|
||||
/**
|
||||
* desc:查询报告
|
||||
* desc:查询报告详情
|
||||
*
|
||||
* api/Reportty/getReport
|
||||
* api/Reportty/getReportById
|
||||
* 参数:dataid 报告id
|
||||
* ticket:用户ticket
|
||||
* author:wh
|
||||
*/
|
||||
function getReportById(){
|
||||
|
||||
}
|
||||
/**
|
||||
* desc:查询报告列表
|
||||
*
|
||||
* api/Reportty/getReportList
|
||||
* 参数:username
|
||||
* ticket:用户ticket
|
||||
*
|
||||
* author:wh
|
||||
*/
|
||||
function getReport(){
|
||||
function getReportList(){
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user