Last updated 1 month ago
OK
成功返回0,其他均为错误
发生错误时候返回的消息
const response = await fetch('https://api.mefree.net/api/usdt/energy_used', { method: 'GET', headers: { "MF-ACCESS-KEY": "text", "MF-ACCESS-TIMESTAMP": "text", "MF-ACCESS-SIGN": "text" }, }); const data = await response.json();
{ "code": 0, "msg": "text", "sub_code": "text", "sub_msg": "text", "data": { "have_u": 0, "no_u": 0 } }