1. 推广员用户挂号
This commit is contained in:
@@ -40,11 +40,12 @@ class OpenApiController extends BaseAdminController
|
||||
{
|
||||
$prescription = \Yii::$app->request->post('prescription');
|
||||
|
||||
$this->sendUserNote($prescription);
|
||||
//处方开具待支付订阅消息通知
|
||||
\Yii::$app->queue->push(new PrescriptionCreated([
|
||||
'orderId' => $prescription,
|
||||
]));
|
||||
$this->sendUserNote($prescription);
|
||||
// //处方开具待支付订阅消息通知
|
||||
// \Yii::$app->queue->push(new PrescriptionCreated([
|
||||
// 'orderId' => $prescription,
|
||||
// ]));
|
||||
|
||||
|
||||
//处方生成短信通知药师审方
|
||||
|
||||
Reference in New Issue
Block a user