# 米大师支付

小游戏必须使用腾讯米大师作为支付方式，该方式适用于android系统。

![](https://cdn.nlark.com/yuque/0/2019/png/254569/1557223065711-aa377173-b252-44d3-a6bd-e6cb01b10205.png?x-oss-process=image/resize,w_2000)

![](https://cdn.nlark.com/yuque/0/2019/png/254569/1557222834730-1e7d44b7-8223-4f42-af5d-dd17cc3577fd.png)

### **米大师价格等级**

米大师支付有价格等级限制，所以必须要按照米大师的价格等级来设计内购产品

[微信对于米大师价格等级的说明](https://developers.weixin.qq.com/minigame/dev/api/wx.requestMidasPayment.html)

| 价格等级（单位：人民币） |
| ------------ |
| 1            |
| 3            |
| 6            |
| 8            |
| 12           |
| 18           |
| 25           |
| 30           |
| 40           |
| 45           |
| 50           |
| 60           |
| 68           |
| 73           |
| 78           |
| 88           |
| 98           |
| 108          |
| 128          |
| 148          |
| 168          |
| 188          |
| 198          |
| 328          |
| 648          |

### **如何开通米大师**

按要求填写以下信息，并在游戏中完成相应的技术开发，请参阅米大师支付

![](https://cdn.nlark.com/yuque/0/2019/png/254569/1557223144491-c8fe4627-b1d7-4f16-a182-d889a81d2cde.png?x-oss-process=image/resize,w_2000)

### **如何测试/上线**

测试期间可以配置测试回调地址，上线后修改。此外，测试期间米大师会启用沙箱模式。

上线时请务必记得关闭沙箱模式。


---

# 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.skysriver.com/master/features/configuration-service/mi-da-shi-payment.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.
