@@ -206,7 +206,7 @@ export function updateCommentInfo(data) {
export function getCommentInfo(id) {
return request({
- url: '/store/storeOrder/comment' + id,
+ url: '/store/storeOrder/comment/' + id,
method: 'get'
})
-}
+}