# 无代码接入

> 无代码接入未做任何用户验证/权限校验/信息记录，仅作为 MVP 测试使用，请勿用于商业正式产品

> 无代码接入由面包多监管和审核，请遵守使用规范，如果支付场景中有违规，面包多可能会关闭该场景，甚至暂停你的支付权限

无代码接入的核心逻辑非常简单：根据你的设置，在支付后运行特定逻辑，目前支持的逻辑包括：

* 展示特定文字
* 展示随机文字
* 展示图片
* 跳转指定网页

无需操心支付参数的构造，回调的处理，并发控制，只需将支付场景链接嵌入你的内容之中即可使用支付能力

#### 接收更多参数

场景链接一般形式为： `https://p.mbd.pub/nocode_pay?id=62cdb07a114c7ea86db45379631fc7f9`

如果需要接收更多参数，可以自行构造URL，例如：`https://p.mbd.pub/nocode_pay?id=62cdb07a114c7ea86db45379631fc7f9&a=123&b=456`

增加的参数（`a=123&b=456`）面包多也会记录，并在 [查询订单接口](https://www.wolai.com/8FVrYChC5MT46Nj1Sziqj6) 和控制台中返回：

![](/files/-MWHrkDIBXUI4i2EzEs-)

> 点击订单即可查看支付详情及支付时携带的参数


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.mbd.pub/learn_more/wu-dai-ma-jie-ru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
