lhl hace 2 años
padre
commit
d08f367329
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      api/model.js

+ 9 - 0
api/model.js

@@ -40,4 +40,13 @@ export function subTypeAudit(data) {
 		method: 'post',
 		data
 	});
+}
+
+
+export function getUserCardInfo(data, id) {
+	return request({
+		url: '/api/user/getUserCardInfo',
+		method: 'get',
+		data
+	});
 }