diff --git a/service/modules/v1/controllers/PrescriptionController.php b/service/modules/v1/controllers/PrescriptionController.php index 7a5dc0d..517db94 100644 --- a/service/modules/v1/controllers/PrescriptionController.php +++ b/service/modules/v1/controllers/PrescriptionController.php @@ -701,6 +701,7 @@ class PrescriptionController extends BaseAppController public function actionNotifyOrderGeneration() { + return ['测试']; $param = \Yii::$app->request->post(); $this->requestValidate($param, [ ['prescription', 'required'],