### **生成太陽碼接口**
接口地址可在后臺獲取,接口加密時所用的key也在后臺配置

### **請求方式**
POST
### **數據格式**
數據輸入和返回均為json數據
### **簽名算法**
參考微信支付簽名算法 [點擊查看](https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=4_3)
**PS:值等于0的字段也不參與簽名**
### **接口詳情**
~~~[api]
post:https://www.demo.com/addons/healer_wxa/api.php?uniacid=0
*string:route= #接口路由,請傳pagecode
*string:title= #頁面標題
*string:url= #頁面鏈接
*string:image= #二維碼logo
*number:width= #二維碼寬度
*string:color=# 線條顏色,例如#ff0000
*number:is_hyaline= #透明底色,0否 1是
string:remark= #備注
*number:timestamp= #當前時間戳
*string:sign= #按上述簽名算法生成
<<<
success
{
"code":0,
"msg":"SUCCESS",
"data":"https:\/\/www.demo.com\/attachment\/images\/1\/healer_wxa\/qrcode_19.jpg",
"timestamp":1539067224
}
<<<
error
{
"code":0,
"msg":"具體錯誤原因",
"timestamp":1539067224
}
~~~