Kotlin-发送带有图像名称和多部分文件的后期请求

时间:2020-10-13 12:32:40

标签: java android spring-boot kotlin retrofit

我有一个用springboot创建的服务来上传照片,这是控制器:

这是springboot中的控制器 This is the controller in springboot

在Kotlin中,我创建了用于连接API的适配器和用于创建照片上传功能的接口:

这是在Kotlin中创建的上传功能 this is the upload function created in Kotlin

我的问题是,当我调用API时,它返回了错误的请求错误!!

这是mainActivity的链接,我在其中调用API:

https://github.com/Mythical-Coders/smart-city-hackathon/blob/master/mobile/app/src/main/java/tn/smartCities/chengApp/activity/MainActivity.kt

0 个答案:

没有答案