Authored by huangyi

guochao

import httpService from '../../../../common/httpService'
let collectApi = (param) => httpService.postJson('http://action.yoho.cn/api/guochao/addFav', param);
let guochaoListApi = () => httpService.get('http://action.yoho.cn/api/guochao/list');
let collectApi = (param) => httpService.postJson('//action.yoho.cn/api/guochao/addFav', param);
let guochaoListApi = () => httpService.get('//action.yoho.cn/api/guochao/list');
module.exports = {collectApi,guochaoListApi};
\ No newline at end of file
... ...