- < * / \ * // \\ * //| . |\\ * "'\ /'"_.-~^`'-. * \ _ /--' ` * ___)( )(___ * (((__) (__))) 梦之所想,心之所向. */ namespace app\common\services; use Ixudra\Curl\Facades\Curl; class ShopCollectService { public $url; public function __construct() { $this->url = '';//https://s.cloudeapi.com'; } public function handle(){} public function getPlugins() {} }