#取得平衡
https://sms-online.pro/stubs/handler_api.php?action=getBalance&api_key=$api_key
#参数:
参数 |
类型 |
需要 |
资料描述 |
$api_key |
string |
☑️ |
API 密钥 |
#回应:
回应讯息 |
资料描述 |
ACCESS_BALANCE:$amount |
账户余额. $amount 包含余额 |
#Possible errors:
错误 |
资料描述 |
BAD_KEY |
API 密钥不正确 |
ERROR_SQL |
SQL 服务的错误 |