* 微信小程序静态代理 */ namespace app\common\facade; use think\Facade; class WechatProgram extends Facade{ protected static function getFacadeClass() { return 'app\common\facade\library\WechatProgram'; } }