Update README.md

This commit is contained in:
Strawmanbobi
2017-07-04 21:11:34 +08:00
committed by GitHub
parent 6b4ba60f74
commit e267b01388

View File

@@ -84,7 +84,7 @@ ListBrandsCallback listBrandsCallback = new ListBrandsCallback() {
public void onListBrandsError() { public void onListBrandsError() {
} }
}; };
List<Brand> brands = webApis.listBrands(category.getId(), listBrandsCallback); webApis.listBrands(category.getId(), listBrandsCallback);
``` ```
Fetch cities (in China) for STB: Fetch cities (in China) for STB:
```java ```java