api.js 304 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4
var API = {
    'home': 'http://fast-test.julyedu.com',
    'search-api': 'https://search.julyedu.com',
    'passport-api': 'http://passport-test.julyedu.com',
xuzhenghua committed
5
    'base-api': 'http://api-test.julyedu.com',
xuzhenghua committed
6 7
    'record': 'record.julyedu.com:8001',
    'process-api': 'ws:process-test.julyedu.com:9502'
zhanghaozhe committed
8
}