You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
330 B
PHP

<?php
namespace Sdk\Controller;
use Think\Controller;
/**
* 前端测试
* @author cz
*/
class FetestController extends Controller {
public function index()
{
echo "hallo";
}
public function payway()
{
// $this->assign ( 'game_id', 232 );
// $this->display("Spend/pay_way");
}
}