
Retrofit2 request 배열통신을 하고 싶은데, 사이즈가 3일경우에
'List<String>' 보낼 시 productSort, productSort, productSort 이렇게 같은값이 3번 전송됩니다.
productSort[0], productSort[1], productSort[2] 이런식으로 보낼려면 어떻게 보내야할까요??
http://localhost/test/getTotal_test.php?productSort=C&productSort=A&productSort=B&productKind=&productKind=&productKind=&productStand=0&productStand=4&productStand=0&productPrice=50&productPrice=50&productPrice=50&productQuantity=10033&productQuantity=20131&productQuantity=304141
현재 이런식으로 보내지고 있습니다. 배열방식으로 보내고 싶은데. 순수 노가다로
productSort[0], productSort[1] 주먹구구씩으로 넣어야할까요.. ㅜ 아직 초보자라 좋은 해결방법을 모르겠네요.