rts2003-so 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -6
- package/index.js +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,12 +61,9 @@ const result = sso.userDelete({
|
|
|
61
61
|
});
|
|
62
62
|
|
|
63
63
|
// user get user for api
|
|
64
|
-
const result = sso.
|
|
65
|
-
"email": "string"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
const result = sso.getOne({
|
|
69
|
-
"id": "string"
|
|
64
|
+
const result = sso.userGetOne({
|
|
65
|
+
"email": "string",
|
|
66
|
+
"id": 0
|
|
70
67
|
});
|
|
71
68
|
|
|
72
69
|
// user update password for api
|
package/index.js
CHANGED
package/package.json
CHANGED