作者 潘浩文
1 个管道 的构建 通过 耗费 2 秒

接口对接测试

... ... @@ -173,6 +173,7 @@ class OrderController extends Controller
*/
public function BusinessOrderIndex()
{
return "";
$param=$this->request->param();
$where['c.id']=$param['category_id'];
if (!empty($param['order_sn'])){
... ...