});
}
+export function handleOne(params) {
+ return request({
+ url: "/handleOne",
+ method: "get",
+ params:params,
+ });
+}
+