/* * @Description: 校园流浪猫云投喂项目 * @Author: zhoupeng * @Date: 2020-04-22 16:31:14 * @LastEditTime: 2020-05-19 17:44:34 */ const userCommon = ''; export const common = { getList: `/newpetpassportpro/pub/vote/getList`, //学校排名列表 feed: `/newpetpassportpro/pub/vote/saveVotes`, //投喂校宠 getConfig: '/newpetpassportpro/pub/vote/getTicket', //获取授权 getOpenId: '/newpetpassportpro/pub/vote/getUserInfo', //获取openId };