盲盒交友增加七牛云site.php文件
- public function doMobileupimg()
- {
- global $_W, $_GPC;
- load()->func('file');
- $res = file_upload($_FILES['file'], 'image');
-
- file_remote_upload($res['path'],true);
- $data = [
- 'path' => $res['path'],
- 'url' => tomedia($res['path'])
- ];
- return $this->returnSuccess($data);
- }
还需要在后台开启七牛云配置注册地址 https://s.qiniu.com/FFJRJn
版权声明 1、本站所有资源来源于网络搜集和会员分享 2、本站所有程序仅供大家学习和参考,不得进行商业用途 3、如果觉得程序还可以、请购买官方正版 4、对不遵守本声明或其他违法、恶意使用本网站内容者,本网站保留追究其法律责任的权利。 唯一网址: https://bbs.zonghengtx.cn/thread-2527-1-1.html |