Browse Source

no message

libushang 1 month ago
parent
commit
11bd0dc644
1 changed files with 6 additions and 1 deletions
  1. 6 1
      routers/api/yst/yhxx.py

+ 6 - 1
routers/api/yst/yhxx.py

@@ -27,7 +27,12 @@ def get_yst_user_info(
     return yst_user_info_response(json.dumps({
         "account_type": "human",
         "corp": {
-            "level": "L2"
+            "level": "L2",
+            "qyInfo": {
+                "qymc": "茂名市石油化工有限公司",
+                "qyjb": "规模以上",
+                "qydz": "--"
+            }
         },
         "tokenid": "ccb7fb65a9ca5a2d74c2afeed928c522"
     }))