mirror of
				https://gitee.com/technical-laohu/mpay.git
				synced 2025-11-04 16:53:44 +08:00 
			
		
		
		
	优化插件更新逻辑
This commit is contained in:
		@@ -31,4 +31,10 @@ class PluginController extends BaseController
 | 
			
		||||
            return json(\backMsg(1, '失败'));
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    // 插件选项
 | 
			
		||||
    public function pluginOption()
 | 
			
		||||
    {
 | 
			
		||||
        $option = Platform::field('platform,name')->where('state', 1)->select();
 | 
			
		||||
        return json($option);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user