初始化代码
This commit is contained in:
17
app/publics/controller/Pay.php
Normal file
17
app/publics/controller/Pay.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace app\publics\controller;
|
||||
use app\BaseController;
|
||||
use app\card\service\UserService;
|
||||
use think\facade\Log;
|
||||
use think\facade\Request;
|
||||
|
||||
class Pay extends BaseController {
|
||||
|
||||
|
||||
public function notify(){
|
||||
|
||||
echo 'message ok ';
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user