mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-24 17:01:44 +08:00
26 lines
236 B
PHP
26 lines
236 B
PHP
<?php
|
|
|
|
namespace App\Services\Frontend\Pay;
|
|
|
|
use App\Services\Frontend\Service;
|
|
|
|
class Wxpay extends Service
|
|
{
|
|
|
|
public function scan()
|
|
{
|
|
|
|
}
|
|
|
|
public function wap()
|
|
{
|
|
|
|
}
|
|
|
|
public function mini()
|
|
{
|
|
|
|
}
|
|
|
|
}
|