AliPayment.php 251 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <?php /** * Created by PhpStorm. * User: lishuai * Date: 2022/2/15 * Time: 4:23 PM */ namespace App\Payment; class AliPayment implements PaymentInterface { public function prepare() { // TODO: Implement prepare() method. } }