質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
headers: {
|
11
11
|
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
12
12
|
},
|
13
|
-
data:
|
13
|
+
data: {'test': test},
|
14
14
|
}).done((res, status, xhr) => {
|
15
15
|
if (xhr.status !== 200) {
|
16
16
|
is = true;
|