1 请求域名
https://api.aijiehun.com/open-api/
2 公共参数说明
| 字段名 | 变量名 | 必填 | 类型 | 示例值 | 描述 |
|---|---|---|---|---|---|
| 商户appId | appId | 是 | string | 201909909 | 智能鲜蜂提供的商户AppId |
| 时间戳 | timestamp | 是 | string | ||
| 签名 | sign | 是 | string | 参考 “安全规范”里面的签名算法 | |
| 业务参数 | biz_content | 是 | json |
3 请求body示例
{
"appId":"201923265",
"timestamp":"2014-07-24 03:07:50",
"sign":"5666666",
"biz_content":{
"nickName":"test",
"phone":"135381",
"unionid":"test",
}
}