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

接口对接测试

... ... @@ -176,7 +176,6 @@ class OrderController extends Controller
$param=$this->request->param();
$where=[];
$where['c.id']=$param['category_id'];
$this->success('获取信息成功',"");
if (!empty($param['order_sn'])){
$where['bo.order_sn']=['like','%'.$param['order_sn'].'%'];
}
... ...