C/2/proxy/wrw/order/effect

跳转到: 导航, 搜索

proxy/wrw/order/effect

查询订单执行效果。

URL

https://c.api.weibo.com/2/proxy/wrw/order/effect.json

支持格式

JSON

HTTP请求方式

GET

是否需要登录


关于登录授权,参见 如何登录授权

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。
bid true int 第三方在微任务注册的标识ID。
version true string 网关版本号,固定值:v1.0。注意为小写字母。
taskid true int 任务ID。
orderids false string 订单ID列表,多个用半角逗号隔开,最多20个,为空表示查询taskid下的所有订单。
timestamp true string 时间戳,格式:yyyymmddhhMMss。
ip false string 用户在第三方平台下单时的ip地址,用于风控校验。
sign true string 以上所有非空参数及其值与密钥组合,经MD5加密后生成。生成后为大写的32位字符串。例:Strtoupper(MD5(参数1={参数1}&参数2={参数2}&……&参数n={参数n}&key={密钥}))。

注意事项

返回结果

JSON示例

//成功返回
{
    “data”: {
        “taskid”: 89982,
        “taskname”: ”xxx店12-1”,
        “starttime”: ”2013-05-1212: 30: 00”,
        “type”: 1,                   //1:直发,2:转发“demo”: ”这里是描述信息”,
        “reason”: ”虚假信息…”,
        “tstatus”: 4,
        “effect”: [
            {
                “id”: 176652,       //订单ID
                “repost”: 123,
                “comment”: 123,
                “ostatus”: 123,     //订单状态
                “sinaid”: 123,
                “starttime”: ”2013-05-1212: 30: 00”,
                “text”: ”直发微博内容,转发时为空”,
                “pic”: ”http: //www1.img.sina.com/xxds/abc.jpg”,
                “forwardurl”: ”http: //weibo.com/32123532311/tNdexz”,
                “forwardtext”: ”转发语,直发时为空”,
                “price”: 123.10,
                “uid”: 730,
                “mid”: 1426165502,
                “nick”: 54睡神V,
                “followers”: 1239901,       //接单用户粉丝数
                “read_count”: 9876          //阅读数
            },
            ...
        ]
    }
}
//失败返回
{
    "request": "/statuses/bilateral_timeline/ids.json",
    "error_code": "201XX",
    "error": "error message."
}

关于错误返回值与错误代码,参见 错误代码说明

字段说明

其他



Language: [[{{{2/uri}}}|中文]]


文档更新时间: 2013-06-03
api评价