企业微信Rust版SDK
接口参考:https://developer.work.weixin.qq.com/document/path/90664
- 将
.env.sample
改名为.env
, 替换.env
中的CORP_ID
与CORP_SECRET
- 修改examples对应rs文件中的参数后,使用
cargo run --example xxx
运行,如运行user示例:cargo run --example user
企业微信Rust版SDK
接口参考:https://developer.work.weixin.qq.com/document/path/90664
.env.sample
改名为 .env
, 替换.env
中的CORP_ID
与CORP_SECRET
cargo run --example xxx
运行,如运行user示例: cargo run --example user