zoukankan      html  css  js  c++  java
  • 分享基于微信支付接口的O2O购物商城源码

    ​分享一套基于微信公众号接口的O2O购物商城源码;有兴趣下载源码学习的朋友可以付费阅读后,在文尾查看下载链接。

    此商城的特点如下:

    1、使用ASP.NET MVC4 开发

    2、Amaze UI & WeUI & Jquery 作为前端框架

    3、使用Senparc.Weixin.MP 调用微信支付等接口

    4、图片使用lazyload懒加载模式,显示在屏幕区域的才会加载流量

    5、基于模型-视图-控制器的MVC模式开发

    6、目前商城暂无开发后台,如需要添加新商品,可直接往数据表插入对应数据即可。或者自行增加商品后台录入功能。

    7、代码相对整洁与规范。

    8、此商城适合于有一定开发经验、并正在研究微信支付、微信授权、微信商户等相关功能的开发人员用于学习。

    9、如需正常运行起来,请配置好微信相关的参数,搜索关键字并替换即可

    1    public string Token = "CDE32WSXZSW2";
    2    public string EncodingAESKey = "cYHdhilTgNltPaJPZruI69xEtblU9GYqS1hnXatoXHw";
    3    public string AppId = "wx2a388ce806aaa4b61";
    4    public string AppSecret = "1f5e2a836a570e18bdd9322d99e3a3bdd";
    5    public string MchId = "13078216401";
    6    public string MchKey = "willing1f5e2a836a570e218bdd9322d9";

    业务功能如下:

    1、商品展示

    2、店铺展示

    3、我是买家-订单管理

    4、我是卖家-订单管理

    5、微信支付

    6、卖家扫码核销订单

    7、生活圈子(注册并引入 云之家 微信社区https://shequ.yunzhijia.com/)

    8、其它

    源码下载:

    扫码关注公众号,点击 精华文章 》阅读全部 》文尾查看下载链接

  • 相关阅读:
    HearthBuddy投降插件2019-11-01的使用
    正则表达式在线分析 regex online analyzer
    Tips to write better Conditionals in JavaScript
    The fileSyncDll.ps1 is not digitally signed. You cannot run this script on the current system.
    Cannot capture jmeter traffic in fiddler
    JMETER + POST + anti-forgery token
    input type color
    HearthBuddy修改系统时间
    What are all the possible values for HTTP “Content-Type” header?
    UDK性能优化
  • 原文地址:https://www.cnblogs.com/letyouknowdotnet/p/12901801.html
Copyright © 2011-2022 走看看