芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Http/Controllers/Merchant/ReceiveMoneyController.php
user(); $merchant->createQr(); $merchantQrCode = $merchant->qrCode()->first(); $uniqueCode = $merchantQrCode->qr_code??''; $qrCode = generateQr($uniqueCode); return view('merchant.sections.receive-money.index',compact("page_title","uniqueCode","qrCode",'merchant')); } }