提交 cdcca71f 编写于 作者: D Devil

在线安装应用插件

上级 2045677c
......@@ -42,7 +42,7 @@ class PackageInstall extends Common
}
/**
* 功能插件安装
* 获取安装参数
* @author Devil
* @blog http://gong.gg/
* @version 1.0.0
......
......@@ -239,6 +239,10 @@ class PackageInstallService
'ver' => APPLICATION_VERSION,
'terminal' => empty($params['terminal']) ? '' : $params['terminal'],
];
foreach($data as $k=>$v)
{
$data[$k] = urldecode(base64_encode($v));
}
$ret = self::HttpRequest($url, $data);
if(!empty($ret) && isset($ret['code']) && $ret['code'] == 0)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册