Browse Source

获取订单评价详细信息

Guos 2 tuần trước cách đây
mục cha
commit
e73e766c28
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/api/store/storeOrder.js

+ 2 - 2
src/api/store/storeOrder.js

@@ -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'
   })
-}
+}