简单一点 2020-02-17 10:47:15 10181次浏览 9条评论 7 3 0

断断续续一直在完善这个项目,有时因为忙,有时因为懒,所以进展的很慢。这算是我的第一个开源项目,有很多的不足,但我还是会持续做下去,所以不论快慢,我都会一直更新下去。

一、新增&修改

  1. 修改了一些已知bug
  2. 新增了促销模块,拼团、秒杀、优惠券
  3. 新增了一些定时处理任务,如拼团失败处理、订单超时处理等

二、定时任务的设置

定时任务写在/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

觉得很赞
  • 评论于 2021-03-06 19:22 举报

    后台入口是 apiadmin\web 吗?

    报错呢

    微信图片_20210306192141.png

  • 评论于 2020-11-19 19:03 举报

    支持楼主,非常棒

  • 评论于 2020-11-19 15:32 举报

    $ 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.

    1 条回复
    评论于 2020-11-19 15:33 回复

    这个问题,楼主如何解决呢

  • 评论于 2020-06-09 16:15 举报

    本地部署用postman请求了一下接口,耗时1128ms

  • 评论于 2020-06-09 16:12 举报

    content-type现在返回格式是content-type:text/html 那里设置成json

  • 评论于 2020-05-09 15:38 举报

    楼主、这个只是一个后台嘛、有前台嘛

  • 评论于 2020-04-23 11:09 举报

    加油楼主!!

  • 评论于 2020-03-11 09:22 举报

    加油楼主,感谢开源,希望后期优化下手机端界面

  • 评论于 2020-02-27 11:19 举报

    后台地址 http://shopfx.admin.tinakj.com/wap/ 账号 test 密码:123456 登录就报错用户不存在

    1 条回复
    评论于 2020-02-27 11:48 回复

    在试一下,我把修改用户名的权限也开了,被修改了

您需要登录后才可以评论。登录 | 立即注册