新增药品订单退款

This commit is contained in:
2023-04-11 18:02:31 +08:00
parent 3e577c8cac
commit 532c9f909f
5 changed files with 168 additions and 8 deletions
+1 -4
View File
@@ -25,6 +25,7 @@ use App\Services\ImService;
use App\Services\InquiryService;
use App\Services\MessagePush;
use App\Services\OrderPrescriptionService;
use App\Services\OrderProductService;
use App\Services\PatientOrderService;
use App\Services\UserDoctorService;
use App\Utils\Log;
@@ -754,10 +755,6 @@ class TestController extends AbstractController
}
public function test_13(){
// $RecentContact = new RecentContact();
// $RecentContact->deleteRecentContact();
// die;
$out_trade_no = $this->request->input('out_trade_no');
$params = array();
$params['order_inquiry_id'] = $out_trade_no;