Browse Source

提交代码

陈少旭 1 year ago
parent
commit
b6dfca45ab
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/api/his/his.js

+ 10 - 0
src/api/his/his.js View File

836
 }
836
 }
837
 
837
 
838
 
838
 
839
+export function getfapiaonumber(){
840
+  return request({
841
+    url:"/api/getfapiaonumber",
842
+    method:"get",
843
+  })
844
+}
845
+
846
+
847
+
848
+
839
 
849
 
840
 
850
 
841
 
851