All Projects → cuter44 → Wxpay Sdk

cuter44 / Wxpay Sdk

Licence: other
Server-side SDK of Weixin/WeChat, the Java binding.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wxpay Sdk

Dragtodismiss Pangesture
仿微信,微博的大图查看和视频播放 拖拽消失的手势动画。手势单独已抽离出来,可用于任何视图。Simulate Wechat's disappeared gesture animation by dragging when the big picture viewing or video playback . Gestures are separated and can be used in any view
Stars: ✭ 55 (-12.7%)
Mutual labels:  wechat, weixin
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+11166.67%)
Mutual labels:  wechat, weixin
Koa Weixin Jssdk
koa weixin jssdk middleware
Stars: ✭ 7 (-88.89%)
Mutual labels:  wechat, weixin
Juejin
💰 Unofficial JueJin wechat mini program application - 掘金非官方微信小程序
Stars: ✭ 771 (+1123.81%)
Mutual labels:  wechat, weixin
Weixin Minigame Tutorial
Flappy Bird adaptation on Wechat Minigame using PhaserJS + English Wechat Minigames Tutorial
Stars: ✭ 56 (-11.11%)
Mutual labels:  wechat, weixin
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+1136.51%)
Mutual labels:  wechat, weixin
Weixin Platform History Article Api
微信公众号历史文章爬取api
Stars: ✭ 27 (-57.14%)
Mutual labels:  wechat, weixin
Wechat Miniprogram Examples
WeChat mini program examples. 微信小程序示例
Stars: ✭ 634 (+906.35%)
Mutual labels:  wechat, weixin
Ios Chat
开源的即时通讯(野火IM)系统
Stars: ✭ 867 (+1276.19%)
Mutual labels:  wechat, weixin
Weixin Pay
微信支付
Stars: ✭ 863 (+1269.84%)
Mutual labels:  wechat, weixin
Python Weixin
微信(weixin|wechat) Python SDK 支持开放平台和公众平台 支持微信小程序云开发
Stars: ✭ 746 (+1084.13%)
Mutual labels:  wechat, weixin
Taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
Stars: ✭ 30,230 (+47884.13%)
Mutual labels:  wechat, weixin
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (+9653.97%)
Mutual labels:  wechat, weixin
Wxjava
Wechat-Group/WxJava的备份,有问题请到对应项目下讨论
Stars: ✭ 56 (-11.11%)
Mutual labels:  wechat, weixin
Quietweather
☀️ Develop a weather wechat mini program application in two days - 两天撸一个天气应用微信小程序
Stars: ✭ 677 (+974.6%)
Mutual labels:  wechat, weixin
Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-61.9%)
Mutual labels:  wechat, weixin
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 589 (+834.92%)
Mutual labels:  wechat, weixin
Wechattweak Macos
A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开
Stars: ✭ 6,505 (+10225.4%)
Mutual labels:  wechat, weixin
Xiaochengxu demos
小程序优秀项目源码汇总,每个项目都有图有源码,零基础学微信小程序,小程序表格,小程序视频,小程序视频弹幕,小程序仿天猫大转盘抽奖等源码,小程序云开发,小程序发邮件,小程序支付,微信支付,持续更新。。。
Stars: ✭ 855 (+1257.14%)
Mutual labels:  wechat, weixin
Weixin Sdk
微信公众平台和微信支付Python-SDK
Stars: ✭ 20 (-68.25%)
Mutual labels:  wechat, weixin

微信支付/公众平台/消息响应/企业号服务器端SDK for Java

yet another wheel for wx (╯‵д′)╯︵┻━┻

Tutorial

A third-party encapsulation of Weixin(Wechat) Media Publicity / Service / Enterprise Account APIs. Gradually growing from only one simple pay feature to a large crowd of APIs. ("ㅍ‿ㅍ)

Usage is like:

WxpayFactorySingl factory = WxpayFactorySingl.getInstance();

UnifiedOrder order = ((UnifiedOrder)factory.instantiate(UnifiedOrder.class))
  .setBody          ("买买买!"                                            )
  .setTotalFee      (10970                                                )
  .setOpenid        ("oKKrIt0yPJ2OdoDZrrfORxWEnr0s"                       )
  .setOutTradeNo    ("wxpay-demopay-"+Long.toString(new Date().getTime()) )
  .setSpbillCreateIp(httpServletRequest.getRemoteAddr()                   )
  .setTradeType     (TradeType.JSAPI                                      )
  .build()
  .sign();

UnifiedOrderResponse orderResp = order.execute();

As this example shows, this SDK is simple, stale, and not easy to use. Think before loving it.

For futher info / demos / detailed Chinese tutorials, please refer to project's wiki

Release

Official release can be found in https://github.com/cuter44/wxpay-sdk/releases

Sponser

This project is brought to you by:

  • SCAU-SIDC, a college student organization belongs to South China Agricultural University.

with love and humorousness.

License & Acknowledgement

See LICENSE.md.

This project is NOT officially affiliated with Weixin(Wechat) or Tencent.

Maven

Using Github self-hosted repo, refer to https://github.com/cuter44/wxpay-sdk/issues/17 for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].