公告板
版本库
filestore
活动
搜索
登录
main
/
new-ryc
蓉易创
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改员工和评委的设置
lrj
6 天以前
6d519474e44855682043d3c40db2c86a6822caca
[new-ryc.git]
/
backend
/
src
/
test
/
resources
/
graphql
/
test-save-media.graphql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mutation {
saveMedia(
fileName: "%s",
filePath: "%s",
fileSize: %d,
fileType: "%s",
storageType: "%s",
bucketName: "%s",
region: "%s",
targetType: %d,
targetId: %d
) {
id
}
}