一个简单又完整的商城 Yii2 + vue 第一次更新 [ 2.0 版本 ]
断断续续一直在完善这个项目,有时因为忙,有时因为懒,所以进展的很慢。这算是我的第一个开源项目,有很多的不足,但我还是会持续做下去,所以不论快慢,我都会一直更新下去。
一、新增&修改
- 修改了一些已知bug
- 新增了促销模块,拼团、秒杀、优惠券
- 新增了一些定时处理任务,如拼团失败处理、订单超时处理等
二、定时任务的设置
定时任务写在/console/controllers下 , 具体的定时命令在代码里有,
设置的时候,将命令写入crontab即可
注:php路径以自己的机器为准
三、项目预览
后台地址 http://shopfx.admin.tinakj.com/wap/ 账号 test 密码:123456
手机端 http://shopfx.mobile.tinakj.com/app/#/page/index 请在手机在预览
四、项目交流
项目交流qq群 1028535604
五、如何积分支付
因为没法申请第三方支付,所以项目只有积分支付。
先在后台处添加积分,在财务管理》》账本管理》》操作账本 这里给对应账号添加积分即可
github地址:https://github.com/FX336494/shopFX
码云gitee地址:https://gitee.com/mxf_xixi/shopFX
简单一点
注册时间:2018-08-25
最后登录:2021-10-22
在线时长:18小时3分
最后登录:2021-10-22
在线时长:18小时3分
- 粉丝15
- 金钱585
- 威望30
- 积分1065
热门源码
- 基于 Yii 2 + Bootstrap 3 搭建一套后台管理系统 CMF
- 整合完 yii2-rbac+yii2-admin+adminlte 等库的基础开发后台源码
- 适合初学者学习的一款通用的管理后台
- yii-goaop - 将 goaop 集成到 Yii,在 Yii 中优雅的面向切面编程
- yii-log-target - 监控系统异常且多渠道发送异常信息通知
- 店滴云1.3.0
- 面向对象的一小步:添加 ActiveRecord 的 Scope 功能
- Yii2 开源商城 FecShop
- 基于 Yii2 开发的多店铺商城系统,免费开源 + 适合二开
- leadshop - 基于 Yii2 开发的一款免费开源且支持商业使用的商城管理系统
共 9 条评论
后台地址 http://shopfx.admin.tinakj.com/wap/ 账号 test 密码:123456 登录就报错用户不存在
在试一下,我把修改用户名的权限也开了,被修改了
加油楼主,感谢开源,希望后期优化下手机端界面
加油楼主!!
楼主、这个只是一个后台嘛、有前台嘛
content-type现在返回格式是content-type:text/html 那里设置成json
本地部署用postman请求了一下接口,耗时1128ms
$ php composer.phar install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- yiisoft/yii2-composer is locked to version 2.0.7 and an update of this package was not requested. - yiisoft/yii2-composer 2.0.7 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
Problem 2
- yiisoft/yii2-composer 2.0.7 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint. - yiisoft/yii2 2.0.17 requires yiisoft/yii2-composer ~2.0.4 -> satisfiable by yiisoft/yii2-composer[2.0.7]. - yiisoft/yii2 is locked to version 2.0.17 and an update of this package was not requested.
Use the option --with-all-dependencies to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
这个问题,楼主如何解决呢
支持楼主,非常棒
后台入口是 apiadmin\web 吗?
报错呢