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