Files
meida_applet/sheep/platform/provider/wechat/index.js
T
2022-11-22 15:45:36 +08:00

16 lines
249 B
JavaScript

// #ifdef H5
import service from './officialAccount';
// #endif
// #ifdef MP-WEIXIN
import service from './miniProgram';
// #endif
// #ifdef APP-PLUS
import service from './openPlatform';
// #endif
const wechat = service;
export default wechat;