api_data.json 1.9 KB
[
  {
    "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"
  }
]