eleme_union_meal是一个B/S结构的软件,它能收集用户在饿了么下的订单,计算出最优惠的价格下单
创建一个eleme_union_nginx.conf的文件并把以下内容复制进去
server { listen 8888; server_name eleme_union; location ~ /.(html|js|css)$ { root /home/ele.me/client; } location ^~ /api/py/ { proxy_pass http://127.0.0.1:9000; } location ^~ /api/js/ { proxy_pass http://127.0.0.1:9001; } }
然后在编辑nginx的主配置文件增加下面一段include
http { #... include /your/conf/dir/eleme_union_nginx.conf; }
{ "redis":{ "max_connections": 5, "host": "127.0.0.1", "port": 6379 }, "client_replace": { "server_host": "http://192.168.56.104:8888", "alipay_url": "https://qr.alipay.com/5734546795641850", "qrcode_tips": "付费" }, "uwsgi": { "wsgi-file": "portal.py", "http-socket": "0.0.0.0:9000" }, "nodejs_port": 9001 }
注意事项
javascript:(function(){var f=document.createElement('script');f.src='http://192.168.56.104:8888/import.js';document.body.appendChild(f);})();
输入框
和一个 买买买
按钮, 在输入框中输入你的名字 买买买
按钮 锁
按钮,然后服务器就可以自动计算出最优惠订单分类,然后你只要根据分好类的订单在饿了么下单就行了