【新增】lua测试

This commit is contained in:
wxd-gaming
2024-08-01 10:08:25 +08:00
parent a6d3b7aca9
commit 97aef6788d

View File

@@ -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)