Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chentianming11 committed Mar 17, 2021
1 parent 4557780 commit 4d77408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* @author 陈添明
*/
@RetrofitClient(baseUrl = "${test.baseUrl}", enableLog = false)
@RetrofitClient(baseUrl = "${test.baseUrl}")
@Intercept(handler = TimeStampInterceptor.class, include = "/a/b", exclude = "/c/d")
@EnumIntercept(envEnum = EnvEnum.test)
public interface HttpApi2 {
Expand Down

0 comments on commit 4d77408

Please sign in to comment.