Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openresty
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tangku7
openresty
Commits
7ec86564
Commit
7ec86564
authored
Jul 19, 2018
by
周尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move nginx/lua to luabiz
parent
50c9690f
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
27 additions
and
27 deletions
+27
-27
README.org
README.org
+1
-1
luabiz/async.lua
luabiz/async.lua
+1
-1
luabiz/settle/node_asb.lua
luabiz/settle/node_asb.lua
+1
-1
luabiz/settle/node_asbdetail.lua
luabiz/settle/node_asbdetail.lua
+1
-1
luabiz/settle/node_card.lua
luabiz/settle/node_card.lua
+1
-1
luabiz/settle/node_chgrule.lua
luabiz/settle/node_chgrule.lua
+1
-1
luabiz/settle/node_cs.lua
luabiz/settle/node_cs.lua
+1
-1
luabiz/settle/node_csdetail.lua
luabiz/settle/node_csdetail.lua
+1
-1
luabiz/settle/node_ms.lua
luabiz/settle/node_ms.lua
+1
-1
luabiz/settle/node_payment.lua
luabiz/settle/node_payment.lua
+1
-1
luabiz/settle/node_psb.lua
luabiz/settle/node_psb.lua
+1
-1
luabiz/settle/node_psbdetail.lua
luabiz/settle/node_psbdetail.lua
+1
-1
luabiz/settle/node_rchg.lua
luabiz/settle/node_rchg.lua
+1
-1
luabiz/settle/node_rchgdetail.lua
luabiz/settle/node_rchgdetail.lua
+1
-1
luabiz/settle/node_saledetail.lua
luabiz/settle/node_saledetail.lua
+1
-1
luabiz/settle/node_saleorder.lua
luabiz/settle/node_saleorder.lua
+1
-1
luabiz/settle/node_shift.lua
luabiz/settle/node_shift.lua
+1
-1
luabiz/settle/node_sku.lua
luabiz/settle/node_sku.lua
+1
-1
luabiz/settle/node_sms.lua
luabiz/settle/node_sms.lua
+1
-1
luabiz/settle/node_smsvip.lua
luabiz/settle/node_smsvip.lua
+1
-1
luabiz/settle/node_ticket.lua
luabiz/settle/node_ticket.lua
+1
-1
luabiz/settle/node_vipacct.lua
luabiz/settle/node_vipacct.lua
+1
-1
luabiz/settle/settle.lua
luabiz/settle/settle.lua
+2
-2
luabiz/settle/tk_sdt.lua
luabiz/settle/tk_sdt.lua
+1
-1
nginx/conf/nginx.conf
nginx/conf/nginx.conf
+2
-2
No files found.
README.org
View file @
7ec86564
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* 主要功能
* 主要功能
详见[[file:
nginx/lua
/README.org::*%E6%A8%A1%E5%9D%97%E8%AF%B4%E6%98%8E][ 模块说明]]
详见[[file:
luabiz
/README.org::*%E6%A8%A1%E5%9D%97%E8%AF%B4%E6%98%8E][ 模块说明]]
** 业务清单
** 业务清单
...
...
luabiz/async.lua
View file @
7ec86564
local
_ASYNC
=
{}
local
_ASYNC
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;"
local
mysql
=
require
(
"resty.mysql"
)
local
mysql
=
require
(
"resty.mysql"
)
local
json
=
require
(
'cjson'
)
local
json
=
require
(
'cjson'
)
...
...
luabiz/settle/node_asb.lua
View file @
7ec86564
local
_ASB
=
{}
local
_ASB
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_asbdetail.lua
View file @
7ec86564
local
_ASBDETAIL
=
{}
local
_ASBDETAIL
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_card.lua
View file @
7ec86564
local
_NC
=
{}
local
_NC
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_chgrule.lua
View file @
7ec86564
local
_CR
=
{}
local
_CR
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_cs.lua
View file @
7ec86564
local
_CS
=
{}
local
_CS
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_csdetail.lua
View file @
7ec86564
local
_CSDETAIL
=
{}
local
_CSDETAIL
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_ms.lua
View file @
7ec86564
local
_MS
=
{}
local
_MS
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
local
mysql
=
require
(
"resty.mysql"
)
local
mysql
=
require
(
"resty.mysql"
)
local
base
=
require
(
"base"
)
local
base
=
require
(
"base"
)
...
...
luabiz/settle/node_payment.lua
View file @
7ec86564
local
_PAYMENT
=
{}
local
_PAYMENT
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_psb.lua
View file @
7ec86564
local
_PSB
=
{}
local
_PSB
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_psbdetail.lua
View file @
7ec86564
local
_PSBDETAIL
=
{}
local
_PSBDETAIL
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_rchg.lua
View file @
7ec86564
local
_RCHG
=
{}
local
_RCHG
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_rchgdetail.lua
View file @
7ec86564
local
_RCHGDETAIL
=
{}
local
_RCHGDETAIL
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_saledetail.lua
View file @
7ec86564
local
_SALEDETAIL
=
{}
local
_SALEDETAIL
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_saleorder.lua
View file @
7ec86564
local
_SALEORDER
=
{}
local
_SALEORDER
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
local
MODULE
=
"NODE"
local
MODULE
=
"NODE"
...
...
luabiz/settle/node_shift.lua
View file @
7ec86564
local
_SHIFT
=
{}
local
_SHIFT
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_sku.lua
View file @
7ec86564
local
_SKU
=
{}
local
_SKU
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_sms.lua
View file @
7ec86564
local
_SMS
=
{}
local
_SMS
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_smsvip.lua
View file @
7ec86564
local
_SMSVIP
=
{}
local
_SMSVIP
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_ticket.lua
View file @
7ec86564
local
_NT
=
{}
local
_NT
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/node_vipacct.lua
View file @
7ec86564
local
_VIPACCT
=
{}
local
_VIPACCT
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
...
...
luabiz/settle/settle.lua
View file @
7ec86564
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/settle/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/settle/?.lua;;"
local
base
=
require
(
'base'
)
local
base
=
require
(
'base'
)
...
...
luabiz/settle/tk_sdt.lua
View file @
7ec86564
local
_SDT
=
{}
local
_SDT
=
{}
package.path
=
package.path
..
";/Users/zhoush/openresty/
nginx/lua
/?.lua;;"
package.path
=
package.path
..
";/Users/zhoush/openresty/
luabiz
/?.lua;;"
local
MODULE
=
"S"
-- Settle
local
MODULE
=
"S"
-- Settle
...
...
nginx/conf/nginx.conf
View file @
7ec86564
...
@@ -111,8 +111,8 @@ http {
...
@@ -111,8 +111,8 @@ http {
location
/test
{
location
/test
{
content_by_lua_block
{
content_by_lua_block
{
package.path
=
package.path.."
;
/users/zhoush/openresty/
nginx/lua
/?.lua
;
;
"
package.path
=
package.path.."
;
/users/zhoush/openresty/
lubiz
/?.lua
;
;
"
package.path
=
package.path.."
;
/users/zhoush/openresty/
nginx/lua
/settle/?.lua
;
;
"
package.path
=
package.path.."
;
/users/zhoush/openresty/
lubiz
/settle/?.lua
;
;
"
tk_sdt
=
require
("tk_sdt")
tk_sdt
=
require
("tk_sdt")
tk_sdt:run()
tk_sdt:run()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment