String base = userName + ":" + password; String authHeader = "Basic " + Base64.encodeToString(base.getBytes(), Base64.NO_WRAP); Retrofit ...
確定! 回上一頁