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