README
5.0 公共支付类
添加记录错误功能查看地址: https://www.tripglobal.cn/fx/index.php?s=index/log/view
https://github.com/WQTeam/web-storage-cache
公共 npm 包:https://www.npmjs.com/package/tripg 安装方式:npm i tripg 项目内引用:import { paynew } from "tripg";
paynew.wxpay(params).then(res => {
console.log("wxpay------>", res);
});
paynew.alipay(params).then(res => {
console.log("alipay------>", res);
});
require('tripg').paynew.isApp()
==1 android ==2 ios ==0 其它
git 地址:http://192.168.2.13/zhanglei/tripgnpm
如需修改或添加请提交到 git 我在 publish 能公用的包尽量提交到这里,为方便大家调用和以后合并项目做准备。