Parcourir la source

获取订单评价详细信息

Guos il y a 2 semaines
Parent
commit
e73e766c28
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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'
   })
-}
+}