abler-tpp
v1.2.1
Published
三方平台接入支持
Downloads
464
Readme
彭彭自用包:abler-tpp
三方平台接入支持工具
安装
npm i abler-tpp -s使用
const TppIntegration = require("abler-tpp");
const tppIntegration = new TppIntegration();
tppIntegration.registerTpp("ppPlatform", ppPlatforApis);
......