diff --git a/app/Utils/API/SendCode.php b/app/Utils/API/SendCode.php index 0aef3b6..67550d8 100644 --- a/app/Utils/API/SendCode.php +++ b/app/Utils/API/SendCode.php @@ -63,8 +63,9 @@ class SendCode /** * 检测是否在线 * https://apifox.com/apidoc/shared-c08671dd-4e9d-44dd-a2a1-ec4b8316a81f - * 0 在线 1不在线 2token无效 3WS号不存在 - * code + * code 0 成功 1token无效 2WS号不存在 + * status 当code=0时返回,0表示在线 1表示离线 + * 返回 0在线 1离线 2 token无效 3 ws号不存在 */ public static function get_ws_status($phone) {