macro_rules! impl_base_api_fields {
($request_name:ident) => { ... };
}Expand description
实现基础API请求字段的宏 包含常用的字段如 app_token, table_id 等
macro_rules! impl_base_api_fields {
($request_name:ident) => { ... };
}实现基础API请求字段的宏 包含常用的字段如 app_token, table_id 等