xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

shit aliyun

垃圾的 aliyun

  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

image


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));




Flag Counter

©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


原文地址:https://www.cnblogs.com/xgqfrms/p/10411357.html