/* * @Description: 颁奖 * @Author: gaoxiaoyu * @Date: 2020-04-22 16:31:14 * @LastEditTime: 2020-05-19 17:44:34 */ export const common = { getList: `/newpetpassportpro/pub/awards/list`, //列表页 getDetail: `/newpetpassportpro/pub/awards/detail`, //详情页 };