小轩喵灬
Results
2
issues of
小轩喵灬
I used an nginx proxy server. Nginx access_log ``` Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyIp, proxyPort)); OkHttpClient client = defaultClient(token, Duration.ofDays(1)) .newBuilder() .proxy(proxy) .build(); Retrofit retrofit = defaultRetrofit(client, mapper);...
The message returned from the conversation is only partial,For example, returning a large block of code cannot be completed.