@@ -147,4 +147,12 @@ export default {
data: form,
})
},
+
+ async reSigningEVisaStatus0(form) {
+ return HcApi({
+ url: '/api/blade-business/task/reSigningEVisaStatus0',
+ method: 'post',
+ data: form,
+ })
+ },
}