获取订单参数
POST
http://localhost:8080/machine-fast/app/charging/getOrderParams/{type}/{poleId}/{money}
接口描述
获取订单参数(支付宝/微信)
请求头
参数名
类型
描述
必填
token
String
令牌
必填
请求参数
参数名
类型
描述
必填
type
String
订单类型支付宝 :alipay 微信:wx
必填
poleId
String
灯杆id
必填
money
String
订单金额
必填
响应参数
参数名
类型
描述
必填
msg
String
响应信息
必填
code
String
状态码
必填
orderInfo
String
订单信息(alipay返回)
必填
authInfo
String
授权参数(alipay返回)
必填
appid
String
应用ID
必填
partnerid
String
商户号
必填
prepayid
String
预支付交易会话ID
必填
package
String
扩展字段
必填
noncestr
String
随机字符串
必填
timestamp
String
时间戳
必填
sign
String
签名
必填
type
String
支付类型返回 alipay/wx
必填