tianyun 2 سال پیش
والد
کامیت
71a44e2322
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'
         }).then(res => {
             if (res['data']) {