增加是否可处方
This commit is contained in:
@@ -1051,6 +1051,8 @@ class InquiryService extends BaseService
|
||||
/**
|
||||
* 结束问诊
|
||||
* @return array
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function putFinishInquiry(): array
|
||||
{
|
||||
@@ -1664,7 +1666,7 @@ class InquiryService extends BaseService
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function inquiryRefund(string $order_inquiry_id, string $refund_reason)
|
||||
public function inquiryRefund(string $order_inquiry_id, string $refund_reason): void
|
||||
{
|
||||
// 获取订单数据
|
||||
$params = array();
|
||||
|
||||
Reference in New Issue
Block a user