| 1234567891011121314151617181920212223242526272829303132 | 
							- // Get 获取全部旅游示例
 
- fetch("http://web2023.fmode.cn:9999/parse/classes/LvYouYou?", {
 
-     "headers": {
 
-       "accept": "*/*",
 
-       "accept-language": "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6",
 
-       "if-none-match": "W/\"22c-ai8YYo9kqZEKt0rDxqtJt6feQDU\"",
 
-       "x-parse-application-id": "dev"
 
-     },
 
-     "referrer": "http://127.0.0.1:4040/",
 
-     "referrerPolicy": "strict-origin-when-cross-origin",
 
-     "body": null,
 
-     "method": "GET",
 
-     "mode": "cors",
 
-     "credentials": "omit"
 
-   });
 
- // Post 创建新的旅游示例
 
- fetch("http://web2023.fmode.cn:9999/parse/classes/LvYouYou", {
 
-     "headers": {
 
-       "accept": "*/*",
 
-       "accept-language": "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6",
 
-       "content-type": "text/plain;charset=UTF-8",
 
-       "x-parse-application-id": "dev"
 
-     },
 
-     "referrer": "http://127.0.0.1:4040/",
 
-     "referrerPolicy": "strict-origin-when-cross-origin",
 
-     "body": "{\"name\":\"哈尔滨\",\"prices\":\"6500\"}",
 
-     "method": "POST",
 
-     "mode": "cors",
 
-     "credentials": "omit"
 
-   });
 
 
  |