预创建订单
POST
http://localhost:18061/openapi/gasstation/ynShellCreatOrderSync
请求参数
参数名
类型
描述
必填
orderCode
int
订单号(最长32位)
必填
feeAmount
int
总价(油枪上显示的价格,原价)
必填
stationCode
string
油站编号
必填
oilNo
string
油品
必填
oilGun
int
油枪号
必填
appid
int
应用id
必填
timespan
int
时间戳
必填
sign
string
签名
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:ok
必填
sign
string
示例:bdd78b4ba46c70d403daaeb705393d50
必填