请求方式如下
var imageryProvider = new Cesium.WebMapTileServiceImageryProvider({
url: "http://localhost:8090/iserver/services/map-ugcv5-QingHaiHuLiuYuFanWeiqhzrzy/wmts100/%E9%9D%92%E6%B5%B7%E6%B9%96%E6%B5%81%E5%9F%9F%E8%8C%83%E5%9B%B4%40qhzrzy/default/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png",
layer: "青海湖流域范围@qhzrzy", //对应属性ows:Title
style: "default",
format: "image/png",
rectangle : Cesium.Rectangle.fromDegrees(97.80875946860942, 36.28559974740543, 101.24746182555879 ,38.31849829887987),
tileMatrixSetID: "GlobalCRS84Scale_青海湖流域范围@qhzrzy", //对应属性TileMatrixSet 选择对应的比例尺集
});
rest服务勾选后正常访问,所有访问均正常,只是返回的图片都为透明的。