刘琳琳 2 tháng trước cách đây
mục cha
commit
e5fb548733
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      utils/api/api.js

+ 2 - 2
utils/api/api.js

@@ -23,7 +23,7 @@ const doGetInfo = data => {
 // 接⼝实名⼊库
 const userWithimage = data => {
   return request({
-    url: "/api/v1/open/iotvsp/sd/userwithimage/create",
+    url: "/api/v1/open/iotvsp/userwithimage/create",
     data: data,
     method: "post",
     type: "application/json",
@@ -33,7 +33,7 @@ const userWithimage = data => {
 // 支付宝用户一键入库
 const userWithverified = data => {
   return request({
-    url: "/api/v1/open/iotvsp/sd/userwithverified/create",
+    url: "/api/v1/open/iotvsp/userwithverified/create",
     data: data,
     method: "post",
     type: "application/json",