shit aliyun

shit aliyun-LMLPHP

  1. 什么鬼逻辑,怎么填写都不对,holy shit!
  2. 校验规则:

// 对不起,昵称包含不可接受字符或被管理员屏蔽,请选择其它昵称
// 昵称的长度必须大于等于4,一个中文字算2个字符
// 对不起,该昵称被占用!
// 昵称支持中文字、英文字母、数字及_ . ·
// 昵称支持最长15个英文字符或5个汉字
// shit_aliyun

https://connect.aliyun.com/suggestion/72161

https://connect.aliyun.com/suggestion/add

https://edu.aliyun.com/my/profession?spm=5176.10731334.0.0.HhtlbT

shit aliyun

shit aliyun-LMLPHP


fetch(url, {
body: `nickname=xxxxx&_csrf_token=MD2ToUvQZ-3fk-g-gxczDhwiptfdRBnA57isO7wjBSE`,
cache: "no-cache",
credentials: "same-origin",
// credentials: "include",
headers: {
"Content-Type": "application/x-www-form-urlencoded",
},
method: "POST",
mode: "cors",
redirect: "follow",
referrer: "no-referrer",
})
.then(res => res.json())
.then(json => {
// json
console.log(`json =`, JSON.stringify(json, null, 4));
return json;
})
.catch(err => console.error(`error =`, err));

shit aliyun-LMLPHP

05-11 11:27