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