## 公共参数
| 字段名 | 变量名 | 必填 | 类型 | 说明 |
| --- | --- | --- | --- | --- |
| 通信编号 | appid | 是 | String | 商户通信Appid |
| 接口类型 | method | 是 | String | 参考接口列表文档 如:wx_native |
| 请求数据 | data | 是 | Array | 参考各支付接口请求参数 |
| 签名 | sign | 是 | String | 签名结果 详见数据签名文档 |
### 微信扫码支付JOSN格式举例:
~~~
{"appid":"1308791035","method":"wx_scan","data":{"total":100,"store_id":"11","nonce_str":"5ad1d0db143a2"},"sign":"1802BF462E9DCD422BCF42D181068655"}
~~~