api_data.json
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"type": "post",
"url": "/service/msg",
"title": "发送微信模板消息",
"name": "______",
"group": "service",
"parameter": {
"fields": {
"Parameter": [
{
"group": "Parameter",
"type": "<p>json</p> ",
"optional": false,
"field": "data",
"description": "<p>消息体数据</p> "
},
{
"group": "Parameter",
"type": "<p>string</p> ",
"optional": false,
"field": "touser",
"description": "<p>用户ID</p> "
},
{
"group": "Parameter",
"type": "<p>string</p> ",
"optional": false,
"field": "templateId",
"description": "<p>后台设置的模板ID</p> "
},
{
"group": "Parameter",
"type": "<p>string</p> ",
"optional": false,
"field": "url",
"description": "<p>消息跳转链接</p> "
}
]
},
"examples": [
{
"title": "请求示例",
"content": " data={\n \"productType\": {\n \"value\": \"商品名称:\",\n \"color\": \"#333333\"\n },\n \"name\": {\n \"value\": \"商品名称:\",\n \"color\": \"#333333\"\n },\n \"time\": {\n \"value\": \"商品名称:\",\n \"color\": \"#333333\"\n },\n \"remark\": {\n \"value\": \"备注:\",\n \"color\": \"#333333\"\n }\n }\ntouser=200\ntemplateId:S5TkyGdQeJHongw1lOiJX2aNEJbJrHTyCKJTZDehBT0\nurl:http://nong12.com",
"type": "form-data"
}
]
},
"sampleRequest": [
{
"url": "/service/msg"
}
],
"version": "0.0.0",
"filename": "api/controllers/ServiceController.js",
"groupTitle": "service"
}
]