Results 32 comments of Devil

> 有支持第三方入驻的计划么,类似京东这样的。 你好,多商户已在开发计划中,关注更新哦

> 第三方入驻可以增加平台代运营功能。意思就是有些商家可能没有美工等商城运营人员,可以交给平台代运营,由平台统一维护。 好的,这个需要看情况再定,关注新版本通知吧

> 如题。 后台,站点设置里面,底部有一个底部代码块,统计代码放进去即可

> 有个问题是,在后台设置里添加百度统计,开通百度商桥后,在注册页面也会出现商桥的对话框。 这是全局的,如果仅部分页面有效的话,可以自己开发一个插件实现。

> Whether this system can make a fuss about financial analysis, or as part of an invoicing system, I mainly want to add some elements of financial analysis. Yes, you...

> The main thing is this. When I was learning this system, I wanted to join the financial analysis to publish a comprehensive paper. Is this okay? It should be...

> 商品要有库存,必须把商品加入到仓库。。加入到仓库之后还得手动去修改库存量。这个步骤太复杂了,建议添加商品之后直接加到默认仓库并且设置默认得库存量。谢谢 你好,系统是多仓库模式的,所以需要这样操作。如果是单仓库用户可以使用插件直接在商品管理列表配置库存,不需要再去仓库添加商品配置库存,快捷操作,查看插件地址 https://store.shopxo.net/goods-134.html

> 您之前修复了主题文件上传的一个漏洞。 > ![图像](https://user-images.githubusercontent.com/71314272/128828715-a18fcec6-967f-43da-ad80-efb26b90a34d.png) > ![图像](https://user-images.githubusercontent.com/71314272/128828793-e83b7d13-c506-4ec0-bd89-5311894d1a4f.png) > > 但是现在有一个类似的漏洞`/app/admin/appmini.php`,因为你没有使用上面的方法。 > ![图像](https://user-images.githubusercontent.com/71314272/128829092-120546ef-d721-4972-9175-f2475ec0ac82.png) > ![图像](https://user-images.githubusercontent.com/71314272/128829145-36670eb7-8f8a-427c-bbda-9cbb5b4c89b8.png) > > `http://localhost:3000/admin.php?s=appmini/index/nav_type/weixin/view_type/upload.html` > ![图像](https://user-images.githubusercontent.com/71314272/128830306-8cdca15a-0ac9-4d85-a9f0-a2d47de1b134.png) > ![图像](https://user-images.githubusercontent.com/71314272/128830183-b11d15cc-9b7f-4095-b3ae-2c3493e5c333.png) > 然后我的文件将被上传到 `sourcecode/weixin/` > ![图像](https://user-images.githubusercontent.com/71314272/128830617-4550337c-27e3-4412-babf-2c8a6b0b9c06.png) > > 而且我可以绕过`!IS_AJAX`,甚至使用 将我的文件上传到任何可写目录`../`。 >...

> bug: 退款时选择了理由后立即提示:请选择退款理由 您好,感谢您的反馈,这个是前端验证组件的问题,新版本 dev 分支已经做了优化了

> 比如商品库存剩1,A和B同时读取到,一起下单,结果库存变成-1。 > > 我粗略看了一下源码,貌似没有看到加锁的部分。 你好,目前是没有加锁的、随着商城用户量越来越多出现高并发、后面会优化这一块的。