Commit c2e8f92f by guojuxing

会员中心装修配置,通用

parent 4ea4a0f4
......@@ -67,6 +67,15 @@ public interface AppletCustomPageApiService {
String appId, Integer pageType);
/**
* 会员中心装修配置,通用
*
* @param enterpriseId
* @param appId 小程序的ID
* @return
*/
ServiceResponse<AppletCustomPageDTO> getCommonMemberInfo(Integer enterpriseId, String appId);
/**
* 开启
* @Title: enable

* @Description:
......
......@@ -330,6 +330,11 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
}
@Override
public ServiceResponse<AppletCustomPageDTO> getCommonMemberInfo(Integer enterpriseId, String appId) {
return getDetailByAppId(enterpriseId, null, appId, AppletPageTypeEnum.MEMBER_CENTER.getCode());
}
@Override
public ServiceResponse<String> enable(Integer pageId) {
TabAppletCustomPage record = appletCustomPageService.getByPageId(pageId);
if (record == null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment