报错原因:
response.body().string()中的 (.string)只能使用一次
所以有
Log.w(TAG, "onResponse: "+response.body().string() );
就注释掉吧。
报错原因:
response.body().string()中的 (.string)只能使用一次
所以有
Log.w(TAG, "onResponse: "+response.body().string() );
就注释掉吧。