如何在 Nginx 中获取相同的查询参数?参数电话可能多两个。
示例查询字符串:
/subscriber?action=getSubscriptions&phone=123456789&phone=987654321
或者重新格式化
/subscriber?action=getSubscriptions&phone[]=123456789&phone[]=987654321
如何在 Nginx 中获取相同的查询参数?参数电话可能多两个。
示例查询字符串:
/subscriber?action=getSubscriptions&phone=123456789&phone=987654321
或者重新格式化
/subscriber?action=getSubscriptions&phone[]=123456789&phone[]=987654321