新增自动开具处方。修改ca对接
This commit is contained in:
@@ -437,10 +437,10 @@ class ImService extends BaseService
|
||||
* @param string $patient_user_id
|
||||
* @param string $product_name
|
||||
* @param string $order_prescription_id
|
||||
* @param string $message_type 6/7
|
||||
* @param string|int $message_type 6/7
|
||||
* @return void
|
||||
*/
|
||||
public function prescriptionIssued(array|object $order_inquiry, string $doctor_user_id, string $patient_user_id, string $product_name, string $order_prescription_id, string $message_type): void
|
||||
public function prescriptionIssued(array|object $order_inquiry, string $doctor_user_id, string $patient_user_id, string $product_name, string $order_prescription_id, string|int $message_type): void
|
||||
{
|
||||
try {
|
||||
// 发送消息
|
||||
|
||||
Reference in New Issue
Block a user