|
|
|
@@ -35,7 +35,7 @@ public class WxCuserFloatingLayerController extends BaseController { |
|
|
|
@ApiImplicitParam(name = "openId", value = "openId", dataType = "String", paramType = "query", required = true), |
|
|
|
@ApiImplicitParam(name = "appId", value = "appId", dataType = "String", paramType = "query", required = true)}) |
|
|
|
public ResultData getAppIcon(String openId, String appId) { |
|
|
|
WxFloatingLayer wxFloatingLayer = wxCuserFloatingLayerService.getFloatingLayer(openId, appId); |
|
|
|
WxFloatingLayer wxFloatingLayer = wxCuserFloatingLayerService.getFloatingLayer(openId, appId,getTenantInfo()); |
|
|
|
return new ResultData(Result.SUCCESS, "查询成功", wxFloatingLayer); |
|
|
|
} |
|
|
|
|
|
|
|
|