Browse Source

接口更新

loki.wu 10 months ago
parent
commit
da8c0242b9
3 changed files with 4 additions and 4 deletions
  1. 1 1
      lib/managers/registration.dart
  2. 2 2
      pubspec.lock
  3. 1 1
      pubspec.yaml

+ 1 - 1
lib/managers/registration.dart

@@ -80,7 +80,7 @@ class RegistrationManager implements IRegistrationManager {
   }) async {
     try {
       var request = GetExamListByPhysicalExamNumberRequest();
-      // request.token = Store.user.token;
+      request.token = Store.user.token;
       request.physicalExamNumber = physicalExamNumber;
       final examList = await rpc.vitalExam.getExamListByPhysicalExamNumberAsync(
         request,

+ 2 - 2
pubspec.lock

@@ -415,8 +415,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: d996db0fdbbcf52c733d7e115e3bfe60b947b131
-      resolved-ref: d996db0fdbbcf52c733d7e115e3bfe60b947b131
+      ref: "9f7536e5a969abdd67f18854f717452e9d90346e"
+      resolved-ref: "9f7536e5a969abdd67f18854f717452e9d90346e"
       url: "http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git"
     source: git
     version: "0.0.1"

+ 1 - 1
pubspec.yaml

@@ -163,7 +163,7 @@ dependency_overrides:
   fis_jsonrpc:
     git:
       url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
-      ref: d996db0fdbbcf52c733d7e115e3bfe60b947b131
+      ref: 9f7536e5a969abdd67f18854f717452e9d90346e
     #path: ../fis_lib_jsonrpc
   fis_theme:
     git: