# 权益余额校验接口

# 请求

POST https://apigate.glodon.com/meter/consumeOrders/check
1

# 请求参数

{
  "appKey":"UBOFrpVMZXZdqDX3ucJYPjPQ6S1CUdPg",
  "resourceId":"resource_test_id",
  "point": 1,
  "tradeType":"测试类型"
}
1
2
3
4
5
6
参数名 参数类型 是否必填 描述
appKey String ISV appKey
resourceId String SP的service ID(等同于account的resourceId)
point BigDecimal 耗点
tradeType String 交易类型

# 返回参数

{
  "code": "success",
  "message": null,
  "data": true
}
1
2
3
4
5
参数名 参数类型 描述
data Boolean 余额是否能够进行扣点
  • 在线客服

  • 意见反馈