Browse Source

no message

libushang 4 tháng trước cách đây
mục cha
commit
11bd0dc644
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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"
     }))