• 简体中文
  • Русский
 
 

商圈广告

Form Ecosystem Users
商圈广告3

会员插件可以快速实现会员中心的功能,开发者参考手册对接对应的接口,具体参考文档。

会员需要用到城市插件的数据,开发者可以查看城市插件的安装使用

 

安装方法    

Steup 1:pom.xml增加依赖,并重启系统

当前版本

<!--会员插件-->
<dependency>
  <groupId>net.mingsoft</groupId>
  <artifactId>ms-mpeople</artifactId>
  <version>当前版本</version>
</dependency>

 

Steup 2:在 src/main/java/config/WebConfig 中的 addInterceptors 增加会员拦截器

public void addInterceptors(InterceptorRegistry registry) {
    registry.addInterceptor(new net.mingsoft.people.interceptor.ActionInterceptor("/mdiyPage/login.do"))
    .addPathPatterns("/people/**");
}

 

Steup 3:重新进入mstore、进入插件详情页点击 在线安装  完成后,刷新后台主界面,会显示相应插件功能菜单,到此插件安装完成;

Steup 4:如果需要 扩展会员信息,需要通过代码生成器设计一个表单(注意 名称必须是 扩展会员信息),通过自定义模型导入,选择会员类型,再次去新增会员信息就可以看到扩展会员信息表单,这样会员信息就很方便进行扩展了;

在线文档    

后台使用:http://doc.mingsoft.net/plugs/hui-yuan-cha-jian/jie-shao.html

开放接口:http://doc.mingsoft.net/plugs/hui-yuan-cha-jian/ye-wu-kai-fa.html

常见问题:http://doc.mingsoft.net/plugs/hui-yuan-cha-jian/chang-jian-wen-ti.html


Previous Article:商圈广告5
Next Article:商圈广告4
© 2022-2026 Trio Advertising New Media (Guangzhou) Co., ltd. All Rights Reserved. The content of this website is also protected by both the Chinese Copyright Law and the Berne Convention. Website content is protected by both Chinese Copyright Law and Berne Convention For authorization cooperation, please send an email to: adfi_zmling@triopy.com