码迷,mamicode.com
首页 > Web开发 > 详细

getReportOnWeb 取报表数据

时间:2016-05-16 01:55:15      阅读:367      评论:0      收藏:0      [点我收藏+]

标签:

post

request:

技术分享
{
    "action": "getReportOnWeb",
    "token": "039b3b72-c83a-4626-9a66-9302d81000ff",
    "isDebug": 1,
    "requestData": {
        "ReportKey": "C7E4CF79-CA31-427D-AEFE-E983F64E6369",
        "ItemType": "CleanWater"
    }
}
View Code

 

response:

技术分享
{
    "data": {
        "AppUserKey": null,
        "FullURL": null,
        "IsToOpenInvoiceTicket": true,
        "ItemTypeObj": {
            "ItemType": 4,
            "ItemTypeDescription": "CleanWater"
        },
        "Key": "c7e4cf79-ca31-427d-aefe-e983f64e6369",
        "ProjectName": "",
        "ProjectNo": "NB1605160004JS001S",
        "QuoteTime": "20160516",
        "Remark": "",
        "Title": "中央水处理系统预算报价表 ",
        "ReportXlsFullURL": "URL TO DO"
    },
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-05-16 00:37:38",
    "success": true
}
View Code


说明: 本API仅返回一个 生成好的 XLS 全路径,仅下载。

 

(the end.)

getReportOnWeb 取报表数据

标签:

原文地址:http://www.cnblogs.com/jwiter/p/5496765.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!