美文网首页
pp.resource.get_message_list 资源-

pp.resource.get_message_list 资源-

作者: 小二郎_Ejun | 来源:发表于2020-03-31 11:47 被阅读0次
    URL pp.resource.get_message_list
    请求方式 POST

    请求参数

    参数名 类型 必填 说明
    token [string]
    p [string] 页数(默认第1页)
    page [string] 每页数量(默认30页)

    返回结果参数说明

    参数名 类型 必含 说明
    status [int] 返回数据状态 1:成功,0:失败
    msg [string] 返回提示信息
    data [json] 结果对象包括下述字段:
    {
       condition =     {//条件
           "a.corpid" = 1983;
           "category_id" = 7;
           "to_userid" = 17419;
       };
       list =     (
                   {
               "apply_status" = 3;//审核状态(1,审核中 2,通过 3,未通过)
               "apply_text" = "通过";
               begin = "2020/02/13 13:00";//开始时间
               color = "#14B02E";
               end = "2020/02/22 12:48";//结束时间
               id = 7323;
               inputtime = 1581569327;
               "resource_end_time" = 1582346880;
               status = 1;
               text = "您为【我要中杯的--二期】项目所申请的资源审核已通过,请查看";
               "visit_date" = 1581570000;//拜访时间
           }
       );
       p = 1;
       "page_num" = 15;
       total = 4;
    }
    
    

    相关文章

      网友评论

          本文标题:pp.resource.get_message_list 资源-

          本文链接:https://www.haomeiwen.com/subject/rmcwuhtx.html