Skip to content

Commit

Permalink
feature: Retrofit 下载支持协程
Browse files Browse the repository at this point in the history
  • Loading branch information
tangwanchao committed Feb 2, 2023
1 parent 195e842 commit d28e015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface DownloadCallback {
* ): ResponseBody
*
*/
fun genResponseBody(): ResponseBody
suspend fun genResponseBody(): ResponseBody

/**
* 下载后文件保存位置
Expand Down

0 comments on commit d28e015

Please sign in to comment.