Change this @Autowired private OkHttpClientFactory client; in your controller. to @Autowired private OkHttpClient client;.
確定! 回上一頁