作者 macbook
1 个管道 的构建 通过 耗费 0 秒

api

... ... @@ -350,6 +350,7 @@ class Doctor extends Api
'status' => !empty($nowork) ? 2 : (!empty($appointment) ? 3 : 1),
];
}
$this->success('成功',$arr);
}
/**
... ...