UNPKG
forchange-api
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
A sdk of forchange api.
github.com/sparetire/forchange-api
sparetire/forchange-api
forchange-api
/
lib
/
config
/
book.api.config.js
16 lines
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 } };