文档
测试

查询订单的支付情况

POST
http://192.168.1.157:8082/tourist-api/touristGoodsOrder/selectGoodsOrderStatus?orderNo=XL20210218161009380575

请求参数

参数名
类型
描述
必填
orderNo
string
示例:XL20210218161009380575
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1000
必填
message
string
示例:请求处理成功
必填
result
object
数据字典
必填
orderNo
string
示例:XL20210218161009380575
必填
payTime
int
支付时间 示例:1613635818000
必填
payType
int
0未支付 1微信 2支付宝 示例:1
必填
status
int
状态 示例:1
必填