mirror of
https://github.com/PlayEdu/backend
synced 2025-06-24 05:22:48 +08:00
修改上传接口
This commit is contained in:
parent
76edaeb134
commit
64b6f7a345
@ -18,7 +18,7 @@ export const UploadImageSub = (props: PropsInterface) => {
|
||||
multiple: true,
|
||||
action:
|
||||
config.app_url +
|
||||
"/backend/v1/upload/file?category_ids=" +
|
||||
"/backend/v1/upload/minio?category_ids=" +
|
||||
props.categoryIds.join(","),
|
||||
headers: {
|
||||
authorization: "Bearer " + getToken(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user