UNPKG

coa-wx-isv

Version:

一个轻量的微信SDK服务商版 for Node.js

32 lines (31 loc) 2.07 kB
export { WxIsvBin } from './libs/WxIsvBin'; export * from './libs/WxIsvConst'; export { WxIsvStorage } from './libs/WxIsvStorage'; export { WxIsvAuthService } from './services/WxIsvAuthService'; export { WxIsvCategoryService } from './services/WxIsvCategoryService'; export { WxIsvChargeService } from './services/WxIsvChargeService'; export { WxIsvComplainService } from './services/WxIsvComplainService'; export { WxIsvDomainService } from './services/WxIsvDomainService'; export { WxIsvEmbeddedService } from './services/WxIsvEmbeddedService'; export { WxIsvExpressService } from './services/WxIsvExpressService'; export { WxIsvIcpService } from './services/WxIsvIcpService'; export { WxIsvInsuranceFreightService } from './services/WxIsvInsuranceFreightService'; export { WxIsvMaterialService } from './services/WxIsvMaterialService'; export { WxIsvMenuService } from './services/WxIsvMenuService'; export { WxIsvMpService } from './services/WxIsvMpService'; export { WxIsvPluginManagementService } from './services/WxIsvPluginManagementService'; export { WxIsvPrivacyService } from './services/WxIsvPrivacyService'; export { WxIsvQrService } from './services/WxIsvQrService'; export { WxIsvReleaseService } from './services/WxIsvReleaseService'; export { WxIsvSecOrderService } from './services/WxIsvSecOrderService'; export { WxIsvSecRegistrationService } from './services/WxIsvSecRegistrationService'; export { WxIsvSecurityService } from './services/WxIsvSecurityService'; export { WxIsvStatService } from './services/WxIsvStatService'; export { WxIsvSubscribeService } from './services/WxIsvSubscribeService'; export { WxIsvTemplateService } from './services/WxIsvTemplateService'; export { WxIsvTesterService } from './services/WxIsvTesterService'; export { WxIsvUrllinkService } from './services/WxIsvUrllinkService'; export { WxIsvUserService } from './services/WxIsvUserService'; export { WxIsvBasicService } from './services/WxlsvBasicService'; export { WxIsvPhoneNumberService } from './services/WxIsvPhoneNumberService'; export { WxIsv } from './typings';