Browse Source

设置单点登录请求参数

gzb
guozhongbo 8 months ago
parent
commit
ee894b4dc3
1 changed files with 25 additions and 0 deletions
  1. 25
    0
      src/views/regionSection/regionManage/regionManage.vue

+ 25
- 0
src/views/regionSection/regionManage/regionManage.vue View File

538
           Required: "是",
538
           Required: "是",
539
           comm: "认证类型:1账号2学号3手机号码4身份证号"
539
           comm: "认证类型:1账号2学号3手机号码4身份证号"
540
         },
540
         },
541
+        {
542
+          data: "timestamp",
543
+          type: "int",
544
+          Required: "是",
545
+          comm: "当前时间戳"
546
+        },
541
         {
547
         {
542
           data: "loginname",
548
           data: "loginname",
543
           type: "string",
549
           type: "string",
549
           type: "string",
555
           type: "string",
550
           Required: "是",
556
           Required: "是",
551
           comm: "认证密码"
557
           comm: "认证密码"
558
+        },
559
+        {
560
+          data: "sign",
561
+          type: "string",
562
+          Required: "是",
563
+          comm: "签名"
564
+        },
565
+        {
566
+          data: "mac",
567
+          type: "string",
568
+          Required: "是",
569
+          comm: "设备"
552
         }
570
         }
553
       ],
571
       ],
554
       response_list: [
572
       response_list: [
642
               type: "string",
660
               type: "string",
643
               Required: "是",
661
               Required: "是",
644
               comm: "身份证号"
662
               comm: "身份证号"
663
+            },
664
+            {
665
+              id: 14,
666
+              data: "usersex",
667
+              type: "int",
668
+              Required: "是",
669
+              comm: "性别0未知1男2女"
645
             }
670
             }
646
           ]
671
           ]
647
         }
672
         }

Loading…
Cancel
Save