zsgf-client 1.0.24

zsgf 客户端库。
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# \ServiceSettingApi

All URIs are relative to *https://api.zashigaofa.cn*

Method | HTTP request | Description
------------- | ------------- | -------------
[**service_setting**]ServiceSettingApi.md#service_setting | **GET** /ServiceSetting/{id} | 获取配置详情
[**service_setting_delete**]ServiceSettingApi.md#service_setting_delete | **DELETE** /ServiceSetting/{id} | 删除配置
[**service_setting_group**]ServiceSettingApi.md#service_setting_group | **GET** /ServiceSetting/Groups/{id} | 获取服务分组详情
[**service_setting_group_delete**]ServiceSettingApi.md#service_setting_group_delete | **DELETE** /ServiceSetting/Groups/{id} | 删除服务分组
[**service_setting_group_post**]ServiceSettingApi.md#service_setting_group_post | **POST** /ServiceSetting/Groups | 添加服务分组
[**service_setting_group_put**]ServiceSettingApi.md#service_setting_group_put | **PUT** /ServiceSetting/Groups/{id} | 更新服务分组
[**service_setting_groups**]ServiceSettingApi.md#service_setting_groups | **GET** /ServiceSetting/Groups | 获取服务分组列表
[**service_setting_item**]ServiceSettingApi.md#service_setting_item | **GET** /ServiceSetting/Items/{id} | 服务配置详情
[**service_setting_item_delete**]ServiceSettingApi.md#service_setting_item_delete | **DELETE** /ServiceSetting/Items/{id} | 删除服务配置
[**service_setting_item_post**]ServiceSettingApi.md#service_setting_item_post | **POST** /ServiceSetting/Items | 添加服务配置
[**service_setting_item_put**]ServiceSettingApi.md#service_setting_item_put | **PUT** /ServiceSetting/Items/{id} | 更新服务配置
[**service_setting_items**]ServiceSettingApi.md#service_setting_items | **GET** /ServiceSetting/Items | 服务配置列表
[**service_setting_post**]ServiceSettingApi.md#service_setting_post | **POST** /ServiceSetting | 增加配置
[**service_setting_provider**]ServiceSettingApi.md#service_setting_provider | **GET** /ServiceSetting/Providers/{id} | 获取服务商详情
[**service_setting_provider_delete**]ServiceSettingApi.md#service_setting_provider_delete | **DELETE** /ServiceSetting/Providers/{id} | 删除服务商
[**service_setting_provider_post**]ServiceSettingApi.md#service_setting_provider_post | **POST** /ServiceSetting/Providers | 添加服务商
[**service_setting_provider_put**]ServiceSettingApi.md#service_setting_provider_put | **PUT** /ServiceSetting/Providers/{id} | 更新服务商
[**service_setting_providers**]ServiceSettingApi.md#service_setting_providers | **GET** /ServiceSetting/Providers | 获取服务商列表
[**service_setting_put**]ServiceSettingApi.md#service_setting_put | **PUT** /ServiceSetting/{id} | 更新配置
[**service_settings**]ServiceSettingApi.md#service_settings | **GET** /ServiceSetting | 获取配置列表



## service_setting

> models::SettingsApiResponse service_setting(id)
获取配置详情

根据配置ID获取配置详情

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 配置ID | [required] |

### Return type

[**models::SettingsApiResponse**](SettingsApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_delete

> models::BooleanApiResponse service_setting_delete(id)
删除配置

根据配置ID删除配置

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 配置ID | [required] |

### Return type

[**models::BooleanApiResponse**](BooleanApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_group

> models::ServiceGroupApiResponse service_setting_group(id)
获取服务分组详情

根据服务分组ID获取服务分组详情

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务分组ID | [required] |

### Return type

[**models::ServiceGroupApiResponse**](ServiceGroupApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_group_delete

> models::BooleanApiResponse service_setting_group_delete(id)
删除服务分组

根据服务分组ID删除服务分组

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务分组ID | [required] |

### Return type

[**models::BooleanApiResponse**](BooleanApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_group_post

> models::ServiceSettingGroupPostResultApiResponse service_setting_group_post(service_group)
添加服务分组

添加新的服务分组

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**service_group** | Option<[**ServiceGroup**]ServiceGroup.md> | 服务分组实体 |  |

### Return type

[**models::ServiceSettingGroupPostResultApiResponse**](ServiceSettingGroupPostResultApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_group_put

> models::BooleanApiResponse service_setting_group_put(id, service_group)
更新服务分组

根据服务分组ID更新服务分组信息

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务分组ID | [required] |
**service_group** | Option<[**ServiceGroup**]ServiceGroup.md> | 服务分组实体 |  |

### Return type

[**models::BooleanApiResponse**](BooleanApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_groups

> models::ServiceGroupListApiResponse service_setting_groups(provider_id, show_flag)
获取服务分组列表

根据服务商ID和显示标志获取服务分组列表

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**provider_id** | Option<**i64**> | 服务商ID |  |
**show_flag** | Option<**bool**> | 是否显示 |  |[default to false]

### Return type

[**models::ServiceGroupListApiResponse**](ServiceGroupListApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_item

> models::ServiceItemApiResponse service_setting_item(id)
服务配置详情

根据服务配置ID获取服务配置详情

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务配置ID | [required] |

### Return type

[**models::ServiceItemApiResponse**](ServiceItemApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_item_delete

> models::BooleanApiResponse service_setting_item_delete(id)
删除服务配置

根据服务配置ID删除服务配置

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务配置ID | [required] |

### Return type

[**models::BooleanApiResponse**](BooleanApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_item_post

> models::ServiceSettingItemPostResultApiResponse service_setting_item_post(service_item)
添加服务配置

添加新的服务配置

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**service_item** | Option<[**ServiceItem**]ServiceItem.md> | 服务配置实体 |  |

### Return type

[**models::ServiceSettingItemPostResultApiResponse**](ServiceSettingItemPostResultApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_item_put

> models::BooleanApiResponse service_setting_item_put(id, service_item)
更新服务配置

根据服务配置ID更新服务配置信息

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务配置ID | [required] |
**service_item** | Option<[**ServiceItem**]ServiceItem.md> | 服务配置实体 |  |

### Return type

[**models::BooleanApiResponse**](BooleanApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_items

> models::ServiceItemListApiResponse service_setting_items(biz_code, provider_code, group_code, show_flag)
服务配置列表

根据业务代码、服务商代码、分组代码和显示标志获取服务配置列表

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**biz_code** | Option<**String**> | 业务代码 |  |
**provider_code** | Option<**String**> | 服务商代码 |  |
**group_code** | Option<**String**> | 分组代码 |  |
**show_flag** | Option<**bool**> | 是否显示 |  |[default to false]

### Return type

[**models::ServiceItemListApiResponse**](ServiceItemListApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_post

> models::ServiceSettingSettingPostResultApiResponse service_setting_post(settings)
增加配置

添加新的配置

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**settings** | Option<[**Settings**]Settings.md> | 配置实体 |  |

### Return type

[**models::ServiceSettingSettingPostResultApiResponse**](ServiceSettingSettingPostResultApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_provider

> models::ServiceProviderApiResponse service_setting_provider(id)
获取服务商详情

根据服务商ID获取服务商详情

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务商ID | [required] |

### Return type

[**models::ServiceProviderApiResponse**](ServiceProviderApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_provider_delete

> models::BooleanApiResponse service_setting_provider_delete(id)
删除服务商

根据服务商ID删除服务商

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务商ID | [required] |

### Return type

[**models::BooleanApiResponse**](BooleanApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_provider_post

> models::ServiceSettingProviderPostResultApiResponse service_setting_provider_post(service_provider)
添加服务商

添加新的服务商

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**service_provider** | Option<[**ServiceProvider**]ServiceProvider.md> | 服务商实体 |  |

### Return type

[**models::ServiceSettingProviderPostResultApiResponse**](ServiceSettingProviderPostResultApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_provider_put

> models::BooleanApiResponse service_setting_provider_put(id, service_provider)
更新服务商

根据服务商ID更新服务商信息

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 服务商ID | [required] |
**service_provider** | Option<[**ServiceProvider**]ServiceProvider.md> | 服务商实体 |  |

### Return type

[**models::BooleanApiResponse**](BooleanApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_providers

> models::ServiceProviderListApiResponse service_setting_providers(biz_code, show_flag)
获取服务商列表

根据业务代码和显示标志获取服务商列表

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**biz_code** | Option<**String**> | 业务代码 |  |
**show_flag** | Option<**bool**> | 是否显示 |  |[default to false]

### Return type

[**models::ServiceProviderListApiResponse**](ServiceProviderListApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_setting_put

> models::BooleanApiResponse service_setting_put(id, settings)
更新配置

根据配置ID更新配置信息

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **i64** | 配置ID | [required] |
**settings** | Option<[**Settings**]Settings.md> | 配置实体 |  |

### Return type

[**models::BooleanApiResponse**](BooleanApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## service_settings

> models::SettingsListApiResponse service_settings(biz_code, biz_id, provider_code, group_code, tag, code)
获取配置列表

根据业务代码、业务标识、服务商代码、分组代码、标签和配置项代码获取配置列表

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**biz_code** | **String** | 业务代码 | [required] |
**biz_id** | **String** | 业务标识 | [required] |
**provider_code** | Option<**String**> | 服务商代码 |  |
**group_code** | Option<**String**> | 分组代码 |  |
**tag** | Option<**String**> | 标签 |  |
**code** | Option<**String**> | 配置项代码 |  |

### Return type

[**models::SettingsListApiResponse**](SettingsListApiResponse.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)