|
|
@ -188,7 +188,7 @@ export function getFrontIdCardOcr(data = {}) { |
|
|
*/ |
|
|
*/ |
|
|
export function checkUpdate(data = {}) { |
|
|
export function checkUpdate(data = {}) { |
|
|
return http.get({ |
|
|
return http.get({ |
|
|
url: '/base-paper-trading/get/app/version', |
|
|
|
|
|
|
|
|
url: '/base-paper-trading/get/app-ybk/version', |
|
|
data: data |
|
|
data: data |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|