注意:因为微信最近又改了推送机制,经常有朋友说错过了之前的搭建教程文章,每次都要主动搜索才能搜到公众号。所以建议大家加个星标,就能第一时间收到推送。
大家好啊,我是测评君,欢迎来到web测评。本期给大家带来一套php开发的淘客APP系统源码uniapp源码,也是一个朋友很早之前分享给我的,说花了挺多钱买来的,但是不会搭建,让我帮忙录制一期教程,趁着今天有空,简单的录制测试了一下,部署方式还是很容易的。感兴趣的朋友可以自行下载学习。
location /admin { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}location /app { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}location /kan { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}location /wechat { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}location /service { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}location /store { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}location /push { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}location /taoke { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}location / { try_files $uri $uri/ /index.php;}
下载 HBuilderX 开发工具,将代码导入编辑器,修改 /common/config.js 里的接口地址,改为自己服务端的地址即可。其他的自行研究!
需要一定基础,小白慎入。首页基础装修,丰富的选品库,后台是使用thinkadmin二次开发的,前端是uniapp开发的,看了大致的功能,因为只是搭建看的后台,所以测试的不是很完整,感兴趣的可以自行研究,对了,看到还有某些文件是python编写的~~估计是拿来做采集的。
发送关键数字:232
扫一扫小程序码
扫一扫说出你最想需要的资源