1 2 3 4 5 6 7 8 9
//! 实名认证模块 //! //! 提供人脸/实名认证相关 API #![allow(clippy::module_inception)] mod human_authentication; pub use human_authentication::v1;