mirror of
				https://gitee.com/technical-laohu/mpay.git
				synced 2025-11-04 16:53:44 +08:00 
			
		
		
		
	更新文档
This commit is contained in:
		@@ -96,6 +96,9 @@ class PluginController extends BaseController
 | 
			
		||||
        $config = self::getPluginConfig();
 | 
			
		||||
        $option = [];
 | 
			
		||||
        foreach ($config as $value) {
 | 
			
		||||
            if ($value['state'] == 0) {
 | 
			
		||||
                continue;
 | 
			
		||||
            }
 | 
			
		||||
            $option[] = ['platform' => $value['platform'], 'name' => $value['name']];
 | 
			
		||||
        }
 | 
			
		||||
        return json($option);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user