1 Star 0 Fork 165

future1314 / RuoYi-kbsmdd

forked from china-bin / RuoYi-kbsmdd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

简介

采用Java语言开发的微信扫码点餐系统,后台采用ruoyi作为快速开发框架,微信小程序的登录使用到了JWT登录。

对应小程序端代码: kbsmdd-wx

使用到的开源项目

  1. 后台快速开发框架: ruoyi
  2. 微信开发sdk: WxJava
  3. 工具包: Hutool

功能

  1. 微信小程序扫码点单
  2. 微信小程序外卖点单
  3. 后台可对微信小程序主页进行自定义(如颜色、布局、图片等)
  4. 支持微信支付与余额支付
  5. 后台含有订单管理、门店管理等对小程序的管理功能

截图

微信小程序界面

首页 订单页 我的页 选择菜品页

后台管理界面

页面自定义 门店管理

启动前注意

  1. 请在application.yml中提前配置以下参数
app:
  #你项目的域名地址如: localhost:8082
  domain: 

wx:
  miniapp:
    configs:
      - appid: 
        secret: 
  pay:
    appId: 
    #证书路径
    keyPath: 
    #商户id
    mchId: 
    #商户秘钥
    mchKey: 
  1. 数据库sql脚本的路径为 doc/ry-kbsmdd.sql
The MIT License (MIT) Copyright (c) 2018 RuoYi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

使用java语言开发的微信扫码点餐系统,支持微信、余额支付。小程序页面可以在后台中自定义配置。 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/waiting130/RuoYi-kbsmdd.git
git@gitee.com:waiting130/RuoYi-kbsmdd.git
waiting130
RuoYi-kbsmdd
RuoYi-kbsmdd
master

搜索帮助