如下所示:
test.com/api/sales/getcustomerorders/test@test.com
我想将电子邮件地址作为参数传递给getcustomerorders操作.
我们可以传递使用查询字符串.但是我想像上面那样格式化URL.
谢谢.