Commit 91e6d02f authored by clone's avatar clone

注释

parent 3b517991
...@@ -102,11 +102,11 @@ class Performance extends Basic ...@@ -102,11 +102,11 @@ class Performance extends Basic
{ {
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
$params = array( /* $params = array(
"agent_id" => 8882, "agent_id" => 8882,
"start_time" => "2018-04-04", "start_time" => "2018-04-04",
"end_time" => "2018-04-04", "end_time" => "2018-04-04",
); );*/
try { try {
$result = $this->service_->storePerformance($params["agent_id"], $params["start_time"], $params["end_time"]); $result = $this->service_->storePerformance($params["agent_id"], $params["start_time"], $params["end_time"]);
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
# http://curl.haxx.se/docs/http-cookies.html # http://curl.haxx.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk. # This file was generated by libcurl! Edit at your own risk.
a1.easemob.com FALSE / FALSE 1517538110 rememberMe deleteMe a1.easemob.com FALSE / FALSE 1522722136 rememberMe deleteMe
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