GET api/Order/Query/HasRebateTicketTypes/{orderid}

2025-01-10添加的API,查询当前订单号中是否含有“返款票”,当含有返款票时,只能使用返款余额支付。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderid

游宝星订单号。

string

Required

Body Parameters

None.

Response Information

Resource Description

2025-01-10添加的API,查询当前订单号中是否含有“返款票”,当含有返款票时,只能使用返款余额支付。

CommonOperationResultWithTagOfBoolean
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": true
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag>true</tag>
</CommonOperationResultWithTagOfboolean>