Skip to content
#

interceptor

Here are 360 public repositories matching this topic...

brandlee
brandlee commented Dec 13, 2021

举个例子:
@Nullable public static String getString(@NonNull Intent intent, @NonNull String key, @Nullable String defaultValue) { return getString(intent.getExtras(), key, defaultValue); }
getString的已经有了defaultValue,然而还是Nullable,整个方法返回的也是Nullable,那么这个默认值感觉没有什么意义,也没有节省任何非空的判断

good first issue
axios-module
grpc-tools
tomgao365
tomgao365 commented Dec 15, 2020

新功能描述
建议小程序和App也支持base参数,比如避免每次都写/pages,减小调用时路由长度

现状及问题
复杂页面 path 挺长的

尝试方案
[如果你有尝试绕开或其它解决方案,在这里描述你的建议方案]

补充信息
[其它你认为有参考价值的信息]

good first issue

Improve this page

Add a description, image, and links to the interceptor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interceptor topic, visit your repo's landing page and select "manage topics."

Learn more