Commit Graph

94 Commits

Author SHA1 Message Date
Menethil
7b53b25e36 添加user_fromid表的创建脚本 2018-07-24 16:11:36 +08:00
Menethil
bb6e42cb35 微信配置相关移至Core,因为Admin和Wx都需要用到 2018-07-24 15:57:18 +08:00
Menethil
07a736e0bf 添加时间格式化工具类,格式化模版消息通知的时间显示 2018-07-24 15:23:16 +08:00
Menethil
6becd5da8c 修复阿里云导致的重复依赖 2018-07-24 14:41:45 +08:00
Menethil
c839091837 优化微信模版消息通知 2018-07-24 14:37:30 +08:00
Menethil
0aeb3678e1 服务器添加支持微信FormId缓存,用于营销或者非用户操作期间通过模版消息通知用户 2018-07-24 03:37:09 +08:00
Junling Bu
147c836dcc fix[litemall-core]: bug fix. 2018-07-23 14:23:27 +08:00
Menethil
c1e96bfef4 修复空值错误 2018-07-23 05:28:07 +08:00
Menethil
b4d2d07642 增加系统启动初始化类,增加系统启动信息打印类 2018-07-23 04:55:09 +08:00
Menethil
3af6d8c377 系统配置移至Core模块,添加系统配置基类以规范配置类的行为 2018-07-23 03:36:47 +08:00
Junling Bu
a4a84d4045 feat[litemall-core]: 添加一个异常处理器。 2018-07-22 21:30:01 +08:00
Junling Bu
b8ce23bcf2 chore[litemall-core]: 调整代码 2018-07-22 19:03:52 +08:00
Junling Bu
ab45404634 chore[litemall-core]: 存储配置采用lazy加载方式 2018-07-22 15:11:49 +08:00
Menethil
ab91a8e260 修复搜索时未判断删除标记的物品 2018-07-22 03:05:57 +08:00
Junling Bu
1072fc97bc feat[litemall-core]: core模块支持存储,包括本地存储、腾讯云存储、阿里云存储 2018-07-21 11:06:36 +08:00
Menethil
bd22847aab 添加注册短信验证和重置密码短信验证 2018-07-21 01:49:48 +08:00
Junling Bu
d12f3c4797 chore[litemall-core]: 调整notify和express代码结果,以及调整配置命名以litemall开始 2018-07-20 18:10:30 +08:00
Junling Bu
29751a5f88 chore[litemall-core]: 采用yaml配置文件方式 2018-07-20 14:03:30 +08:00
Junling Bu
ea11192155 chore[litemall-core]: 采用spring的Base64Util来简化ExpressService代码 2018-07-20 11:21:55 +08:00
Junling Bu
c28573c8eb chore[litemall-core]: 采用默认异步调度器。添加测试类。 2018-07-20 10:15:14 +08:00
Menethil
a64988a8df 添加服务端物流信息查询,添加小程序物流查询 2018-07-20 02:27:57 +08:00
Menethil
cd9470c740 添加退款通知用户,退款申请通知管理员,发货通知用户
修复AdminOrder参数处理类型错误
2018-07-19 20:51:07 +08:00
Junling Bu
70763a2e32 feat[litemall-core]: 取消支持swagger,尽量保持项目的精简。 2018-07-18 16:47:01 +08:00
Menethil
15af17aadb 删除无效的文件 2018-07-16 19:46:34 +08:00
Menethil
6b0d4da0b4 conflict fixed 2018-07-16 19:44:38 +08:00
Menethil
df84264e37 修改通知类逻辑,添加微信模版通知,修改配置为yaml 2018-07-16 19:11:58 +08:00
Junling Bu
5e2b84ea90 chore[litemall-os-api]:代码调整以及添加测试代码 2018-07-16 15:10:44 +08:00
Menethil
61f6b9860f Merge remote-tracking branch 'origin/master'
# Conflicts:
#	litemall-core/src/main/resources/notify.properties
2018-07-15 22:42:29 +08:00
Menethil
f566a19844 添加脚本 2018-07-15 20:37:24 +08:00
Junling Bu
c9e28aefb4 chore[litemall-core]:提醒消息重新命名以及添加测试 2018-07-15 16:47:24 +08:00
Junling Bu
80cf0a2443 chore[litemall-core]:短信消息类型重新命名以及添加测试类 2018-07-15 16:46:20 +08:00
Junling Bu
2ad061a7a2 chore[litemall-core, litemall-wx-api]:调整代码 2018-07-15 12:56:54 +08:00
Menethil
6ac9478e9c 添加短信通知和邮件通知 2018-07-14 19:59:02 +08:00
Menethil
acdf7a65ff 添加邮箱工具类及支付完成发送邮件提醒 2018-07-14 11:51:33 +08:00
Junling Bu
2d7a3f8108 fix[litemall-db: 修复Jackson日期配置不正确 2018-07-11 15:52:13 +08:00
Junling Bu
32ea87b085 [litemall-admin, litemall-admin-api]: 管理后台调整 2018-07-05 22:44:37 +08:00
Junling Bu
1d08bb4db6 重新设计失败错误码。 2018-06-05 19:27:31 +08:00
Junling Bu
b48b884d46 fix[litemall-core]:修复日期显示格式。 2018-05-26 11:08:40 +08:00
Junling Bu
3269ec2bce update[project]: 进一步完善所有模块的pom.xml 2018-05-21 18:50:17 +08:00
Junling Bu
d69000fcff update[litemallc-core, litemall-wx-api, litemall-admin-api]: wx后台服务和admin后台服务验证手机号码格式。 2018-05-16 22:44:38 +08:00
Junling Bu
a63bdd6330 update[litemall-core]: 支持swagger2。 2018-05-09 10:36:15 +08:00
Junling Bu
5d0225f25d update[litemall-core]: 支持swagger2。 2018-05-09 07:47:10 +08:00
Junling Bu
2f44889c00 update[project]: 重新设计多模块的maven结构,同时更新相关依赖库到最新版本。 2018-05-06 22:01:10 +08:00
Junling Bu
f142c661b0 new[litemallc-core]: 把一些共同的配置或者通用代码重构到新的一个核心模块litemall-core。 2018-04-21 12:11:39 +08:00