...
参数 | 必选 | 类型 | 说明 |
opfid | true | string | 兔展分配的第三方平台id |
companyId | false | string | 第三方平台的企业id |
uid | true | string | 第三方平台的用户id |
nonce | true | string | 6位随机字符串 |
timestamp | true | string | 签名时间戳 |
signature | true | string | 签名字符串 |
true | string | 兔展的作品模版id |
请求示例
换行和缩进只是为了更好的展示:
http://editorapi.rabbitpre.com/api/sso/open/platform/toapp/template/editorcreate?opfid=59323807203190137535&nonce=rabbit×tamp=1550029785297&signature=1295c56ac21f245ba848879dd5bbc0678669ffd1&uid=512018581&companyId=abc&templateid=26ff528f-76d9-47b3-9f59-6f7862b8b63f
特别说明
该接口通过拼接参数成功后需要通过浏览器进行跳转
...