|
@ -1,6 +1,7 @@ |
|
|
package com.epmet.modules.badege.service; |
|
|
package com.epmet.modules.badege.service; |
|
|
|
|
|
|
|
|
import com.epmet.commons.tools.security.dto.TokenDto; |
|
|
import com.epmet.commons.tools.security.dto.TokenDto; |
|
|
|
|
|
import com.epmet.commons.tools.utils.Result; |
|
|
import com.epmet.dto.form.OpenedOrClosedFormDTO; |
|
|
import com.epmet.dto.form.OpenedOrClosedFormDTO; |
|
|
import com.epmet.resi.mine.dto.from.BadgeListFormDTO; |
|
|
import com.epmet.resi.mine.dto.from.BadgeListFormDTO; |
|
|
import com.epmet.dto.form.CertificationAddFormDTO; |
|
|
import com.epmet.dto.form.CertificationAddFormDTO; |
|
@ -39,7 +40,7 @@ public interface BadgeService { |
|
|
* @author zxc |
|
|
* @author zxc |
|
|
* @date 2020/11/4 11:16 上午 |
|
|
* @date 2020/11/4 11:16 上午 |
|
|
*/ |
|
|
*/ |
|
|
void certificationAdd(TokenDto tokenDto, CertificationAddFormDTO certificationAddFormDTO); |
|
|
Result certificationAdd(TokenDto tokenDto, CertificationAddFormDTO certificationAddFormDTO); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 个人中心-取消/点亮徽章 |
|
|
* @Description 个人中心-取消/点亮徽章 |
|
|