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 是否启用求购
},
}
};