新增api通知处方生成功能
This commit is contained in:
@@ -701,6 +701,7 @@ class PrescriptionController extends BaseAppController
|
||||
|
||||
public function actionNotifyOrderGeneration()
|
||||
{
|
||||
return ['测试'];
|
||||
$param = \Yii::$app->request->post();
|
||||
$this->requestValidate($param, [
|
||||
['prescription', 'required'],
|
||||
|
||||
Reference in New Issue
Block a user