tianyun 2 gadi atpakaļ
vecāks
revīzija
71a44e2322
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      simple-demo/send_memos.html

+ 1 - 1
simple-demo/send_memos.html

@@ -84,7 +84,7 @@
         };
         };
 
 
         // 发送异步请求
         // 发送异步请求
-        requestUtil.async('https://memos.tianyunperfect.cn/api/memo?openId=043a086f-e0a3-4711-aa79-5c3cbe89f97c', 'post', data, {
+        requestUtil.async('https://memos.tianyunperfect.cn/api/v1/memo?openId=043a086f-e0a3-4711-aa79-5c3cbe89f97c', 'post', data, {
             'Content-type': 'application/json'
             'Content-type': 'application/json'
         }).then(res => {
         }).then(res => {
             if (res['data']) {
             if (res['data']) {