回答編集履歴

6

実施内容コメント追加

2020/02/25 05:17

投稿

Gmac
Gmac

スコア4

test CHANGED
@@ -19,3 +19,9 @@
19
19
 
20
20
 
21
21
  "do shell script "curl -X POST -H 'Content-Type: application/json' -d '{ \"testId\":\"1\" }' http:xxxxx""
22
+
23
+ しかし、これでもエラーは解消しませんでした。。。
24
+
25
+
26
+
27
+ もう少し調査して、解決の兆しが見えないのであれば、他の通信方法も含めて検討する必要がありそうです。

5

誤字修正

2020/02/25 05:17

投稿

Gmac
Gmac

スコア4

test CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  下記の内容で実施しましたが、同様のエラーは発生しており、現状もまだ解決できていない状況です。
6
6
 
7
- "{ \""userId\"":\""1\"" }"
7
+ "{ \""testId\"":\""1\"" }"
8
8
 
9
- "{ \""userId\"":\""1\"" }"
9
+ "{ \""testId\"":\""1\"" }"
10
10
 
11
11
 
12
12
 

4

記載内容とバッティングする 内容があったので削除

2020/02/25 04:46

投稿

Gmac
Gmac

スコア4

test CHANGED
@@ -19,11 +19,3 @@
19
19
 
20
20
 
21
21
  "do shell script "curl -X POST -H 'Content-Type: application/json' -d '{ \"testId\":\"1\" }' http:xxxxx""
22
-
23
-
24
-
25
-
26
-
27
- ↓これは構文エラーが出ます。
28
-
29
- "{ \"userId\":\"1\" }"

3

誤字修正

2020/02/25 04:44

投稿

Gmac
Gmac

スコア4

test CHANGED
@@ -14,11 +14,11 @@
14
14
 
15
15
  もしかしたら、¥マークを使った解決策があるかもと考えて調査中です。
16
16
 
17
- command = "do shell script ""curl -X POST -H 'Content-Type: application/json' -d '" + "{ ¥""userId¥"":¥""1¥"" }" + "' " + url + """"
17
+ command = "do shell script ""curl -X POST -H 'Content-Type: application/json' -d '" + "{ ¥""testId¥"":¥""1¥"" }" + "' " + url + """"
18
18
 
19
19
 
20
20
 
21
- "do shell script "curl -X POST -H 'Content-Type: application/json' -d '{ \"userId\":\"1\" }' http:xxxxx""
21
+ "do shell script "curl -X POST -H 'Content-Type: application/json' -d '{ \"testId\":\"1\" }' http:xxxxx""
22
22
 
23
23
 
24
24
 

2

やった事を追加

2020/02/25 04:42

投稿

Gmac
Gmac

スコア4

test CHANGED
@@ -10,6 +10,20 @@
10
10
 
11
11
 
12
12
 
13
+ ¥マークを使う事も試してみました。 String 文字列中にバックスラッシュが入りました。
14
+
15
+ もしかしたら、¥マークを使った解決策があるかもと考えて調査中です。
16
+
17
+ command = "do shell script ""curl -X POST -H 'Content-Type: application/json' -d '" + "{ ¥""userId¥"":¥""1¥"" }" + "' " + url + """"
18
+
19
+
20
+
21
+ "do shell script "curl -X POST -H 'Content-Type: application/json' -d '{ \"userId\":\"1\" }' http:xxxxx""
22
+
23
+
24
+
25
+
26
+
13
27
  ↓これは構文エラーが出ます。
14
28
 
15
29
  "{ \"userId\":\"1\" }"

1

誤字修正

2020/02/25 04:41

投稿

Gmac
Gmac

スコア4

test CHANGED
@@ -10,6 +10,6 @@
10
10
 
11
11
 
12
12
 
13
- れは構文エラーが出ます。
13
+ れは構文エラーが出ます。
14
14
 
15
15
  "{ \"userId\":\"1\" }"