5. jvm-sandbox之指令参数化

 基于https://www.cnblogs.com/moonpool/p/14510129.html,添加一个如下command,其中新增一个param参数,用于接受指令参数

  • 命令行:(注意单引号)

./sandbox.sh -p 4274 -P 37710 -n mocktest -d 'sumModule/changeSumWithParaments?a=1&b=2'

  • http:

GET /sandbox/mocktest/module/http/sumModule/changeSumWithParaments?a=1&b=2

原文地址:https://www.cnblogs.com/moonpool/p/14512832.html