Commit d21b16d6 authored by zw's avatar zw

统计

parent 6bb0fb98
<?php
namespace app\api_broker\controller;
use app\api_broker\extend\Basic;
use think\Request;
/**
* Created by PhpStorm.
* User : zw
* Date : 2018/3/20
* Time : 下午2:06
* Intro:
*/
class Performance extends Basic{
function __construct(Request $request = null)
{
parent::__construct($request);
}
public function selectPerformanceByTime(){
$params = array(
"agent_id" => 1,
"agent_id" => 1,
"agent_id" => 1,
);
}
}
......@@ -48,4 +48,5 @@ class Statement extends Basic
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment