thinkphp5 控制器不存在:app尀wechat尀home尀Wx

2025-04-20 02:11:32
推荐回答(1个)
回答1:

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

把类名改一下