// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; dwr.engine._defaultPath = '/KWPOI/dwr'; if (CityTownCodeService == null) var CityTownCodeService = {}; CityTownCodeService._path = '/KWPOI/dwr'; CityTownCodeService.getZipCode = function(p0, callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'getZipCode', p0, callback); } CityTownCodeService.queryTownCode = function(p0, callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'queryTownCode', p0, callback); } CityTownCodeService.queryCityCode = function(callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'queryCityCode', callback); } CityTownCodeService.getCityCodeChi = function(p0, callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'getCityCodeChi', p0, callback); } CityTownCodeService.getTownCodeChi = function(p0, callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'getTownCodeChi', p0, callback); } CityTownCodeService.queryTownCodeList = function(callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'queryTownCodeList', callback); } CityTownCodeService.updateZipCode = function(p0, p1, p2, callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'updateZipCode', p0, p1, p2, callback); } CityTownCodeService.getCityCode = function(p0, callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'getCityCode', p0, callback); } CityTownCodeService.getTownCodeZipCode = function(p0, p1, callback) { dwr.engine._execute(CityTownCodeService._path, 'CityTownCodeService', 'getTownCodeZipCode', p0, p1, callback); }