简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-07-28

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
solicit_id string 记录id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "solicit_id": 1,
        "draft_name": "我想要一本完美小说1",
        "one_cate_id": "1",
        "two_cate_id": "3",
        "label_ids": "12,18",
        "auth_ids": "2,3",
        "novel_status": "1",
        "draft_status": "0",
        "auth_type": "1",
        "auth_year": "10",
        "intention_to_bid": "10000.00",
        "division_mode": "1",
        "division_rate": "0.00",
        "draft_content": "0",
        "created_at": "2021-07-28 16:48:40",
        "view_num": "0",
        "is_topping": "2",
        "novel_status_val": "完本",
        "draft_status_val": "征稿中",
        "auth_type_val": "独家",
        "division_mode_val": "买断",
        "is_topping_val": "否"
    }
}

错误时返回:

{
    "status": 0,
    "msg": "",
    "data": [],
    "other": []
}

返回参数说明:

参数名 类型 说明
solicit_id string
draft_name string 征稿名称
one_cate_id string 一级分类【分类列表】
two_cate_id string 二级分类【分类列表】
label_ids string 标签/题材【分类列表】
auth_ids string 授权内容id 【授权列表接口】
auth_type string 授权类型【1=独家,2=非独家】
auth_year string 授权年限
intention_to_bid string 意向出价
division_mode string 征稿模式/分成模式
draft_content string 征稿内容
division_rate string 比例分成,范围【1-100】
created_at string 时间
view_num string 查看数
is_topping string 置顶
novel_status_val string 小说状态提示
draft_status_val string 征稿状态提示
auth_type_val string 授权类型提示
division_mode_val string 分成模式提示
is_topping_val string 置顶提示
one_cate_id_name string 一级分类名称/频道
two_cate_id_name string 二级分类名称/频道分类
label_ids_arr string 题材提示
auth_ids_arr string 授权内容列表
number_of_submissions string 投稿数量

备注:

文档更新时间: 2022-09-27 14:56   作者:admin