接口说明
测试环境: http://test.link.jcex.com:9600/gateway/link.do
生产环境:https://link.jcex.com/gateway/link.do
Content-Type:application/json
字符集编码:UTF-8编码
请求方法:POST
请求头需要增加以下基本参数:
请求头字段 | 说明 |
---|---|
app_key | 必填,开放平台应用管理分配 |
format | 默认为json |
method | 必填,请求调用的方法名称,比如: test.base.platform.list |
nonce | 请求唯一值,必须全局唯一,可采用uuid |
sign_type | 默认为md5 |
timestamp | 时间戳,utc标准时间13位数字值,比如: 1723109764001 |
version | 默认为1.0 |
1.
app_key+format+method+nonce+sign_type+timestamp+version
2.
3.
4.
app_key: 2c0ec0ee3d4340deb63c2c5ee44de12b
method: test.base.platform.list
nonce: 1543837863788879873
sign: f472ecdb82df5207c18b00e697616949
format: json
sign_type: md5
version: 1.0
timestamp: 1723109764
Content-Type:application/json
//请求BODY
{
"category": "OMS"
}
修改于 2024-10-17 00:53:02