system-api-map.js 308 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 module.exports = { // 系统配置 // /ufo-gateway/?method=ufo.resource.getConfigTypeContent&code=bid_switch_h5 '/api/sys/config': { ufo: true, auth: false, api: 'ufo.resource.getConfigTypeContent', params: { code: {type: String} // bid_switch_h5 是否启用求购 }, } };