jeremyjia / Games

Home Page Link:
https://jeremyjia.github.io/Games/
3 stars 8 forks source link

Server.js新增更新issue body的API #899

Open jeremyjia opened 1 year ago

jeremyjia commented 1 year ago

abc123

jeremyjia commented 1 year ago

新增API调用: updateIssueBody(899, "www.baidu.com");

可以在3号沙盒里测试: blo0.blScript("server.js","https://jeremyjia.github.io/Games/issues/4/server.js"); updateIssueBody(899, "I am Jeremyjia");

jeremyjia commented 1 year ago

var url = "https://api.github.com/repos/jeremyjia/Games/issues/899"; var bodyData = "abc"; var data = { "body": bodyData };

myAjaxCmd('PATCH', url, data, function (res) { blo0.blGetTa().value = res.responseText; });