作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

接收推送消息

... ... @@ -198,6 +198,7 @@ class BirdController extends HomeBaseController
$indent = $indentModel->findData($where);
if(empty($indent)){
$this->error('未查询到该订单','','','');
}
if($indent['state'] != 5){
$this->error('该订单不是已发货状态','','','');
... ...