新增药师审核

This commit is contained in:
2023-03-30 09:33:33 +08:00
parent ad40e97d39
commit a6e58a9c17
5 changed files with 103 additions and 51 deletions
+2 -1
View File
@@ -31,6 +31,7 @@ use App\Utils\Log;
use App\Utils\Mask;
use App\Utils\PcreMatch;
use Extend\Wechat\WechatPay;
use GuzzleHttp\Exception\GuzzleException;
use Hyperf\Amqp\Producer;
use Hyperf\DbConnection\Db;
use Hyperf\Redis\Redis;
@@ -777,7 +778,7 @@ class InquiryService extends BaseService
* @param string $order_inquiry_id
* @param string $refund_reason 退款原因
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
* @throws NotFoundExceptionInterface|GuzzleException
*/
public function inquiryRefund(string $order_inquiry_id, string $refund_reason)
{