ming 3 年 前
コミット
649f8cbfee
1 ファイル変更5 行追加1 行削除
  1. 5 1
      script_msg.js

+ 5 - 1
script_msg.js

@@ -30,7 +30,11 @@ $(".next").click(function(){
 	url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
 	type: 'post',
 	dataType: 'json',
-	data: JSON.stringify(dataOBJ),
+	data: JSON.stringify({
+		title: name_title,
+		text_content: txtARR,
+		image_urls: imgARR
+	}),
 	success: function(data) {
 	  showThankyou();
 	},