File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TL_OPS_PATH="/usr/local/tl-ops-manage/"
66TL_OPS_CONF_PATH=" /usr/local/tl-ops-manage/conf/tl_ops_manage.conf"
77TL_OPS_LUA_PATH=" /usr/local/openresty/lualib/?.lua;;/usr/local/tl-ops-manage/?.lua;;"
88TL_OPS_LUAC_PATH=" /usr/local/openresty/lualib/?.so;;"
9- TL_OPS_VER=" v3.4.2 "
9+ TL_OPS_VER=" v3.4.4 "
1010
1111echo_msg (){
1212 cur_time=$( date " +%Y-%m-%d %H:%M:%S" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TL_OPS_PATH="/usr/local/tl-ops-manage/"
66TL_OPS_CONF_PATH=" /usr/local/tl-ops-manage/conf/tl_ops_manage.conf"
77TL_OPS_LUA_PATH=" /usr/local/openresty/lualib/?.lua;;/usr/local/tl-ops-manage/?.lua;;"
88TL_OPS_LUAC_PATH=" /usr/local/openresty/lualib/?.so;;"
9- TL_OPS_VER=" v3.4.2 "
9+ TL_OPS_VER=" v3.4.4 "
1010
1111echo_msg (){
1212 cur_time=$( date " +%Y-%m-%d %H:%M:%S" )
Original file line number Diff line number Diff line change 11
22## 事务更新日程
33
4+ 2023-03-26
5+
6+ 1. 补充部分测试用例
7+
8+ 2. 调整管理端api处理函数
9+
10+ 3. 补充说明文档
11+
12+ 4. 事务日程调整
13+
414
5152023-03-18
616
You can’t perform that action at this time.
0 commit comments