dykj-uniapp-store/sheep/platform/provider/wechat/index.js
2024-05-24 09:16:17 +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;