operations.productSingleDay.js 383 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 /** * 单个模板管理 */ module.exports={ namespace:"productSingleDay", apis:{ getSingleResourceList:{ title: "单品列表 ajax 分页", url: '/productSingleDay/getProductSingleDayList', params: [ {name: 'page', type: 'Number'}, {name: 'size', type: 'Number'} ] } } }