Commit c2b99fc9 by 陶光胜

导航ext过滤关闭tabbar

parent 7e76aea3
......@@ -4,6 +4,7 @@ import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.gic.api.base.commons.ServiceResponse;
import com.gic.commons.annotation.HeaderSignIgnore;
import com.gic.commons.webapi.reponse.RestResponse;
import com.gic.enterprise.ano.IgnoreLogin;
import com.gic.enterprise.dto.CustomGuideDTO;
......@@ -96,6 +97,7 @@ public class CustomGuideController {
@RequestMapping("get-ext-json")
@IgnoreLogin
@HeaderSignIgnore
public RestResponse getExtJson(Integer enterpriseId, String appid){
ServiceResponse<Map<String, Object>> extJson = this.customGuideApiService.getExtJson(enterpriseId, appid);
return RestResponse.success(extJson.getResult());
......
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