文档
测试

支付宝订单接口

POST
http://api.txtx365.com/index.php?/api/getAlipayOrder

请求参数

参数名
类型
描述
必填
token
string
token
必填
device_code
string
手机设备号
必填
event_id
int
活动ID
必填
uid
int
参选人员ID
必填
product_id
int
商品ID
必填
user_id
int
登录的用户ID
必填
pay_money
int
订单价格,精确到分
必填
pay_fee
int
商品单价
必填
total
int
商品数量
必填
order_title
string
订单主题,非必填项
必填
notes
string
订单描述。非必填项
必填

响应参数

参数名
类型
描述
必填
code
int
状态编号
必填
message
string
状态描述
必填
order_str
string
支付宝接口返回字符串
必填