duidui_mini_program/config/api.js
2026-03-27 10:41:46 +08:00

7 lines
235 B
JavaScript

//测试地址
const ApiRootUrl = 'https://ndnd.duiduiedu.com/addons/unishop';
module.exports={
IndexBanner: ApiRootUrl + 'Banner/List', //获取列表
IndexUrl: ApiRootUrl + 'News/GetNewsListByPageType', //首页数据接口
};