4.1 授权风险检测
请求路径:https://oem.ai-tax.cn/oauth?accessToken=xxxxxxx&skuId=xxx&state=xxxxxx& redirect_uri= UrlEncode(redirect_uri)
form-data 参数
参数名称 | 类型、长度 | 是否必填 | 描述 |
---|---|---|---|
accessToken | String | Y | 通过 3.1 接口获取 |
skuId | Integer | Y | 检测商品 id |
state | String | Y | 自定义参数 |
redirect_uri | String | N | 完成授权后的跳转网址 |