说明
检查是否设置公众号提醒
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/check_wx_notify |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
store_id | string | 是 | 门店ID | |
merchant_id | string | 否 | 收银员ID,商户app,商户小程序不传 |
- 正确返回
{
"status": 1,
"message": "返回成功",
"data": {
"is_wx_notify": "0"
}
}
is_wx_notify 0未关注 1 关注
失败请求示例
{ "message":"无效参数", "status":2 }