@cpzxrobot/sdk 1.1.47 → 1.1.48
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/dist/user_gateway.js +5 -0
- package/package.json +1 -1
- package/product_gateway.ts +1 -0
- package/readme.md +1 -0
- package/user_gateway.ts +6 -0
package/dist/user_gateway.js
CHANGED
package/package.json
CHANGED
package/product_gateway.ts
CHANGED
package/readme.md
CHANGED
|
@@ -143,6 +143,7 @@ baseURL: "/"
|
|
|
143
143
|
| cpzxrobot().user.add | 添加用户 |
|
|
144
144
|
| cpzxrobot().user.update | 更新用户 |
|
|
145
145
|
| cpzxrobot().user.list | 列出用户(传入工厂) |
|
|
146
|
+
| cpzxrobot().user.info | 获取用户信息,传入userId参数 |
|
|
146
147
|
| cpzxrobot().user.approval.list | 获取用户审批列表,传入userId和status参数 |
|
|
147
148
|
| cpzxrobot().user.approval.count | 获取用户审批列表的数量,传入userId和status参数 |
|
|
148
149
|
| cpzxrobot().user.checkin.add | 添加用户签到记录,传入userId和address参数 |
|