Commit 89b196b4 authored by wwccw0591's avatar wwccw0591

pc

parent 0057c66c
......@@ -54,7 +54,8 @@ class IndexController extends \Our\Controller_Abstract {
public function indexAction() {
$orderDao = \DAO\Order\OrderModel::getInstance();
echo $orderDao->getList(array('buyer_id'=>1),0,10);exit;
$res=$orderDao->getList(array('buyer_id'=>1),0,10);
echo json_encode($res);exit;
//$list = \Our\RedisHelper::cachedFunction(\Redis\Db4\GoodsBrowserRedisModel::getInstance(),array(&$browseDAO, 'getDistinctDate'),array($memberId,$startTime,$endTime,$order),\Our\ApiConst::twoMinSecond,array($memberId));
// $clientPush=\JPush\ClientPush::getInstance();
// $clientPush->pushAll();
......
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