UNPKG

forchange-api

Version:
16 lines 236 B
module.exports = { defaultHost: '', // 获取token token: { pathname: '/api/v1/auth', method: 'post', type: 'form' }, examList: { pathname: '/api/v1/book', }, book: { pathname: '/api/v1/book/{id}', restful: true } };