Commit 232b989a by huangZW

111

parent e670b6e5
......@@ -33,6 +33,7 @@ import com.gic.cloud.web.service.api.service.CloudStoreGroupService;
import com.gic.commons.util.EntityUtil;
import com.gic.haoban.common.utils.ExcelUtils;
import com.gic.haoban.common.utils.HaobanResponse;
import com.gic.haoban.manage.api.service.WxEnterpriseRelatedApiService;
import com.gic.haoban.manage.web.errCode.HaoBanErrCode;
@RestController
......@@ -45,6 +46,15 @@ private static Logger logger = LoggerFactory.getLogger(MaidianDataController.cla
private MaidianDataService maidianDataService;
@Autowired
private CloudStoreGroupService cloudStoreGroupService;
@Autowired
private WxEnterpriseRelatedApiService wxEnterpriseRelatedApiService;
//首页-分组列表
@RequestMapping("/use-haoban3-service")
public HaobanResponse useHaoban3Service(String enterpriseId) {
boolean b = wxEnterpriseRelatedApiService.enterpriseUseNew(enterpriseId);
return resultResponse(HaoBanErrCode.ERR_1,b);
}
//首页-分组列表
@RequestMapping("/cloud-grouplist-pid")
public HaobanResponse cloudGrouplistPid(String enterpriseId) {
......
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