We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fis-conf.js:
fis.media('test').match('*', { deploy: fis.plugin('http-push', { receiver: 'http://192.168.1.22/rec.php', to: '/home/wwwroot/default/project/2015/sanban18_mobile_v2/' // 注意这个是指的是测试机器的路径,而非本地机器 }) });
rec.php就是用的示例receiver.php的代码
The text was updated successfully, but these errors were encountered:
直接访问 rec.php 会怎样?
Sorry, something went wrong.
空白页面,没有任何输出内容
No branches or pull requests
fis-conf.js:
fis.media('test').match('*', {
deploy: fis.plugin('http-push', {
receiver: 'http://192.168.1.22/rec.php',
to: '/home/wwwroot/default/project/2015/sanban18_mobile_v2/' // 注意这个是指的是测试机器的路径,而非本地机器
})
});
rec.php就是用的示例receiver.php的代码
The text was updated successfully, but these errors were encountered: