-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
存证服务API接口开发 #77
Comments
@dayuy 后端这块儿提供了几个API,其中
其中,创建存证的时候仍然需要前端这块儿封装一下 |
@dayuy 前端只需要补充下 |
API:
|
{
contentType: 'file', // 存证类型
contentID: 'd323ff3692f750ad74b1c0714ce4928fca948c64fc5053e92828192aae90289c.yaml', // 存证文件上传后会返回个id
name: name, // 存证名称
}
|
|
The text was updated successfully, but these errors were encountered: