Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sungerk committed Dec 3, 2015
1 parent 5414e23 commit 2845983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/src/main/java/org/sunger/net/api/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class ApiClient {
public static OkHttpRequest.Builder create(String path, Map paramsMap, Map headerMap) {
return new OkHttpRequest.Builder()
.url(AppConstants.RequestPath.BASE_URL + path).params(paramsMap).headers(headerMap);

}

public static OkHttpRequest.Builder create(String path, Map paramsMap) {
Expand Down

0 comments on commit 2845983

Please sign in to comment.