## 數據格式
采用 HTTP 標準的 POST 協議,為了保證接收方接收數據正確,傳輸數據必須簽名。
>[danger] HttpRequestMethod: post
>ContentType:application/json;charset=UTF-8
例:
~~~
{"appid":"1308791035","method":"wx_scan","data":{"total":100,"store_id":"11","nonce_str":"5ad1d0db143a2"},"sign":"1802BF462E9DCD422BCF42D181068655"}
~~~
* * * * *
>[danger] 返回數據為JSON格式