mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
24 lines
277 B
PHP
24 lines
277 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Anyon
|
|
* Date: 2018/5/3
|
|
* Time: 18:42
|
|
*/
|
|
|
|
namespace app\store\controller\wechat;
|
|
|
|
|
|
class Index
|
|
{
|
|
public function index()
|
|
{
|
|
return 'fasdfas';
|
|
}
|
|
|
|
public function pay()
|
|
{
|
|
return 'fsdfasfsa';
|
|
}
|
|
|
|
} |