# WeChatPayNative **Repository Path**: siwen_yu/we-chat-pay-native ## Basic Information - **Project Name**: WeChatPayNative - **Description**: 微信支付demo 1.web端native二维码扫码支付 2.微信公众号网页jsapi支付 使用的是官网v2版本 - **Primary Language**: Java - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-04-22 - **Last Updated**: 2022-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeChatPayNative #### 介绍 微信Native、jsapi支付demo,应用于各个WEB端网站微信支付、以及公众号微信内置浏览器的支付 #### 使用说明 1. 配置信息在WeixinPayConfig类中 2. jsapi支付对应WxJsApiPayController, 其中openid需自行获取,或参考微信公众号网页授权接口获取 如有需要,请参考本人的wxAuthWeb项目demo 3. Native支付对应WxPayController 4. 项目启动后,直接访问页面,做了简单的jsp前端页面展示效果 5. http://127.0.0.1:8080/WeChatPay/index.jsp -----对应Native支付 6. http://127.0.0.1:8080/WeChatPay/wxjsapi.jsp -----对应jsapi支付