日账单导出

HTTP头信息:

  1. Accept:application/json;charset=utf-8;
  2. Content-Type:application/x-www-form-urlencoded;charset=utf-8;

请求

URL:https://sms.yunpian.com/v2/sms/get_total_fee.json

注意:海外服务器地址 us.yunpian.com

访问方式:POST

备注:

今日数据通过此接口查询不到,请参考云片后台日账单

请求参数

参数名类型是否必须描述示例
apikeystring账号对应的apikey9b11127a9701975c734b8aee81ee3526
datestring日期,格式yyyy-MM-dd2017-03-30

响应

名称类型描述
totalCountinteger总计短信条数
totalFeestring花费费用
totalSuccessCountinteger成功短信条数
totalFailedCountinteger失败短信条数
totalUnknownCountinteger未知短信条数

Json响应示例:

  1. {
  2. "totalCount": 62,
  3. "totalFee": "3.100",
  4. "totalSuccessCount": 53,
  5. "totalFailedCount": 1,
  6. "totalUnknownCount": 8
  7. }