访问路径:api/app/transToTemplate

接口说明:作品转换为模板

URL结构

https://open.rabbitpre.com/api/app/transToTemplate

接口协议:HTTPS

HTTP请求方式:POST

请求参数

参数
必选
类型
说明
companyId
false
string
第三方平台的企业id,如果没有则不必传,有则传,其他接口必须保持一致
uid
true
string
第三方平台的用户id
true
string
兔展的作品id

请求body参数示例

{
"opfid":"59323807203190137535",

"nonce":"rabbit",

"timestamp":1550029785297,

"signature":"1295c56ac21f245ba848879dd5bbc0678669ffd1",

"uid":"512018581",

"companyId":"abc",

"appId":"26ff528f-76d9-47b3-9f59-6f7862b8b63f"
}

返回参数示例

{
    "appVersion":0,
    "orgtplApp":"",
    "orgtplCt":1551342241295,
    "orgtplData":"",
    "orgtplDesc":"",
    "orgtplExt":"",
    "orgtplFile":"",
    "orgtplFilepath":"",
    "orgtplId":"",
    "orgtplLasttime":1551342241295,
    "orgtplOrg":"",
    "orgtplRemark":"",
    "orgtplSort":0,
    "orgtplSpecies":"",
    "orgtplState":"",
    "orgtplStatetime":1551342241295,
    "orgtplTitle":"",
    "orgtplType":"",
    "orgtplUsecount":0,
    "orgtplUser":"",
    "orgtplUt":1551342241295
}