Skip to content

ay86/node-weixin-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-weixin-sdk

Weixin (WeChat) Node serve SDK

使用

配置

{
    "appId" : "",
    "secret": "",

    "token" : "公众号开发配置 token",
    "AESKey": "公众号开发配置密钥",

    "pay": {
        "mchId"       : "微信支付商户号",
        "mchKey"      : "微信支付 API key",
        "serverIp"    : "服务器 IP",
        "payNotify"   : "支付结果通知 URL",
        "refundNotify": "退款结果通知 URL",
        "certPath"    : "支付证书本地存放路径"
    }
}

Author

©AngusYoung

E-mail: angusyoung@mrxcool.com

Home: http://mrxcool.com

About

Weixin (WeChat) Node serve SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •