新增api通知处方生成功能

This commit is contained in:
2025-03-06 17:08:18 +08:00
parent 9ecd2e5720
commit baa9a34e5e

View File

@@ -701,6 +701,7 @@ class PrescriptionController extends BaseAppController
public function actionNotifyOrderGeneration()
{
return ['测试'];
$param = \Yii::$app->request->post();
$this->requestValidate($param, [
['prescription', 'required'],