# java-sell **Repository Path**: zhjaa/java-sell ## Basic Information - **Project Name**: java-sell - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## sell Springboot 微信点餐系统 - freemarker 模板引擎 - http://www.ibootstrap.cn - 前端要能运行必须传openid的cook: 打开浏览器console并输入:document.cookie="openid=abc" - sell.test ```shell server { listen 80; server_name sell.test access_log off; index index.html index.htm index.php; root /srv/wwwroot/java/shell/front_code/sell_fe_buyer/dist/; #include /usr/local/nginx/conf/rewrite/laravel.conf; #error_page 404 /404.html; #error_page 502 /502.html; location /sell/ { proxy_pass http://localhost:8080/sell/; } location ~ .*\.(js|css)?$ { expires 7d; access_log off; } location ~ /\.ht { deny all; } } ``` ## 获取 code 测试号 appid: wx15cef5c37b9d10fe appsecret:84ca6e22e5297aca4bdd1948913f11f8 openid: owziu5gsITKIp3YrMS10v-9t96SM https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx15cef5c37b9d10fe&redirect_uri=http://sdf2e9.natappfree.cc/sell/weixin/auth&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect ;