docs: 更新 SendCode 类的在线检测注释,优化代码说明

This commit is contained in:
lingling 2025-03-07 13:31:54 +08:00
parent 22bb816a36
commit df54ad41aa
1 changed files with 3 additions and 2 deletions

View File

@ -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)
{