获取requestId的类型。
def get_id_type(self) -> RequestIdType
无
from sdk.request_id import RequestId request_id = RequestId("Id") id_type = request_id.get_id_type()
requestId类型。