init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
| 54 | var data = $("#web_add").serializeJson(); | 54 | var data = $("#web_add").serializeJson(); |
| 55 | 55 | ||
| 56 | $.ajax({ | 56 | $.ajax({ |
| 57 | type:'post', | 57 | type:'put', |
| 58 | url:apiBaseUrl + targetUrl, | 58 | url:apiBaseUrl + targetUrl, |
| 59 | cache: false, | 59 | cache: false, |
| 60 | data:JSON.stringify(data), | 60 | data:JSON.stringify(data), | ... | ... |
-
Please register or sign in to post a comment