Giter VIP home page Giter VIP logo

mpsdk4j-demo's Introduction

Nutz+easyui+mpsdk4j+七牛云服务微信应用开发示例项目

    1. 实现微信基本的消息互动功能,菜单响应,用户信息同步等
    1. 最新的JSSDK功能,如分享,图片上传, 网页授权, 一键关注等
    1. 后台管理界面用Easyui搭建,有点小粗糙别见怪
    1. 增加了个小小拼图游戏(原型非本人实现), 只是对其它改造,实现屏幕响应式, 支持手机到平板
    1. 其它的自行发现吧

注意:

下载好代码后,在org.elkan1788.extra.nuby.init.InitDB类中,把自己的微信信息,七牛存储信息填入进去, 其它信息进入后台编辑即可。

	// settings
	Settings set = new Settings();
	set.setMpId("your weixin mp origin id");
	set.setAppId("your weixin appid");
	set.setSecret("your weixin appsecret");
	set.setWelcome("new user subscribe message");
	set.setQnUK("your qiniu uk");
	set.setQnAK("your qiniu ak");
	set.setQnSK("your qiniu sk");
	dao.insert(set);
		

mpsdk4j-demo's People

Contributors

wendal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.