接口配置解码

This commit is contained in:
Martin
2024-09-10 09:34:18 +08:00
parent 2102a3bfc2
commit 2e1eb3c7b4
11 changed files with 352 additions and 188 deletions

View File

@@ -32,7 +32,7 @@ public class VideoUploadFtpImpl implements VideoUploadStrategy {
if (videoUploadBean == null || callback == null) {
return;
}
PostRequest<String> postRequest = OkGo.<String>post("http://www.mytoday.net/api/public/?service=Video.uploadvideo")
PostRequest<String> postRequest = OkGo.<String>post("http://www.mytoday.net/Video.uploadvideo")
.params("uid", "13640")
.params("token", "0e6371c5a642e8b48748a4d994303473")
.params("file", videoUploadBean.getVideoFile())