v1

latestOpenAPI 3.1.02026-07-26850209.3 KB

取消订阅

取消订阅

post/subscription/cancel

Request body

appIdinteger required

业务ID(后台获取,需要根据URL中的币种传递对应的业务ID)

subscriptionNostring required

平台订阅号

signstring required

签名

Response

statusstring

状态码

errorstring

错误码

msgstring

返回信息

Example response

{
  "status": "1",
  "error": "00000000",
  "data": {
    "payType": "SUBSCRIPTION"
  }
}