介绍
本项目需要配合微信小程序端使用,GitHub: https://github.com/tumobi/nideshop-mini-program
测试环境搭建
git clone https://github.com/harlanc/moshopserver
go mod vendor
CREATE SCHEMA `nideshop` DEFAULT CHARACTER SET utf8mb4 ;
[default]
default_module='api'
[weixin]
#小程序 appid
appid=""
#小程序密钥
secret=""
#商户帐号ID
mch_id='3'
#微信支付密钥
apikey='4'
#微信异步通知,例:https://www.nideshop.com/api/pay/notify
notify_url='5'
go run main.go
微信小程序客户端截图
功能列表
- 首页
- 分类首页、分类商品、新品首发、人气推荐商品页面
- 商品详情页面,包含加入购物车、收藏商品、商品评论功能
- 搜索功能
- 专题功能
- 品牌功能
- 完整的购物流程,商品的加入、编辑、删除、批量选择,收货地址的选择,下单支付
- 会员中心(订单、收藏、足迹、收货地址、意见反馈) ....