修正路径

This commit is contained in:
duzhaokun123 2020-04-10 17:13:05 +08:00
parent 760bbe47bf
commit cf2a2ba7e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package com.hiczp.bilibili.api.commons;
package com.hiczp.bilibili.api.thirdpart.commons;
//用于减少包引入

View File

@ -1,6 +1,6 @@
package com.hiczp.bilibili.api
import com.hiczp.bilibili.api.commons.BoundedInputStream
import com.hiczp.bilibili.api.thirdpart.commons.BoundedInputStream
import io.ktor.util.InternalAPI
import io.ktor.utils.io.errors.EOFException
import java.io.InputStream