package com.szxgl.pars2021.service; public interface PraiseService { void savePraise(String openid, Integer worksId); }