💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 基本信息 **Path:** /api/order/pay **Method:** POST **接口描述:** ### 请求参数 **Headers** | 参数名称 | 参数值 | 是否必须 | 示例 | 备注 | | --- | --- | --- | --- | --- | | Content-Type | application/json | 是 | | | **Body** | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | uni | string | 必须 | | 订单编号 | | | paytype | string | 非必须 | | 支付方式(默认微信支付) | | | from | string | 必须 | | 支付类型|routine=小程序,weixin=微信 | | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object | 非必须 | | | | | ├─ status | string | 非必须 | | 状态 | | | ├─ result | object | 非必须 | | | | | ├─ jsConfig | object | 非必须 | | 支付参数 | | | ├─ appId | string | 非必须 | | appId | | | ├─ nonceStr | string | 非必须 | | 随机字符串 | | | ├─ package | string | 非必须 | | 统一下单接口返回的 prepay\_id 参数值 | | | ├─ signType | string | 非必须 | | 签名类型 | | | ├─ paySign | string | 非必须 | | 签名 | | | ├─ timestamp | string | 非必须 | | 时间戳 | | | ├─ order\_id | string | 非必须 | | 订单编号 | |