Files
hyperf_service/app/Service/Common/Pay/ThirdPayInterface.php
2025-01-10 17:20:00 +08:00

19 lines
275 B
PHP

<?php
/**
* This service file is part of item.
*
* @author ctexthuang
* @contact ctexthuang@qq.com
*/
declare(strict_types=1);
namespace App\Service\Common\Pay;
class ThirdPayInterface extends
{
public function handle()
{
//todo Write logic
}
}