💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
接口状态: 已完成 接口URL: curl【下单时回调地址】 请求方式: POST Content-Type: application/json #### 请求类型 post #### 推送数据 ``` { "app_key": "sdsd", "status": 3, "order_no": 11, "total": 11, "is_deduction": 1, } ``` #### 推送数据参数说明 |变量名 | 类型 | 描述 | | --- | --- | --- | |status|number|订单状态:3已取消 | |order_no|number|订单号| |total|number|金额| |is_deduction|int| 是否回款1:已回款|