add: wechatpay native

This commit is contained in:
tokumeikoi
2021-06-14 22:27:29 +09:00
parent f80af8efdc
commit 343c93ad8e
2 changed files with 84 additions and 2 deletions

View File

@ -2,8 +2,6 @@
namespace App\Console\Commands;
use App\Payments\AlipayF2F;
use App\Services\PaymentService;
use Illuminate\Console\Command;
class Test extends Command