@@ -64,7 +64,7 @@ export function exportCollection(query) {
export function getWxaCodeCollectionUnLimit(collectionId) {
return request({
- url: 'hisStore/collection/getWxaCodeCollectionUnLimit/'+collectionId,
+ url: '/hisStore/collection/getWxaCodeCollectionUnLimit/'+collectionId,
method: 'get',
})
}