diff --git a/zh-cn/application-dev/reference/apis/js-apis-radio.md b/zh-cn/application-dev/reference/apis/js-apis-radio.md index 1334a3015489c12857bdd827c9fea7b7c4457971..c69f86e8f16c0f27b0d790c16dd044abbefd9832 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-radio.md +++ b/zh-cn/application-dev/reference/apis/js-apis-radio.md @@ -1839,10 +1839,10 @@ radio.off('imsRegStateChange', 0, radio.ImsServiceType.TYPE_VIDEO, (err, data) = | 名称 | 值 | 说明 | | ----------------------------- | ---- | -------------------------- | -| REG_STATE_NO_SERVICE | 0 | 设备不能使用任何服务。 | -| REG_STATE_IN_SERVICE | 1 | 设备可以正常使用业务。 | +| REG_STATE_NO_SERVICE | 0 | 设备不能使用任何服务,包括数据业务、短信、通话等。 | +| REG_STATE_IN_SERVICE | 1 | 设备可以正常使用服务,包括数据业务、短信、通话等。 | | REG_STATE_EMERGENCY_CALL_ONLY | 2 | 设备只能使用紧急呼叫业务。 | -| REG_STATE_POWER_OFF | 3 | 蜂窝无线电已关闭。 | +| REG_STATE_POWER_OFF | 3 | 蜂窝无线电已关闭,modem下电,无法和网侧进行通信。 | ## NsaState