Commit Graph

61 Commits

Author SHA1 Message Date
gazebo
eaebbd387c - fk 2019-08-28 10:53:01 +08:00
gazebo
5eab792196 - 认证通过且通过手机(或邮箱)能找到用户,在没有相应认证方式的情况下,自动绑定此认证方式 2019-08-28 10:41:51 +08:00
gazebo
c5f859c92e - auth2添加固定TOKEN 2019-08-21 09:17:28 +08:00
gazebo
cd84cbdfd2 - auth2与auth在小程序登录成功后,如有必要刷新openID 2019-08-13 11:23:36 +08:00
gazebo
d59ca265c4 - IAuther.UnbindAuth的接口改为userID 2019-08-13 11:02:14 +08:00
gazebo
342be58814 - 修复多小程序支持的BUG,从referer中得到小程序ID信息 2019-08-12 14:42:55 +08:00
gazebo
9ab43f291e - 新旧小程序兼容BUG修复 2019-08-12 14:15:11 +08:00
gazebo
d90bc3cb11 - 兼容一个新的微信小程序 2019-08-12 10:49:35 +08:00
gazebo
af88e9c52e - ren AuthInfo.ExpiresIn to ExpiresAt
- 将auth2中不是小驼峰的全部修改
2019-08-08 17:14:45 +08:00
gazebo
8db2827a03 - up 2019-08-08 11:44:17 +08:00
gazebo
7b488090bc - rename AuthTypeWeixin from weixin to wxqrcode 2019-08-07 18:45:47 +08:00
gazebo
70c9862403 - fix bug in weixin.VerifySecret 2019-08-07 18:34:36 +08:00
gazebo
c020130819 - tasksch.NewParallelTask2,支持部分失败时得到准备的成功,失败个数信息 2019-08-06 14:20:32 +08:00
gazebo
407844aa81 - auth2.AddAuthBind的第一个参数从*AuthInfo改为IUser 2019-08-06 11:18:38 +08:00
gazebo
c20f7bb360 - buildCacheKey to buildCacheKey4Verify 2019-08-05 10:49:17 +08:00
gazebo
e853b45176 - 去除UserProvide.CreateUser 2019-07-31 15:06:07 +08:00
gazebo
b0c3fa3ca3 - 适应门店商品修复API,添加trackInfo参数 2019-07-28 12:39:40 +08:00
gazebo
efefe0ff52 - 无论成功与否,都存储verifyCode 2019-04-25 16:04:40 +08:00
gazebo
077a56b53e - 检查发送短信结果,出错报警 2019-04-03 16:02:15 +08:00
gazebo
0062ce16a9 - remove comment 2019-03-25 17:33:54 +08:00
gazebo
ed16da22cf - fk 2019-03-25 17:30:51 +08:00
gazebo
4271ca2032 - 在删除微盟商品时,忽略商品不存在错误 2019-03-25 15:04:10 +08:00
gazebo
82cf7cdb22 - refactor jxcontext 2019-03-25 14:28:12 +08:00
gazebo
25ac631c5c - refactor jxcontent and tasksch (remove dependency from jxcontent to tasksch)
- send dingding msg to user when async task finished
2019-03-22 15:04:28 +08:00
gazebo
f0fa933196 - make StartRefreshComment async 2019-03-15 09:37:54 +08:00
gazebo
8ce4ee0be9 - user GetUserTag in jxcontext.Context.GetUserName 2019-03-12 17:08:41 +08:00
gazebo
3113e9d603 - replace literal 'admin' with const 2019-03-12 15:53:13 +08:00
gazebo
bec5eb85cc - fk 2019-03-11 15:45:27 +08:00
gazebo
61fd3b5a90 - fk 2019-03-11 15:39:24 +08:00
gazebo
cd4bc1c810 - fix mobile.VerifySecret 2019-03-11 15:12:15 +08:00
gazebo
4455e51b3f - export auth2.GetTokenInfo 2019-03-11 14:50:25 +08:00
gazebo
1012a855ea - refactor verify code 2019-03-11 10:37:57 +08:00
gazebo
2e65154206 - v2 token format changed
- DisableUser
- clear all tokens when disable user
- handle ding ding user leave event
2019-03-09 20:59:18 +08:00
gazebo
4b362baea9 - fix bug in UnionFindAuthBind 2019-03-09 14:20:21 +08:00
gazebo
9d5381a8d8 - up 2019-03-08 16:03:27 +08:00
gazebo
8bcf464193 - refactor defauther.UnionFindAuthBind 2019-03-08 15:55:51 +08:00
gazebo
b137d3c444 - debug in dingding qrcode.VerifySecret 2019-03-08 11:28:19 +08:00
gazebo
99bb093f3f - new dingding api config 2019-03-08 11:10:14 +08:00
gazebo
d633a35a26 - qrcode auth for dingding 2019-03-08 10:52:02 +08:00
gazebo
ce109a60b3 - dingding auth 2019-03-07 21:15:19 +08:00
gazebo
782c686356 - add WeixinPageAPI 2019-03-05 14:48:58 +08:00
gazebo
cba9265eab - fix bugs in auth2 2019-03-05 14:18:40 +08:00
gazebo
8a1425c4d0 - authType userID2 to userid2 2019-03-05 12:06:24 +08:00
gazebo
5d0b5ec360 - fk 2019-03-05 11:50:49 +08:00
gazebo
f925049983 - fk 2019-03-05 11:43:40 +08:00
gazebo
12827d08a3 - fix bug in password.ChangePassword 2019-03-05 11:25:56 +08:00
gazebo
a8e92dd92e - jxcontext.New 2019-03-05 11:18:30 +08:00
gazebo
273c50f6b7 - remove user2.ChangeMobile (use auth2.AddAuthBind instead) 2019-03-05 10:24:42 +08:00
gazebo
02f49207f1 - ErrInvalidParams 2019-03-05 09:51:05 +08:00
gazebo
dee5524331 - ErrAuthTypeAlreadyExist 2019-03-05 09:20:13 +08:00