微商代理商补货商城系统源码


一、详细介绍

这是一款微商分销代理商城源码,可以自己设置代理等级和升级条件(如购买指定商品、消费额度)

搭建了下,发现后台有页面打不开,但导入其他数据库文件后就可以打开。

一共有4个数据库文件。导入后 后台功能界面都会发生变化。感兴趣的自行下载研究。

测试环境 php5.6+mysql5.7+apache

1.上传源码到网站根目录并解压

2.导入数据库文件到数据库

3.修改数据库配置文件 \application\database.php

4.伪静态设置为tp

5.后台/admin 用户:admin 密码:FGH489

二、效果展示

1.部分代码

代码如下(示例):

return [
    // 生成应用公共文件
    '__file__' => ['common.php', 'config.php', 'database.php'],

    // 定义demo模块的自动生成 (按照实际定义的文件名生成)
    'demo'     => [
        '__file__'   => ['common.php'],
        '__dir__'    => ['behavior', 'controller', 'model', 'view'],
        'controller' => ['Index', 'Test', 'UserType'],
        'model'      => ['User', 'UserType'],
        'view'       => ['index/index'],
    ],
    // 其他更多的模块定义
];

2.效果图展示

请添加图片描述
请添加图片描述
请添加图片描述


三、学习资料下载

蓝奏云:https://qumaw.lanzoul.com/ieuxw2ctengh

猜你喜欢

转载自blog.csdn.net/m0_57941469/article/details/143046916