POST api/pay/oneorder

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

Response Information

Resource Description

OKOfWX_Order
NameDescriptionTypeAdditional information
data

WX_Order

None.

errCode

integer

None.

errMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errCode": 1,
  "errMsg": "sample string 2",
  "data": {
    "WxOrderID": 1,
    "PayAmount": 1.0,
    "PayAmountActually": 1.0,
    "PayMethod": 64,
    "PayNo": "sample string 2",
    "PayTime": "2025-12-06 13:01:31",
    "CreateUserID": 3,
    "CreateTime": "2025-12-06 13:01:31",
    "ObjectID": 1,
    "Year": 5,
    "SN": "sample string 6",
    "NewEndTime": "2025-12-06 13:01:31"
  }
}