微信小程序服务
| Modifiers | Name | Description |
|---|---|---|
static class |
MiniprogramService.Response |
@see bropen.framework.core.security.SecUserController#editPassword |
| Type | Name and description |
|---|---|
AttachmentService |
attachmentService |
ErrorService |
errorService |
SecUserService |
secUserService |
| Type | Name and description |
|---|---|
MiniprogramService.Response |
bind(String code, String username, String password)将微信中的用户唯一标识 openid 与 Epmloyee 中的 wechatId 绑定 |
static void |
bootStrapInit() |
MiniprogramService.Response |
deleteAttachment(String uuid)删除附件 |
MiniprogramService.Response |
getAttachments(String dataClass, Long dataId, String tags)获得文档附件 |
MiniprogramService.Response |
getUserInfo(String code)获取系统用户的登录名、员工姓名、员工id、用户id |
MiniprogramService.Response |
unbind(String username)解绑微信小程序和用户 |
MiniprogramService.Response |
updatePassword(User user, String oldpassword, String newpassword, String newpassword2)修改密码 |
MiniprogramService.Response |
uploadAttachments(User user, javax.servlet.http.HttpServletRequest request, String dataClass, Long dataId)上传附件 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
将微信中的用户唯一标识 openid 与 Epmloyee 中的 wechatId 绑定
code - 登录凭证,详见 getWXOpenidf 参数 codeusername - 登录名password - 登录密码删除附件
获得文档附件
tags - 附件标签,列表或以逗号或分号分隔的字符串,空则表示所有获取系统用户的登录名、员工姓名、员工id、用户id
code - 登录凭证解绑微信小程序和用户
username - 用户名修改密码
上传附件