wechat-pay-sdk:开发者专用SDK

时间:2024-06-02 06:54:45
【文件属性】:

文件名称:wechat-pay-sdk:开发者专用SDK

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-02 06:54:45

node typescript wechat JavaScript

微信支付SDK sdk,适用于微信开发人员,使用Typescript进行构建。 安装 npm install wechat-pay-sdk-保存 如果需要,请安装定义! npm安装“ git + ” 用法 const wechatPay = require ( 'wechat-pay-sdk' ) ; const customize = new wechatPay ( { appid : 'your appid' , secret : 'your wechat secret' , mch_id : 'your mch_id' , key : 'your key' , } ) ; customize . getUserOpenId ( code ) . then ( ( res ) => { console . log ( res ) ; // receive op


【文件预览】:
wechat-pay-sdk-master
----webpack.config.js(599B)
----src()
--------index.ts(4KB)
--------util()
--------interface.ts(1011B)
----.vscode()
--------launch.json(394B)
----lib()
--------util()
--------index.d.ts(856B)
--------index.js(9KB)
--------interface.d.ts(755B)
----.npmignore(117B)
----.travis.yml(211B)
----example()
--------wechat-config.js(73B)
--------index.js(2KB)
----tsconfig.json(373B)
----LICENSE(1KB)
----test()
--------index.ts(2KB)
----tslint.json(660B)
----README.md(3KB)
----.gitignore(891B)
----bin()
--------fix_default_export.js(518B)
----package.json(2KB)

网友评论