'默认小程序', 'appid' => '', 'app_secret' => '', 'is_default' => 1, 'domain' => '', 'merchants' => [] ]; } /** * 清除小程序配置缓存 */ public static function clearCache() { self::$cache = null; } }