Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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(${手机号});`