💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~[api] get:/api/customer/weixin/wechatOrder *string:token=默认值#token *applet_appid#小程序appid *order_id#订单id *user_openid#用户openid *session_key#用户session_key *store_id#门店id *status#订单状态,取值如下:CREATE_DEAL—用户下单;PAY_SUCCESS—支付完成,结账成功; *order_entry#小程序:点餐页面path路径 *out_order_no#订单号 <<< success { "code": 204, "msg": "操作成功", "data": null } <<< error { "code": 400, "msg": "参数格式错误", "data": { "code": "PARAM_ERROR", "message": "参数格式错误", "detail": { "field": "#/properties/status", "issue": "与ENUM schema不符", "location": "body" } } } ~~~