基于fastadmin 简单商城的亮T裁衣商城 项目 包含用户端接口 、验货端接口、pc管理平台。
|
|
15 小时之前 | |
|---|---|---|
| addons | 5 天之前 | |
| application | 15 小时之前 | |
| docs | 3 月之前 | |
| extend | 5 月之前 | |
| public | 2 天之前 | |
| runtime | 5 月之前 | |
| .bowerrc | 5 月之前 | |
| .env.sample | 5 月之前 | |
| .gitignore | 1 月之前 | |
| .npmrc | 5 月之前 | |
| Gruntfile.js | 5 月之前 | |
| LICENSE | 5 月之前 | |
| README.md | 2 周之前 | |
| composer.json | 3 月之前 | |
| gitpull.sh | 4 月之前 | |
| package-lock.json | 5 月之前 | |
| package.json | 4 月之前 | |
| think | 5 月之前 |
FastAdmin定制版是一款基于ThinkPHP 5.1 + Bootstrap的快速后台开发框架,专门针对电商业务场景进行了深度定制和扩展。该系统集成了完整的商城功能、验货系统、用户管理、订单处理等核心业务模块。
topthink/framework: ThinkPHP核心框架topthink/think-queue: 队列处理overtrue/wechat: 微信SDKyansongda/pay: 支付SDKphpoffice/phpspreadsheet: Excel处理fastadminnet/fastadmin-addons: 插件系统fa_user: 用户基础信息fa_user_group: 用户组fa_user_money_log: 资金变动日志fa_user_score_log: 积分变动日志fa_shop_order: 订单主表fa_shop_order_goods: 订单商品表fa_shop_order_action: 订单操作记录fa_shop_order_aftersales: 售后订单fa_shop_order_express: 物流信息inspection_application: 验货申请inspection_task: 验货任务inspection_result: 验货结果inspection_photo: 验货照片fa_admin: 管理员表fa_auth_group: 权限组fa_auth_rule: 权限规则fa_config: 系统配置# 订单数据
truncate fa_shop_order;
truncate fa_shop_order_goods;
truncate fa_shop_order_action;
truncate fa_shop_order_address;
truncate fa_shop_order_action;
truncate fa_shop_order_electronics;
truncate fa_shop_order_invoice;
truncate fa_shop_order_aftersales;
truncate fa_shop_order_express;
truncate fa_shop_order_express_log;
truncate fa_shop_order_profile;
truncate fa_shop_comment;
# 支付数据
truncate fa_shop_pay;
# 验货端数据
truncate inspection_application;
truncate inspection_task;
truncate inspection_result;
truncate inspection_photo;
# 用户数据
truncate fa_user;
truncate fa_shop_user_address;
truncate fa_shop_user_share;
truncate fa_shop_user_wallet_log;
truncate fa_shop_user_browse;
truncate fa_shop_third_oauth;
truncate fa_body_profile;
truncate fa_body_measurements;
truncate fa_body_type_selection;
# 分销相关
truncate fa_shop_commission_agent;
truncate fa_shop_commission_apply;
truncate fa_shop_commission_goods;
truncate fa_shop_commission_log;
truncate fa_shop_commission_log;
truncate fa_shop_commission_order;
truncate fa_shop_commission_reward;
truncate fa_shop_withdraw;
truncate fa_shop_withdraw_log;
truncate fa_shop_user_account;
# 显示折扣相关
truncate shop_activity;
truncate shop_activity_sku;
# 消费抽奖相关
truncate shop_lottery_activity;
truncate shop_lottery_condition;
truncate shop_lottery_draw_record;
truncate shop_lottery_prize;
truncate shop_lottery_statistics;
truncate shop_lottery_user_chance;
truncate shop_lottery_user_chance_record;
truncate shop_lottery_win_record;
# 意见反馈
truncate shop_feedback;
### 队列说明
### 定时任务说明
商品定时上下架
折扣活动 下架更改状态
抽奖活动时间下架更改状态