# RetrofitText **Repository Path**: wj_xing/RetrofitText ## Basic Information - **Project Name**: RetrofitText - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-11 - **Last Updated**: 2021-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: retrofit ## README # RetrofitText #### 介绍 Retrofit基本使用返回基本的ResponseBody值的使用,以不确定数据处理; #### 软件架构 implementation 'com.squareup.retrofit2:retrofit:2.9.0' // Retrofit库 implementation "com.squareup.okhttp3:okhttp:4.0.1" //okhttp请求处理