@prefix发现个骗子网站,谁来搞搞 中发帖

http://1rlx.cuoec.com/wxlog/index/url/cdkey/4SAGD1 
这貌似是个骗子网站,有没有佬狠狠的搞一下,我弄了几轮压测,貌似把我ip封了
这是我目前搞的k6脚本,可以一直创建假订单拉起支付
import http from 'k6/http';
import {check} from 'k6';

export const options = {
vus: 1,
iterations: 1,
// 调试时必须设为 false,否则有时候 body 会为空
discardResponseBodies: false,
};

const commonHeaders = {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
...