|
@@ -128,6 +128,9 @@ const executeReadCard = (cardtype, retryCount = 0) => {
|
|
|
requestUrl = 'http://localhost:8321/readcard/jiangsu/readcard_auto'
|
|
|
} else if (cardtype === 'idcard') {
|
|
|
requestUrl = 'http://localhost:8321/readcard/entry?param=huashi_readcard'
|
|
|
+ } else if (cardtype === 'qrcode') {
|
|
|
+ const param = `jiangsu_qrcode_${nowbiztype}`
|
|
|
+ requestUrl = 'http://localhost:8321/api/entry?param=' + param
|
|
|
} else {
|
|
|
const param = `${cardtype}_${nowbiztype}`
|
|
|
requestUrl = 'http://localhost:8321/readcard/entry?param=' + param
|