@alicloud/cloudauth20190307 2.6.2 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +524 -0
- package/dist/client.js +665 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1005 -50
package/dist/client.d.ts
CHANGED
|
@@ -104,6 +104,7 @@ export declare class BankMetaVerifyRequest extends $tea.Model {
|
|
|
104
104
|
* 429001********8211
|
|
105
105
|
*/
|
|
106
106
|
identifyNum?: string;
|
|
107
|
+
identityType?: string;
|
|
107
108
|
/**
|
|
108
109
|
* @example
|
|
109
110
|
* 138******11
|
|
@@ -2376,6 +2377,361 @@ export declare class ModifyDeviceInfoResponse extends $tea.Model {
|
|
|
2376
2377
|
[key: string]: any;
|
|
2377
2378
|
});
|
|
2378
2379
|
}
|
|
2380
|
+
export declare class Vehicle5ItemQueryRequest extends $tea.Model {
|
|
2381
|
+
/**
|
|
2382
|
+
* @example
|
|
2383
|
+
* normal
|
|
2384
|
+
*/
|
|
2385
|
+
paramType?: string;
|
|
2386
|
+
vehicleNum?: string;
|
|
2387
|
+
/**
|
|
2388
|
+
* @example
|
|
2389
|
+
* 02
|
|
2390
|
+
*/
|
|
2391
|
+
vehicleType?: string;
|
|
2392
|
+
static names(): {
|
|
2393
|
+
[key: string]: string;
|
|
2394
|
+
};
|
|
2395
|
+
static types(): {
|
|
2396
|
+
[key: string]: any;
|
|
2397
|
+
};
|
|
2398
|
+
constructor(map?: {
|
|
2399
|
+
[key: string]: any;
|
|
2400
|
+
});
|
|
2401
|
+
}
|
|
2402
|
+
export declare class Vehicle5ItemQueryResponseBody extends $tea.Model {
|
|
2403
|
+
/**
|
|
2404
|
+
* @example
|
|
2405
|
+
* 200
|
|
2406
|
+
*/
|
|
2407
|
+
code?: string;
|
|
2408
|
+
/**
|
|
2409
|
+
* @example
|
|
2410
|
+
* success
|
|
2411
|
+
*/
|
|
2412
|
+
message?: string;
|
|
2413
|
+
/**
|
|
2414
|
+
* @example
|
|
2415
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0D******
|
|
2416
|
+
*/
|
|
2417
|
+
requestId?: string;
|
|
2418
|
+
resultObject?: Vehicle5ItemQueryResponseBodyResultObject;
|
|
2419
|
+
static names(): {
|
|
2420
|
+
[key: string]: string;
|
|
2421
|
+
};
|
|
2422
|
+
static types(): {
|
|
2423
|
+
[key: string]: any;
|
|
2424
|
+
};
|
|
2425
|
+
constructor(map?: {
|
|
2426
|
+
[key: string]: any;
|
|
2427
|
+
});
|
|
2428
|
+
}
|
|
2429
|
+
export declare class Vehicle5ItemQueryResponse extends $tea.Model {
|
|
2430
|
+
headers?: {
|
|
2431
|
+
[key: string]: string;
|
|
2432
|
+
};
|
|
2433
|
+
statusCode?: number;
|
|
2434
|
+
body?: Vehicle5ItemQueryResponseBody;
|
|
2435
|
+
static names(): {
|
|
2436
|
+
[key: string]: string;
|
|
2437
|
+
};
|
|
2438
|
+
static types(): {
|
|
2439
|
+
[key: string]: any;
|
|
2440
|
+
};
|
|
2441
|
+
constructor(map?: {
|
|
2442
|
+
[key: string]: any;
|
|
2443
|
+
});
|
|
2444
|
+
}
|
|
2445
|
+
export declare class VehicleInsureQueryRequest extends $tea.Model {
|
|
2446
|
+
/**
|
|
2447
|
+
* @example
|
|
2448
|
+
* normal
|
|
2449
|
+
*/
|
|
2450
|
+
paramType?: string;
|
|
2451
|
+
vehicleNum?: string;
|
|
2452
|
+
/**
|
|
2453
|
+
* @example
|
|
2454
|
+
* 02
|
|
2455
|
+
*/
|
|
2456
|
+
vehicleType?: string;
|
|
2457
|
+
/**
|
|
2458
|
+
* @example
|
|
2459
|
+
* LB**************
|
|
2460
|
+
*/
|
|
2461
|
+
vin?: string;
|
|
2462
|
+
static names(): {
|
|
2463
|
+
[key: string]: string;
|
|
2464
|
+
};
|
|
2465
|
+
static types(): {
|
|
2466
|
+
[key: string]: any;
|
|
2467
|
+
};
|
|
2468
|
+
constructor(map?: {
|
|
2469
|
+
[key: string]: any;
|
|
2470
|
+
});
|
|
2471
|
+
}
|
|
2472
|
+
export declare class VehicleInsureQueryResponseBody extends $tea.Model {
|
|
2473
|
+
/**
|
|
2474
|
+
* @example
|
|
2475
|
+
* 200
|
|
2476
|
+
*/
|
|
2477
|
+
code?: string;
|
|
2478
|
+
/**
|
|
2479
|
+
* @example
|
|
2480
|
+
* success
|
|
2481
|
+
*/
|
|
2482
|
+
message?: string;
|
|
2483
|
+
/**
|
|
2484
|
+
* @example
|
|
2485
|
+
* 5A6229C0-E156-48E4-B6EC-0F52********
|
|
2486
|
+
*/
|
|
2487
|
+
requestId?: string;
|
|
2488
|
+
resultObject?: VehicleInsureQueryResponseBodyResultObject;
|
|
2489
|
+
static names(): {
|
|
2490
|
+
[key: string]: string;
|
|
2491
|
+
};
|
|
2492
|
+
static types(): {
|
|
2493
|
+
[key: string]: any;
|
|
2494
|
+
};
|
|
2495
|
+
constructor(map?: {
|
|
2496
|
+
[key: string]: any;
|
|
2497
|
+
});
|
|
2498
|
+
}
|
|
2499
|
+
export declare class VehicleInsureQueryResponse extends $tea.Model {
|
|
2500
|
+
headers?: {
|
|
2501
|
+
[key: string]: string;
|
|
2502
|
+
};
|
|
2503
|
+
statusCode?: number;
|
|
2504
|
+
body?: VehicleInsureQueryResponseBody;
|
|
2505
|
+
static names(): {
|
|
2506
|
+
[key: string]: string;
|
|
2507
|
+
};
|
|
2508
|
+
static types(): {
|
|
2509
|
+
[key: string]: any;
|
|
2510
|
+
};
|
|
2511
|
+
constructor(map?: {
|
|
2512
|
+
[key: string]: any;
|
|
2513
|
+
});
|
|
2514
|
+
}
|
|
2515
|
+
export declare class VehicleMetaVerifyRequest extends $tea.Model {
|
|
2516
|
+
/**
|
|
2517
|
+
* @example
|
|
2518
|
+
* 4****************1
|
|
2519
|
+
*/
|
|
2520
|
+
identifyNum?: string;
|
|
2521
|
+
/**
|
|
2522
|
+
* @example
|
|
2523
|
+
* normal
|
|
2524
|
+
*/
|
|
2525
|
+
paramType?: string;
|
|
2526
|
+
userName?: string;
|
|
2527
|
+
vehicleNum?: string;
|
|
2528
|
+
/**
|
|
2529
|
+
* @example
|
|
2530
|
+
* 02
|
|
2531
|
+
*/
|
|
2532
|
+
vehicleType?: string;
|
|
2533
|
+
/**
|
|
2534
|
+
* @example
|
|
2535
|
+
* VEHICLE_2_META
|
|
2536
|
+
*/
|
|
2537
|
+
verifyMetaType?: string;
|
|
2538
|
+
static names(): {
|
|
2539
|
+
[key: string]: string;
|
|
2540
|
+
};
|
|
2541
|
+
static types(): {
|
|
2542
|
+
[key: string]: any;
|
|
2543
|
+
};
|
|
2544
|
+
constructor(map?: {
|
|
2545
|
+
[key: string]: any;
|
|
2546
|
+
});
|
|
2547
|
+
}
|
|
2548
|
+
export declare class VehicleMetaVerifyResponseBody extends $tea.Model {
|
|
2549
|
+
/**
|
|
2550
|
+
* @example
|
|
2551
|
+
* 200
|
|
2552
|
+
*/
|
|
2553
|
+
code?: string;
|
|
2554
|
+
/**
|
|
2555
|
+
* @example
|
|
2556
|
+
* success
|
|
2557
|
+
*/
|
|
2558
|
+
message?: string;
|
|
2559
|
+
/**
|
|
2560
|
+
* @remarks
|
|
2561
|
+
* Id of the request
|
|
2562
|
+
*
|
|
2563
|
+
* @example
|
|
2564
|
+
* 8FC3D6AC-9FED-4311-8DA7-C4BF4*****
|
|
2565
|
+
*/
|
|
2566
|
+
requestId?: string;
|
|
2567
|
+
resultObject?: VehicleMetaVerifyResponseBodyResultObject;
|
|
2568
|
+
static names(): {
|
|
2569
|
+
[key: string]: string;
|
|
2570
|
+
};
|
|
2571
|
+
static types(): {
|
|
2572
|
+
[key: string]: any;
|
|
2573
|
+
};
|
|
2574
|
+
constructor(map?: {
|
|
2575
|
+
[key: string]: any;
|
|
2576
|
+
});
|
|
2577
|
+
}
|
|
2578
|
+
export declare class VehicleMetaVerifyResponse extends $tea.Model {
|
|
2579
|
+
headers?: {
|
|
2580
|
+
[key: string]: string;
|
|
2581
|
+
};
|
|
2582
|
+
statusCode?: number;
|
|
2583
|
+
body?: VehicleMetaVerifyResponseBody;
|
|
2584
|
+
static names(): {
|
|
2585
|
+
[key: string]: string;
|
|
2586
|
+
};
|
|
2587
|
+
static types(): {
|
|
2588
|
+
[key: string]: any;
|
|
2589
|
+
};
|
|
2590
|
+
constructor(map?: {
|
|
2591
|
+
[key: string]: any;
|
|
2592
|
+
});
|
|
2593
|
+
}
|
|
2594
|
+
export declare class VehicleMetaVerifyV2Request extends $tea.Model {
|
|
2595
|
+
/**
|
|
2596
|
+
* @example
|
|
2597
|
+
* 4****************1
|
|
2598
|
+
*/
|
|
2599
|
+
identifyNum?: string;
|
|
2600
|
+
/**
|
|
2601
|
+
* @example
|
|
2602
|
+
* normal
|
|
2603
|
+
*/
|
|
2604
|
+
paramType?: string;
|
|
2605
|
+
userName?: string;
|
|
2606
|
+
vehicleNum?: string;
|
|
2607
|
+
/**
|
|
2608
|
+
* @example
|
|
2609
|
+
* 02
|
|
2610
|
+
*/
|
|
2611
|
+
vehicleType?: string;
|
|
2612
|
+
/**
|
|
2613
|
+
* @example
|
|
2614
|
+
* VEHICLE_3_META
|
|
2615
|
+
*/
|
|
2616
|
+
verifyMetaType?: string;
|
|
2617
|
+
static names(): {
|
|
2618
|
+
[key: string]: string;
|
|
2619
|
+
};
|
|
2620
|
+
static types(): {
|
|
2621
|
+
[key: string]: any;
|
|
2622
|
+
};
|
|
2623
|
+
constructor(map?: {
|
|
2624
|
+
[key: string]: any;
|
|
2625
|
+
});
|
|
2626
|
+
}
|
|
2627
|
+
export declare class VehicleMetaVerifyV2ResponseBody extends $tea.Model {
|
|
2628
|
+
/**
|
|
2629
|
+
* @example
|
|
2630
|
+
* 200
|
|
2631
|
+
*/
|
|
2632
|
+
code?: string;
|
|
2633
|
+
/**
|
|
2634
|
+
* @example
|
|
2635
|
+
* success
|
|
2636
|
+
*/
|
|
2637
|
+
message?: string;
|
|
2638
|
+
/**
|
|
2639
|
+
* @example
|
|
2640
|
+
* 5A6229C0-E156-48E4-B6EC-0F528B******
|
|
2641
|
+
*/
|
|
2642
|
+
requestId?: string;
|
|
2643
|
+
resultObject?: VehicleMetaVerifyV2ResponseBodyResultObject;
|
|
2644
|
+
static names(): {
|
|
2645
|
+
[key: string]: string;
|
|
2646
|
+
};
|
|
2647
|
+
static types(): {
|
|
2648
|
+
[key: string]: any;
|
|
2649
|
+
};
|
|
2650
|
+
constructor(map?: {
|
|
2651
|
+
[key: string]: any;
|
|
2652
|
+
});
|
|
2653
|
+
}
|
|
2654
|
+
export declare class VehicleMetaVerifyV2Response extends $tea.Model {
|
|
2655
|
+
headers?: {
|
|
2656
|
+
[key: string]: string;
|
|
2657
|
+
};
|
|
2658
|
+
statusCode?: number;
|
|
2659
|
+
body?: VehicleMetaVerifyV2ResponseBody;
|
|
2660
|
+
static names(): {
|
|
2661
|
+
[key: string]: string;
|
|
2662
|
+
};
|
|
2663
|
+
static types(): {
|
|
2664
|
+
[key: string]: any;
|
|
2665
|
+
};
|
|
2666
|
+
constructor(map?: {
|
|
2667
|
+
[key: string]: any;
|
|
2668
|
+
});
|
|
2669
|
+
}
|
|
2670
|
+
export declare class VehicleQueryRequest extends $tea.Model {
|
|
2671
|
+
/**
|
|
2672
|
+
* @example
|
|
2673
|
+
* normal
|
|
2674
|
+
*/
|
|
2675
|
+
paramType?: string;
|
|
2676
|
+
vehicleNum?: string;
|
|
2677
|
+
/**
|
|
2678
|
+
* @example
|
|
2679
|
+
* 02
|
|
2680
|
+
*/
|
|
2681
|
+
vehicleType?: string;
|
|
2682
|
+
static names(): {
|
|
2683
|
+
[key: string]: string;
|
|
2684
|
+
};
|
|
2685
|
+
static types(): {
|
|
2686
|
+
[key: string]: any;
|
|
2687
|
+
};
|
|
2688
|
+
constructor(map?: {
|
|
2689
|
+
[key: string]: any;
|
|
2690
|
+
});
|
|
2691
|
+
}
|
|
2692
|
+
export declare class VehicleQueryResponseBody extends $tea.Model {
|
|
2693
|
+
/**
|
|
2694
|
+
* @example
|
|
2695
|
+
* 200
|
|
2696
|
+
*/
|
|
2697
|
+
code?: string;
|
|
2698
|
+
/**
|
|
2699
|
+
* @example
|
|
2700
|
+
* success
|
|
2701
|
+
*/
|
|
2702
|
+
message?: string;
|
|
2703
|
+
/**
|
|
2704
|
+
* @example
|
|
2705
|
+
* D6163397-15C5-419C-9ACC-B7C83*******
|
|
2706
|
+
*/
|
|
2707
|
+
requestId?: string;
|
|
2708
|
+
resultObject?: VehicleQueryResponseBodyResultObject;
|
|
2709
|
+
static names(): {
|
|
2710
|
+
[key: string]: string;
|
|
2711
|
+
};
|
|
2712
|
+
static types(): {
|
|
2713
|
+
[key: string]: any;
|
|
2714
|
+
};
|
|
2715
|
+
constructor(map?: {
|
|
2716
|
+
[key: string]: any;
|
|
2717
|
+
});
|
|
2718
|
+
}
|
|
2719
|
+
export declare class VehicleQueryResponse extends $tea.Model {
|
|
2720
|
+
headers?: {
|
|
2721
|
+
[key: string]: string;
|
|
2722
|
+
};
|
|
2723
|
+
statusCode?: number;
|
|
2724
|
+
body?: VehicleQueryResponseBody;
|
|
2725
|
+
static names(): {
|
|
2726
|
+
[key: string]: string;
|
|
2727
|
+
};
|
|
2728
|
+
static types(): {
|
|
2729
|
+
[key: string]: any;
|
|
2730
|
+
};
|
|
2731
|
+
constructor(map?: {
|
|
2732
|
+
[key: string]: any;
|
|
2733
|
+
});
|
|
2734
|
+
}
|
|
2379
2735
|
export declare class VerifyMaterialRequest extends $tea.Model {
|
|
2380
2736
|
/**
|
|
2381
2737
|
* @remarks
|
|
@@ -3376,6 +3732,99 @@ export declare class MobileOnlineTimeResponseBodyResultObject extends $tea.Model
|
|
|
3376
3732
|
[key: string]: any;
|
|
3377
3733
|
});
|
|
3378
3734
|
}
|
|
3735
|
+
export declare class Vehicle5ItemQueryResponseBodyResultObject extends $tea.Model {
|
|
3736
|
+
/**
|
|
3737
|
+
* @example
|
|
3738
|
+
* 1
|
|
3739
|
+
*/
|
|
3740
|
+
bizCode?: string;
|
|
3741
|
+
vehicleInfo?: string;
|
|
3742
|
+
static names(): {
|
|
3743
|
+
[key: string]: string;
|
|
3744
|
+
};
|
|
3745
|
+
static types(): {
|
|
3746
|
+
[key: string]: any;
|
|
3747
|
+
};
|
|
3748
|
+
constructor(map?: {
|
|
3749
|
+
[key: string]: any;
|
|
3750
|
+
});
|
|
3751
|
+
}
|
|
3752
|
+
export declare class VehicleInsureQueryResponseBodyResultObject extends $tea.Model {
|
|
3753
|
+
/**
|
|
3754
|
+
* @example
|
|
3755
|
+
* 1
|
|
3756
|
+
*/
|
|
3757
|
+
bizCode?: string;
|
|
3758
|
+
/**
|
|
3759
|
+
* @example
|
|
3760
|
+
* {
|
|
3761
|
+
* "firstInsuranceDate": "****-**-**",
|
|
3762
|
+
* "lastInsuranceDate": "****-**",
|
|
3763
|
+
* "latestInsuranceDate": "****-**",
|
|
3764
|
+
* "latestInsuranceDateStart": "****-**"
|
|
3765
|
+
* }
|
|
3766
|
+
*/
|
|
3767
|
+
vehicleInfo?: string;
|
|
3768
|
+
static names(): {
|
|
3769
|
+
[key: string]: string;
|
|
3770
|
+
};
|
|
3771
|
+
static types(): {
|
|
3772
|
+
[key: string]: any;
|
|
3773
|
+
};
|
|
3774
|
+
constructor(map?: {
|
|
3775
|
+
[key: string]: any;
|
|
3776
|
+
});
|
|
3777
|
+
}
|
|
3778
|
+
export declare class VehicleMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
3779
|
+
/**
|
|
3780
|
+
* @example
|
|
3781
|
+
* 1
|
|
3782
|
+
*/
|
|
3783
|
+
bizCode?: string;
|
|
3784
|
+
static names(): {
|
|
3785
|
+
[key: string]: string;
|
|
3786
|
+
};
|
|
3787
|
+
static types(): {
|
|
3788
|
+
[key: string]: any;
|
|
3789
|
+
};
|
|
3790
|
+
constructor(map?: {
|
|
3791
|
+
[key: string]: any;
|
|
3792
|
+
});
|
|
3793
|
+
}
|
|
3794
|
+
export declare class VehicleMetaVerifyV2ResponseBodyResultObject extends $tea.Model {
|
|
3795
|
+
/**
|
|
3796
|
+
* @example
|
|
3797
|
+
* 1
|
|
3798
|
+
*/
|
|
3799
|
+
bizCode?: string;
|
|
3800
|
+
vehicleInfo?: string;
|
|
3801
|
+
static names(): {
|
|
3802
|
+
[key: string]: string;
|
|
3803
|
+
};
|
|
3804
|
+
static types(): {
|
|
3805
|
+
[key: string]: any;
|
|
3806
|
+
};
|
|
3807
|
+
constructor(map?: {
|
|
3808
|
+
[key: string]: any;
|
|
3809
|
+
});
|
|
3810
|
+
}
|
|
3811
|
+
export declare class VehicleQueryResponseBodyResultObject extends $tea.Model {
|
|
3812
|
+
/**
|
|
3813
|
+
* @example
|
|
3814
|
+
* 1
|
|
3815
|
+
*/
|
|
3816
|
+
bizCode?: string;
|
|
3817
|
+
vehicleInfo?: string;
|
|
3818
|
+
static names(): {
|
|
3819
|
+
[key: string]: string;
|
|
3820
|
+
};
|
|
3821
|
+
static types(): {
|
|
3822
|
+
[key: string]: any;
|
|
3823
|
+
};
|
|
3824
|
+
constructor(map?: {
|
|
3825
|
+
[key: string]: any;
|
|
3826
|
+
});
|
|
3827
|
+
}
|
|
3379
3828
|
export declare class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
3380
3829
|
address?: string;
|
|
3381
3830
|
authority?: string;
|
|
@@ -3805,6 +4254,81 @@ export default class Client extends OpenApi {
|
|
|
3805
4254
|
* @returns ModifyDeviceInfoResponse
|
|
3806
4255
|
*/
|
|
3807
4256
|
modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse>;
|
|
4257
|
+
/**
|
|
4258
|
+
* 车五项信息识别
|
|
4259
|
+
*
|
|
4260
|
+
* @param request - Vehicle5ItemQueryRequest
|
|
4261
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4262
|
+
* @returns Vehicle5ItemQueryResponse
|
|
4263
|
+
*/
|
|
4264
|
+
vehicle5ItemQueryWithOptions(request: Vehicle5ItemQueryRequest, runtime: $Util.RuntimeOptions): Promise<Vehicle5ItemQueryResponse>;
|
|
4265
|
+
/**
|
|
4266
|
+
* 车五项信息识别
|
|
4267
|
+
*
|
|
4268
|
+
* @param request - Vehicle5ItemQueryRequest
|
|
4269
|
+
* @returns Vehicle5ItemQueryResponse
|
|
4270
|
+
*/
|
|
4271
|
+
vehicle5ItemQuery(request: Vehicle5ItemQueryRequest): Promise<Vehicle5ItemQueryResponse>;
|
|
4272
|
+
/**
|
|
4273
|
+
* 车辆投保日期查询
|
|
4274
|
+
*
|
|
4275
|
+
* @param request - VehicleInsureQueryRequest
|
|
4276
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4277
|
+
* @returns VehicleInsureQueryResponse
|
|
4278
|
+
*/
|
|
4279
|
+
vehicleInsureQueryWithOptions(request: VehicleInsureQueryRequest, runtime: $Util.RuntimeOptions): Promise<VehicleInsureQueryResponse>;
|
|
4280
|
+
/**
|
|
4281
|
+
* 车辆投保日期查询
|
|
4282
|
+
*
|
|
4283
|
+
* @param request - VehicleInsureQueryRequest
|
|
4284
|
+
* @returns VehicleInsureQueryResponse
|
|
4285
|
+
*/
|
|
4286
|
+
vehicleInsureQuery(request: VehicleInsureQueryRequest): Promise<VehicleInsureQueryResponse>;
|
|
4287
|
+
/**
|
|
4288
|
+
* 车辆要素核验
|
|
4289
|
+
*
|
|
4290
|
+
* @param request - VehicleMetaVerifyRequest
|
|
4291
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4292
|
+
* @returns VehicleMetaVerifyResponse
|
|
4293
|
+
*/
|
|
4294
|
+
vehicleMetaVerifyWithOptions(request: VehicleMetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<VehicleMetaVerifyResponse>;
|
|
4295
|
+
/**
|
|
4296
|
+
* 车辆要素核验
|
|
4297
|
+
*
|
|
4298
|
+
* @param request - VehicleMetaVerifyRequest
|
|
4299
|
+
* @returns VehicleMetaVerifyResponse
|
|
4300
|
+
*/
|
|
4301
|
+
vehicleMetaVerify(request: VehicleMetaVerifyRequest): Promise<VehicleMetaVerifyResponse>;
|
|
4302
|
+
/**
|
|
4303
|
+
* 车辆要素核验增强版
|
|
4304
|
+
*
|
|
4305
|
+
* @param request - VehicleMetaVerifyV2Request
|
|
4306
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4307
|
+
* @returns VehicleMetaVerifyV2Response
|
|
4308
|
+
*/
|
|
4309
|
+
vehicleMetaVerifyV2WithOptions(request: VehicleMetaVerifyV2Request, runtime: $Util.RuntimeOptions): Promise<VehicleMetaVerifyV2Response>;
|
|
4310
|
+
/**
|
|
4311
|
+
* 车辆要素核验增强版
|
|
4312
|
+
*
|
|
4313
|
+
* @param request - VehicleMetaVerifyV2Request
|
|
4314
|
+
* @returns VehicleMetaVerifyV2Response
|
|
4315
|
+
*/
|
|
4316
|
+
vehicleMetaVerifyV2(request: VehicleMetaVerifyV2Request): Promise<VehicleMetaVerifyV2Response>;
|
|
4317
|
+
/**
|
|
4318
|
+
* 车辆信息识别
|
|
4319
|
+
*
|
|
4320
|
+
* @param request - VehicleQueryRequest
|
|
4321
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4322
|
+
* @returns VehicleQueryResponse
|
|
4323
|
+
*/
|
|
4324
|
+
vehicleQueryWithOptions(request: VehicleQueryRequest, runtime: $Util.RuntimeOptions): Promise<VehicleQueryResponse>;
|
|
4325
|
+
/**
|
|
4326
|
+
* 车辆信息识别
|
|
4327
|
+
*
|
|
4328
|
+
* @param request - VehicleQueryRequest
|
|
4329
|
+
* @returns VehicleQueryResponse
|
|
4330
|
+
*/
|
|
4331
|
+
vehicleQuery(request: VehicleQueryRequest): Promise<VehicleQueryResponse>;
|
|
3808
4332
|
/**
|
|
3809
4333
|
* @param request - VerifyMaterialRequest
|
|
3810
4334
|
* @param runtime - runtime options for this request RuntimeOptions
|