生成sm4密钥
## 接口名称
生成sm4密钥接口
## 接口描述
生成sm4密钥。
## 接口地址
https://idr.gdsinsing.com/tools/sm4/key
## 调用方式
|方法|数据类型|
|-|-|
|[X] GET|[ ] form-data|
|[ ] POST|[ ] x-www-form-urlencoded|
|[ ] PUT|[ ] raw|
|[ ] DELETE||
## 返回结果
详见:[API接口返回结果说明](doc:uPPE78uC)
#### 成功返回
|参数名|类型|说明|
|-|-|-|
|result|Int|调用结果(0:失败,1:成功)|
|data|String|经过base64编码|
#### 失败返回
详见:[API接口失败返回](doc:AYrPnJLE)