-
public interface QrCodeApi115网盘 二维码接口定义
-
-
Method Summary
Modifier and Type Method Description abstract BaseResponse<QrcodeStatus>getQrcodeStatus(@Query(value = uid) String uid, @Query(value = time) Long time, @Query(value = sign) String sign)获取二维码状态 -
-
Method Detail
-
getQrcodeStatus
@GET(value = get/status/) abstract BaseResponse<QrcodeStatus> getQrcodeStatus(@Query(value = uid) String uid, @Query(value = time) Long time, @Query(value = sign) String sign)
获取二维码状态
-
-
-
-