vupoint / api

此包最新版本(0.0.4)没有可用的许可证信息。

0.0.4 2016-09-08 12:38 UTC

This package is auto-updated.

Last update: 2024-08-29 04:37:33 UTC


README

电子邮件服务

  • 必需

    • 从数组到
    • 字符串
    • 字符串主题
    • 字符串正文
  • 可选

    • cc数组
    • bcc数组
  • 示例

curl -X POST -d "to[]=a@a.com&from=b@b.com&subject=Test&body=Test" /email

Excel服务

  • 必需

    • string filename
    • array sheets
      • string name
      • int rows
      • int cols
      • 大小为[rows][cols]的data数组
  • 示例

  • 查看ExcelServiceTest