use think\Loader;
Loader::import('Wxpay.WxPay',EXTEND_PATH,'.Api.php');

注意扩展名的点"."不能省略

使用之前需 use think\Loader;

 

用类时如果没有命名空间的话,记得要加反斜杆 如\WxpayApi