// 存储一些公用的接口api import commonApi from './common_api'; export default (http) => ({ common: commonApi(http) })