基于fastadmin 简单商城的亮T裁衣商城 项目 包含用户端接口 、验货端接口、pc管理平台。

super-yimizi ae2367a144 fix:限时折扣的 hace 1 mes
addons f31dd16f82 fix:优化后台 hace 2 meses
application ae2367a144 fix:限时折扣的 hace 1 mes
docs 329b0834ec fix:限时折扣的 hace 1 mes
extend 727c31601a init:初始化 hace 4 meses
public 329b0834ec fix:限时折扣的 hace 1 mes
runtime 727c31601a init:初始化 hace 4 meses
.bowerrc 727c31601a init:初始化 hace 4 meses
.env.sample 727c31601a init:初始化 hace 4 meses
.gitignore 329b0834ec fix:限时折扣的 hace 1 mes
.npmrc 727c31601a init:初始化 hace 4 meses
Gruntfile.js 727c31601a init:初始化 hace 4 meses
LICENSE 727c31601a init:初始化 hace 4 meses
ORDER_STATISTICS_README.md 9c767cd0c1 fix:最新版验货端逻辑 hace 2 meses
README.md 5bb6170640 fix:商品名称 hace 2 meses
composer.json 72977ed065 fix:支付的 hace 2 meses
gitpull.sh f0a6f9f241 feat:版本 hace 3 meses
install.sql b2ef4fc88b fix:url地址组建 hace 2 meses
install_platform_config.sql e015a8a371 fix: 商城奖品不自动发货 hace 2 meses
package-lock.json 727c31601a init:初始化 hace 4 meses
package.json b267e4e491 fix:后台 hace 3 meses
think 727c31601a init:初始化 hace 4 meses

README.md

FastAdmin是一款基于ThinkPHP+Bootstrap的极速后台开发框架。

清空数据SQL

# 订单数据
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_express_log;
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;