| | |
| | | package com.java110.web.smo.@@templateCode@@.impl; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.java110.common.constant.PrivilegeCodeConstant; |
| | | import com.java110.common.constant.ServiceConstant; |
| | | import com.java110.common.util.Assert; |
| | |
| | | protected void validate(IPageData pd, JSONObject paramIn) { |
| | | |
| | | //super.validatePageInfo(pd); |
| | | |
| | | JSONArray infos = paramIn.getJSONArray("data"); |
| | | //Assert.hasKeyAndValue(paramIn, "xxx", "xxx"); |
| | | @@validateTemplateColumns@@ |
| | | |
| | |
| | | super.validateStoreStaffCommunityRelationship(pd, restTemplate); |
| | | |
| | | responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(), |
| | | ServiceConstant.SERVICE_API_URL + "/api/@@templateCode@@.@@templateCode@@", |
| | | ServiceConstant.SERVICE_API_URL + "/api/" + ServiceCode@@TemplateCode@@Constant.BINDING_@@TEMPLATECODE@@, |
| | | HttpMethod.POST); |
| | | return responseEntity; |
| | | } |