mirror of
https://github.com/wxd-gaming/test-all.git
synced 2026-06-07 15:02:52 +08:00
【新增】lua测试
This commit is contained in:
@@ -22,6 +22,11 @@ function index3(request, response, postBody)
|
||||
responseUtil:responseObj(response, obj)
|
||||
end
|
||||
|
||||
function api_test(request, response, postBody)
|
||||
print("api_test")
|
||||
responseUtil:responseText(response, "api_test")
|
||||
end
|
||||
|
||||
function paramsTest(p1, p2, p3, p4, p5, p6)
|
||||
print("p1 = " .. tostring(p1)
|
||||
.. "; p2 = " .. tostring(p2)
|
||||
|
||||
Reference in New Issue
Block a user