作者 郭文星

'213'

... ... @@ -23,6 +23,7 @@ class Client extends Api
$this->postParam = $postParam;
parent::_initialize();
print_r($this->auth->id);return;
$this->auth->id = 1;//测试用
$postParam = $this->request->param();
$this->postParam = $postParam;
... ... @@ -117,9 +118,9 @@ class Client extends Api
}
}
/**
* 3、查询个人订单
*/
... ... @@ -159,7 +160,7 @@ class Client extends Api
$this->error("查询失败");
}
}
/**
* 5、创建订单
*/
... ...