ak中国项目最新全功能版本(包含前后台和api).即交付项目版.

zhangl bccc65fbc3 feat: NC-50: 点服务奖业绩单和奖金计算优化. 1 gadu atpakaļ
ak-upload-server fcd3349600 first 4 gadi atpakaļ
backend fcd3349600 first 4 gadi atpakaļ
backendApi 29172e4351 feat: NC-43: 余额流水显示的备注不正确. 1 gadu atpakaļ
backendEle 5d40fdc5d2 feat: NC-30: 01 1 gadu atpakaļ
common bccc65fbc3 feat: NC-50: 点服务奖业绩单和奖金计算优化. 1 gadu atpakaļ
console cd183d0789 跨境商品回调接口调用方式修改 2 gadi atpakaļ
docs fcd3349600 first 4 gadi atpakaļ
environments fcd3349600 first 4 gadi atpakaļ
frontend fcd3349600 first 4 gadi atpakaļ
frontendApi 95f21a1b74 feat: 会员端转账只有报单中心可以 1 gadu atpakaļ
frontendEle c6e7bb2244 feat: NC-30: 01 1 gadu atpakaļ
pay 993c0a0240 海外商品支付修改 1 gadu atpakaļ
sql cbec4cdce8 会员网络屏蔽 3 gadi atpakaļ
vagrant fcd3349600 first 4 gadi atpakaļ
vendor 163bee4512 预警系统增加关键字 2 gadi atpakaļ
.gitignore def5e321ef 跨境商品支付接入 1 gadu atpakaļ
LICENSE.md fcd3349600 first 4 gadi atpakaļ
README.md fcd3349600 first 4 gadi atpakaļ
REGION_insert.sql fcd3349600 first 4 gadi atpakaļ
Vagrantfile fcd3349600 first 4 gadi atpakaļ
codeception.yml fcd3349600 first 4 gadi atpakaļ
composer.json 7ab3d38515 跨境商品支付接入 1 gadu atpakaļ
composer.lock fcd3349600 first 4 gadi atpakaļ
index.js 2c34656ba2 库存随订单减少 3 gadi atpakaļ
init fcd3349600 first 4 gadi atpakaļ
init.bat fcd3349600 first 4 gadi atpakaļ
log_db.sql fcd3349600 first 4 gadi atpakaļ
mysql_db_yyj.sql ea7df35127 兑换点数全部 3 gadi atpakaļ
requirements.php fcd3349600 first 4 gadi atpakaļ
shop_db.sql fcd3349600 first 4 gadi atpakaļ
yii fcd3349600 first 4 gadi atpakaļ
yii.bat fcd3349600 first 4 gadi atpakaļ
yii_test fcd3349600 first 4 gadi atpakaļ
yii_test.bat fcd3349600 first 4 gadi atpakaļ

README.md

Yii 2 Advanced Project Template


Yii 2 Advanced Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.

The template includes three tiers: front end, back end, and console, each of which is a separate Yii application.

The template is designed to work in a team development environment. It supports deploying the application in different environments.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

DIRECTORY STRUCTURE

common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
    tests/               contains tests for common classes    
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for backend application    
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for frontend application
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides

注意事项

  1. 后台新增功能需考虑permission,有权限的才显示
  2. 增删字段要同时修改相应的导出功能