如题!例如有一个方法名字叫test,有一个function
function onRequest(request, response, modules) { response.end("helloworld yea") }
在postman里面应该怎样测试?
收起
postman主要是方便你构建http post请求,只需要你填好对应的参数。而不是测试js 函数的
报告相同问题?