### 二維碼登錄
~~~[api]
post:/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=machine.login.qrcodeEntry
*int:merchid#商戶ID
*int:random#隨機數
<<<
success
{
"status": 1,
"result": {
"realname": "馬大哈",
"credit1": 998.00,
"message": "登錄成功"
}
}
<<<
error
{
"status": 0,
"result": {
"message": "商戶ID不能為空"
}
}
~~~