Fix bug and create order complete

This commit is contained in:
Nezumi
2023-03-29 17:32:43 +07:00
parent 1939396aaa
commit a95703e616
9 changed files with 189 additions and 104 deletions
@@ -41,7 +41,7 @@ public interface FoodApi {
@GET("products/enable?pageNo=0&pageSize=10&sortBy=createdTime&sortDir=desc")
Call<Foods> recentFood();
@GET("shops?pageNo=0&pageSize=10&sortBy=id&sortDir=asc")
@GET("shops/enable?pageNo=0&pageSize=10&sortBy=id&sortDir=asc")
Call<Shops> allShops();
@GET("products/search/{name}")