Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexv525/flutter_aliyun_saf
阿里云风险识别 Flutter HTTPS SDK
https://github.com/alexv525/flutter_aliyun_saf
Last synced: 13 days ago
JSON representation
阿里云风险识别 Flutter HTTPS SDK
- Host: GitHub
- URL: https://github.com/alexv525/flutter_aliyun_saf
- Owner: AlexV525
- License: apache-2.0
- Created: 2021-05-02T10:11:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T15:02:00.000Z (over 3 years ago)
- Last Synced: 2025-01-03T23:16:30.136Z (18 days ago)
- Language: Dart
- Size: 3.54 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 阿里云风险识别
https://help.aliyun.com/product/69981.html
## 使用步骤
### 初始化
`AliyunSAF().init(ACCESS_KEY_ID, ACCESS_KEY_SECRET);`
### 调用请求
`final SAFResponse? res = await AliyunSAF().request(${手机号});`