|
|
@@ -108,6 +108,17 @@ export function CheckBookPreviewIdentityCode (data) {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 校验识别码
|
|
|
+ * @param {object} data 请求数据
|
|
|
+ * @param {string} data.identity_code 识别码
|
|
|
+ * @param {string} data.check_code 校验码
|
|
|
+ * @param {string} data.app_id 应用标识
|
|
|
+ * @param {string} data.user_name 用户名
|
|
|
+ */
|
|
|
+export function obocCheckIdentityCode (data) {
|
|
|
+ return http.post(`${process.env.VUE_APP_EepServer}?MethodName=oboc-CheckIdentityCode`, data);
|
|
|
+}
|
|
|
|
|
|
/**
|
|
|
* 文本转音频文件-有音色配置
|