第三方跳转参数

1) 请求地址

http://m.test.azmks.com/checkout/inquiry-to-wwz.html

2) 调用方式:HTTP post

3) 接口描述:

  • 接口描述详情

4) 请求参数:

POST参数:

字段名称 字段说明 类型 必填 备注
order_sn string Y -

5) 请求返回结果:

{
    "code": 0,
    "data": {
        "path": "pages/navigate/index/index?referrerInfo=",
        "gh_id": "gh_ac5f73f466ec",
        "appid": "wx28b588e28da9fcb5",
        "extraData": {
            "orderId": "20220721164135103760",
            "custName": "谢余华",
            "custPhone": "17723003351",
            "custSex": "S00030001",
            "custAge": 324,
            "custCard": "500243199412154154",
            "weight": "65",
            "drugList": [
                {
                    "count": 1,
                    "erpCode": "35608",
                    "unit": "件"
                }
            ],
            "storePhone": "4b22b7c168c6f98749278ce26f679d3c13600000001"
        }
    },
    "message": ""
}

6) 请求返回结果参数说明:

字段名称 字段说明 类型 必填 备注
code string Y -
data string Y -
path string Y -
gh_id string Y -
appid string Y -
extraData string Y -
orderId string Y -
custName string Y -
custPhone string Y -
custSex string Y -
custAge string Y -
custCard string Y -
weight string Y -
drugList string Y -
count string Y -
erpCode string Y -
unit string Y -
storePhone string Y -
message string Y -
文档更新时间: 2022-07-21 16:55   作者:xieyuhua