UNPKG

jdc_dkh_jxicustomer

Version:

JDC_dkh_jxicustomer ==== 产品经理:田宇,弥磊 设计:罗婷 交互:张钊

12 lines (11 loc) 302 B
/** * 提供了首页的查询 * @exports commonParams */ define(function(require, exports, module) { var commonParams = require('./commonParams'); var host = commonParams.requestUrl; return { getHolidayList: host + '/index/getHolidayList', //获取关怀提醒列表 }; });