@allin75【分享】如何在CC Swtich中看MiniMax的使用额度? 中发帖

分享一下 
({
request: {
url: "https://www.minimaxi.com/v1/api/openplatform/coding_plan/remains",
method: "GET",
headers: {
"Authorization": "Bearer {{apiKey}}",
"Content-Type": "application/json"
}
},
extractor: function(response) {
var data = typeof response === "string" ? JSON.parse(response) : response;
var modelRemains = data.model_re...