说明
京东金融配置
type 传1 代表添加修改
type 传2 代表 查看配置信息 只传 type
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/jd_config |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| type | string | 是 | 1代表添加修改,2代表查看数据(以下参数均不传) | |
| agentNo | string | 是 | 服务商商户号 | |
| store_md_key | string | 是 | 加签密钥 | |
| store_des_key | string | 是 | 加密密钥 | |
| systemId | string | 是 | 系统名称ID | |
| ali_appid | string | 是 | 支付宝app ID | |
| wx_appid | string | 是 | 微信app ID | |
| wx_secret | string | 是 | 微信密钥 |
返回值示例 成功请求示例:
{ "status": 1, "message": "保存成功", "data": { "app_id": "1", "app_secret": "2", "wx_merchant_id": "3", "key": "4111", "cert_path": "5", "key_path": "7", "auth_path": "8", "config_id": "19999999994" } }失败请求示例
{ "msg":"无效参数", "status":0 }