xxd-baidupay-node
v1.0.0
Published
百度智能小程序支付SDK
Maintainers
Readme
百度小程序支付 支持在ts和js中使用
智能小程序支付 SDK
基于百度智能小程序支付接口封装的 Node.js SDK,提供简单易用的支付功能。
本地执行 阿里云效私有仓库构建打包发布
# 进入 smartapp-node-ts 项目目录
cd /Users/wangchengyang/devlop/devlop/WebstormProjects/smartapp-node-ts && \
# 构建项目
npm run build && \
# 发布到阿里云私有 npm 仓库
npm publish --registry=https://packages.aliyun.com/6200ee6973741507cb7d0692/npm/npm-registry/ && \
# 切换到 xxd-backend 项目目录
cd /Users/wangchengyang/devlop/wlCode/xxd-backend && \
# 安装最新版本的 xxd-baidupay-node 包
npm install xxd-baidupay-node@latest --registry=https://packages.aliyun.com/6200ee6973741507cb7d0692/npm/npm-registry/
测试
npm run test:rsa安装
npm install xxd-smartapp-node