提交 6984e0c4 编写于 作者: C chenruilong

docs: update uni-id-pages.md

上级 63dcafcc
...@@ -2176,10 +2176,10 @@ class Sign { ...@@ -2176,10 +2176,10 @@ class Sign {
getParamsString (params) { getParamsString (params) {
return Object.keys(params) return Object.keys(params)
.sort() .sort()
.filter(item => typeof params[item] !== "object") .filter(item => typeof params[item] !== "object")
.map(item => `${item}=${params[item]}`) .map(item => `${item}=${params[item]}`)
.join('&') .join('&')
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册