namespace app\wechat\controller;use think\Controller; //使用控制器use think\Db; //使用数据库操作use think\Request;use think\config;use Wxdev\WXBizDataCrypt; class Wx extends Controller{
把类名改一下