<?php
/**
* 分享插件<接口应用>
* @作者 phpok.com
* @版本 6.0.007
* @授权 http://www.phpok.com/lgpl.html PHPOK开源授权协议:GNU Lesser General Public License
* @时间 2021年05月19日 09时47分
**/
class api_shareto extends phpok_plugin
{
public $me;
public function __construct()
{
parent::plugin();
$this->me = $this->_info();
}
public function phpok_before()
{
}
public function phpok_after()
{
}
}