質問編集履歴
1
PGMを見易くしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -27,6 +27,8 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
【対象PGM】
|
30
|
+
|
31
|
+
```google apps script
|
30
32
|
|
31
33
|
function sendImage(replyTo,imageUrl){
|
32
34
|
|
@@ -61,3 +63,7 @@
|
|
61
63
|
});
|
62
64
|
|
63
65
|
return ContentService.createTextOutput(JSON.stringify({'content': 'post ok'})).setMimeType(ContentService.MimeType.JSON);
|
66
|
+
|
67
|
+
```
|
68
|
+
|
69
|
+
```
|