indexea_client 0.0.9
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.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +3413 -0
- data/Rakefile +8 -0
- data/docs/AccountApi.md +685 -0
- data/docs/AccountBean.md +27 -0
- data/docs/AccountPasswdBody.md +8 -0
- data/docs/AccountPortraitBody.md +7 -0
- data/docs/AccountProfileBody.md +8 -0
- data/docs/AccountResetpwdBody.md +9 -0
- data/docs/AccountSigninBody.md +9 -0
- data/docs/AccountSignupBody.md +10 -0
- data/docs/AccountsFeedbackBody.md +8 -0
- data/docs/AccountsMessageBody.md +8 -0
- data/docs/AnalyzeObject.md +8 -0
- data/docs/AnalyzeToken.md +11 -0
- data/docs/AppBean.md +23 -0
- data/docs/AppCompanyBody.md +22 -0
- data/docs/AppIndexBody.md +7 -0
- data/docs/AppLogAccount.md +9 -0
- data/docs/AppLogBean.md +19 -0
- data/docs/AppLogsBean.md +9 -0
- data/docs/AppMentorBean.md +14 -0
- data/docs/AppOauthBody.md +7 -0
- data/docs/AppOauthBody1.md +7 -0
- data/docs/AppOauthresetsecretBody.md +7 -0
- data/docs/AppTokensBody.md +7 -0
- data/docs/AppTokensBody1.md +7 -0
- data/docs/AppWidgetBody.md +7 -0
- data/docs/AppsApi.md +1843 -0
- data/docs/AppsAppBody.md +8 -0
- data/docs/AppsBody.md +8 -0
- data/docs/AutoCompleteItem.md +9 -0
- data/docs/BlacklistBean.md +12 -0
- data/docs/Bulletin.md +15 -0
- data/docs/CompanyBean.md +24 -0
- data/docs/ContactForm.md +11 -0
- data/docs/CrawlerLog.md +14 -0
- data/docs/CrawlerLogs.md +8 -0
- data/docs/CrawlerTask.md +16 -0
- data/docs/FieldsApi.md +215 -0
- data/docs/GlobalApi.md +258 -0
- data/docs/GlobalOptionForm.md +8 -0
- data/docs/IndexBean.md +26 -0
- data/docs/IndexFieldBean.md +8 -0
- data/docs/IndexForm.md +15 -0
- data/docs/IndexRebuildForm.md +12 -0
- data/docs/IndexSettings.md +10 -0
- data/docs/IndexSettingsBody.md +7 -0
- data/docs/IndexStatBean.md +14 -0
- data/docs/IndexSynonymsflushBody.md +7 -0
- data/docs/IndexTask.md +13 -0
- data/docs/IndexTemplate.md +17 -0
- data/docs/IndexTemplates.md +8 -0
- data/docs/IndexUploadBody.md +7 -0
- data/docs/IndicesApi.md +1620 -0
- data/docs/IntelligentMapping.md +8 -0
- data/docs/KeywordBindingBean.md +14 -0
- data/docs/MentorForm.md +8 -0
- data/docs/Message.md +18 -0
- data/docs/MessageApi.md +262 -0
- data/docs/Messages.md +8 -0
- data/docs/OauthAppBean.md +20 -0
- data/docs/OpenidBean.md +10 -0
- data/docs/OptionForm.md +10 -0
- data/docs/OrdersIdentBody.md +7 -0
- data/docs/PayResult.md +9 -0
- data/docs/PaymentApi.md +788 -0
- data/docs/PaymentInvoice.md +15 -0
- data/docs/PaymentOrder.md +25 -0
- data/docs/PaymentRecord.md +13 -0
- data/docs/PaymentService.md +12 -0
- data/docs/QueriesApi.md +1821 -0
- data/docs/QueryActionBean.md +27 -0
- data/docs/QueryBean.md +22 -0
- data/docs/QueryForm.md +15 -0
- data/docs/QueryNode.md +10 -0
- data/docs/QuerySortField.md +9 -0
- data/docs/QueryVariableBean.md +17 -0
- data/docs/RecommendApi.md +365 -0
- data/docs/RecommendBean.md +18 -0
- data/docs/RecordFilter.md +10 -0
- data/docs/RecordsApi.md +286 -0
- data/docs/SearchApi.md +646 -0
- data/docs/SearchEstimateResult.md +11 -0
- data/docs/SearchWord.md +8 -0
- data/docs/StatIndexBean.md +14 -0
- data/docs/StatsApi.md +245 -0
- data/docs/SynonymsBean.md +14 -0
- data/docs/TokenBean.md +12 -0
- data/docs/TriggerBean.md +13 -0
- data/docs/TriggerLogBean.md +15 -0
- data/docs/ValueOfField.md +8 -0
- data/docs/WidgetBean.md +21 -0
- data/docs/WidgetForm.md +13 -0
- data/docs/WidgetLogo.md +7 -0
- data/docs/WidgetLogoBody.md +7 -0
- data/docs/WidgetStatusForm.md +8 -0
- data/docs/WidgetsApi.md +573 -0
- data/git_push.sh +55 -0
- data/indexea_client.gemspec +38 -0
- data/lib/indexea_client/api/account_api.rb +846 -0
- data/lib/indexea_client/api/apps_api.rb +2271 -0
- data/lib/indexea_client/api/fields_api.rb +289 -0
- data/lib/indexea_client/api/global_api.rb +326 -0
- data/lib/indexea_client/api/indices_api.rb +2076 -0
- data/lib/indexea_client/api/message_api.rb +337 -0
- data/lib/indexea_client/api/payment_api.rb +975 -0
- data/lib/indexea_client/api/queries_api.rb +2320 -0
- data/lib/indexea_client/api/recommend_api.rb +461 -0
- data/lib/indexea_client/api/records_api.rb +375 -0
- data/lib/indexea_client/api/search_api.rb +892 -0
- data/lib/indexea_client/api/stats_api.rb +312 -0
- data/lib/indexea_client/api/widgets_api.rb +741 -0
- data/lib/indexea_client/api_client.rb +391 -0
- data/lib/indexea_client/api_error.rb +57 -0
- data/lib/indexea_client/configuration.rb +205 -0
- data/lib/indexea_client/models/account_bean.rb +396 -0
- data/lib/indexea_client/models/account_passwd_body.rb +227 -0
- data/lib/indexea_client/models/account_portrait_body.rb +206 -0
- data/lib/indexea_client/models/account_profile_body.rb +228 -0
- data/lib/indexea_client/models/account_resetpwd_body.rb +240 -0
- data/lib/indexea_client/models/account_signin_body.rb +237 -0
- data/lib/indexea_client/models/account_signup_body.rb +254 -0
- data/lib/indexea_client/models/accounts_feedback_body.rb +262 -0
- data/lib/indexea_client/models/accounts_message_body.rb +226 -0
- data/lib/indexea_client/models/analyze_object.rb +216 -0
- data/lib/indexea_client/models/analyze_token.rb +243 -0
- data/lib/indexea_client/models/app_bean.rb +360 -0
- data/lib/indexea_client/models/app_company_body.rb +357 -0
- data/lib/indexea_client/models/app_index_body.rb +212 -0
- data/lib/indexea_client/models/app_log_account.rb +224 -0
- data/lib/indexea_client/models/app_log_bean.rb +318 -0
- data/lib/indexea_client/models/app_logs_bean.rb +229 -0
- data/lib/indexea_client/models/app_mentor_bean.rb +277 -0
- data/lib/indexea_client/models/app_oauth_body.rb +206 -0
- data/lib/indexea_client/models/app_oauth_body_1.rb +212 -0
- data/lib/indexea_client/models/app_oauthresetsecret_body.rb +212 -0
- data/lib/indexea_client/models/app_tokens_body.rb +212 -0
- data/lib/indexea_client/models/app_tokens_body_1.rb +212 -0
- data/lib/indexea_client/models/app_widget_body.rb +212 -0
- data/lib/indexea_client/models/apps_app_body.rb +216 -0
- data/lib/indexea_client/models/apps_body.rb +221 -0
- data/lib/indexea_client/models/auto_complete_item.rb +224 -0
- data/lib/indexea_client/models/blacklist_bean.rb +258 -0
- data/lib/indexea_client/models/bulletin.rb +312 -0
- data/lib/indexea_client/models/company_bean.rb +378 -0
- data/lib/indexea_client/models/contact_form.rb +258 -0
- data/lib/indexea_client/models/crawler_log.rb +270 -0
- data/lib/indexea_client/models/crawler_logs.rb +217 -0
- data/lib/indexea_client/models/crawler_task.rb +288 -0
- data/lib/indexea_client/models/global_option_form.rb +218 -0
- data/lib/indexea_client/models/index_bean.rb +390 -0
- data/lib/indexea_client/models/index_field_bean.rb +217 -0
- data/lib/indexea_client/models/index_form.rb +283 -0
- data/lib/indexea_client/models/index_rebuild_form.rb +254 -0
- data/lib/indexea_client/models/index_settings.rb +234 -0
- data/lib/indexea_client/models/index_settings_body.rb +212 -0
- data/lib/indexea_client/models/index_stat_bean.rb +270 -0
- data/lib/indexea_client/models/index_synonymsflush_body.rb +212 -0
- data/lib/indexea_client/models/index_task.rb +261 -0
- data/lib/indexea_client/models/index_template.rb +299 -0
- data/lib/indexea_client/models/index_templates.rb +219 -0
- data/lib/indexea_client/models/index_upload_body.rb +208 -0
- data/lib/indexea_client/models/intelligent_mapping.rb +217 -0
- data/lib/indexea_client/models/keyword_binding_bean.rb +274 -0
- data/lib/indexea_client/models/mentor_form.rb +220 -0
- data/lib/indexea_client/models/message.rb +306 -0
- data/lib/indexea_client/models/messages.rb +217 -0
- data/lib/indexea_client/models/oauth_app_bean.rb +329 -0
- data/lib/indexea_client/models/openid_bean.rb +238 -0
- data/lib/indexea_client/models/option_form.rb +287 -0
- data/lib/indexea_client/models/orders_ident_body.rb +206 -0
- data/lib/indexea_client/models/pay_result.rb +258 -0
- data/lib/indexea_client/models/payment_invoice.rb +283 -0
- data/lib/indexea_client/models/payment_order.rb +412 -0
- data/lib/indexea_client/models/payment_record.rb +261 -0
- data/lib/indexea_client/models/payment_service.rb +258 -0
- data/lib/indexea_client/models/query_action_bean.rb +391 -0
- data/lib/indexea_client/models/query_bean.rb +348 -0
- data/lib/indexea_client/models/query_form.rb +285 -0
- data/lib/indexea_client/models/query_node.rb +234 -0
- data/lib/indexea_client/models/query_sort_field.rb +264 -0
- data/lib/indexea_client/models/query_variable_bean.rb +335 -0
- data/lib/indexea_client/models/recommend_bean.rb +318 -0
- data/lib/indexea_client/models/record_filter.rb +242 -0
- data/lib/indexea_client/models/search_estimate_result.rb +242 -0
- data/lib/indexea_client/models/search_word.rb +218 -0
- data/lib/indexea_client/models/stat_index_bean.rb +270 -0
- data/lib/indexea_client/models/synonyms_bean.rb +274 -0
- data/lib/indexea_client/models/token_bean.rb +252 -0
- data/lib/indexea_client/models/trigger_bean.rb +263 -0
- data/lib/indexea_client/models/trigger_log_bean.rb +279 -0
- data/lib/indexea_client/models/value_of_field.rb +217 -0
- data/lib/indexea_client/models/widget_bean.rb +387 -0
- data/lib/indexea_client/models/widget_form.rb +328 -0
- data/lib/indexea_client/models/widget_logo.rb +206 -0
- data/lib/indexea_client/models/widget_logo_body.rb +206 -0
- data/lib/indexea_client/models/widget_status_form.rb +223 -0
- data/lib/indexea_client/version.rb +14 -0
- data/lib/indexea_client.rb +133 -0
- data/spec/api/account_api_spec.rb +200 -0
- data/spec/api/apps_api_spec.rb +492 -0
- data/spec/api/fields_api_spec.rb +86 -0
- data/spec/api/global_api_spec.rb +98 -0
- data/spec/api/indices_api_spec.rb +434 -0
- data/spec/api/message_api_spec.rb +96 -0
- data/spec/api/payment_api_spec.rb +227 -0
- data/spec/api/queries_api_spec.rb +482 -0
- data/spec/api/recommend_api_spec.rb +125 -0
- data/spec/api/records_api_spec.rb +107 -0
- data/spec/api/search_api_spec.rb +220 -0
- data/spec/api/stats_api_spec.rb +99 -0
- data/spec/api/widgets_api_spec.rb +174 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/base_object_spec.rb +109 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/account_bean_spec.rb +160 -0
- data/spec/models/account_passwd_body_spec.rb +46 -0
- data/spec/models/account_portrait_body_spec.rb +40 -0
- data/spec/models/account_profile_body_spec.rb +46 -0
- data/spec/models/account_resetpwd_body_spec.rb +52 -0
- data/spec/models/account_signin_body_spec.rb +52 -0
- data/spec/models/account_signup_body_spec.rb +58 -0
- data/spec/models/accounts_feedback_body_spec.rb +50 -0
- data/spec/models/accounts_message_body_spec.rb +46 -0
- data/spec/models/analyze_object_spec.rb +46 -0
- data/spec/models/analyze_token_spec.rb +64 -0
- data/spec/models/app_bean_spec.rb +136 -0
- data/spec/models/app_company_body_spec.rb +130 -0
- data/spec/models/app_index_body_spec.rb +40 -0
- data/spec/models/app_log_account_spec.rb +52 -0
- data/spec/models/app_log_bean_spec.rb +112 -0
- data/spec/models/app_logs_bean_spec.rb +52 -0
- data/spec/models/app_mentor_bean_spec.rb +82 -0
- data/spec/models/app_oauth_body_1_spec.rb +40 -0
- data/spec/models/app_oauth_body_spec.rb +40 -0
- data/spec/models/app_oauthresetsecret_body_spec.rb +40 -0
- data/spec/models/app_tokens_body_1_spec.rb +40 -0
- data/spec/models/app_tokens_body_spec.rb +40 -0
- data/spec/models/app_widget_body_spec.rb +40 -0
- data/spec/models/apps_app_body_spec.rb +46 -0
- data/spec/models/apps_body_spec.rb +46 -0
- data/spec/models/auto_complete_item_spec.rb +52 -0
- data/spec/models/blacklist_bean_spec.rb +70 -0
- data/spec/models/bulletin_spec.rb +92 -0
- data/spec/models/company_bean_spec.rb +142 -0
- data/spec/models/contact_form_spec.rb +64 -0
- data/spec/models/crawler_log_spec.rb +82 -0
- data/spec/models/crawler_logs_spec.rb +46 -0
- data/spec/models/crawler_task_spec.rb +94 -0
- data/spec/models/global_option_form_spec.rb +46 -0
- data/spec/models/index_bean_spec.rb +154 -0
- data/spec/models/index_field_bean_spec.rb +46 -0
- data/spec/models/index_form_spec.rb +88 -0
- data/spec/models/index_rebuild_form_spec.rb +70 -0
- data/spec/models/index_settings_body_spec.rb +40 -0
- data/spec/models/index_settings_spec.rb +58 -0
- data/spec/models/index_stat_bean_spec.rb +82 -0
- data/spec/models/index_synonymsflush_body_spec.rb +40 -0
- data/spec/models/index_task_spec.rb +76 -0
- data/spec/models/index_template_spec.rb +100 -0
- data/spec/models/index_templates_spec.rb +46 -0
- data/spec/models/index_upload_body_spec.rb +40 -0
- data/spec/models/intelligent_mapping_spec.rb +46 -0
- data/spec/models/keyword_binding_bean_spec.rb +82 -0
- data/spec/models/mentor_form_spec.rb +46 -0
- data/spec/models/message_spec.rb +106 -0
- data/spec/models/messages_spec.rb +46 -0
- data/spec/models/oauth_app_bean_spec.rb +118 -0
- data/spec/models/openid_bean_spec.rb +58 -0
- data/spec/models/option_form_spec.rb +62 -0
- data/spec/models/orders_ident_body_spec.rb +40 -0
- data/spec/models/pay_result_spec.rb +56 -0
- data/spec/models/payment_invoice_spec.rb +88 -0
- data/spec/models/payment_order_spec.rb +152 -0
- data/spec/models/payment_record_spec.rb +76 -0
- data/spec/models/payment_service_spec.rb +70 -0
- data/spec/models/query_action_bean_spec.rb +160 -0
- data/spec/models/query_bean_spec.rb +130 -0
- data/spec/models/query_form_spec.rb +88 -0
- data/spec/models/query_node_spec.rb +58 -0
- data/spec/models/query_sort_field_spec.rb +56 -0
- data/spec/models/query_variable_bean_spec.rb +104 -0
- data/spec/models/recommend_bean_spec.rb +106 -0
- data/spec/models/record_filter_spec.rb +58 -0
- data/spec/models/search_estimate_result_spec.rb +64 -0
- data/spec/models/search_word_spec.rb +46 -0
- data/spec/models/stat_index_bean_spec.rb +82 -0
- data/spec/models/synonyms_bean_spec.rb +82 -0
- data/spec/models/token_bean_spec.rb +70 -0
- data/spec/models/trigger_bean_spec.rb +76 -0
- data/spec/models/trigger_log_bean_spec.rb +88 -0
- data/spec/models/value_of_field_spec.rb +46 -0
- data/spec/models/widget_bean_spec.rb +132 -0
- data/spec/models/widget_form_spec.rb +84 -0
- data/spec/models/widget_logo_body_spec.rb +40 -0
- data/spec/models/widget_logo_spec.rb +40 -0
- data/spec/models/widget_status_form_spec.rb +46 -0
- data/spec/spec_helper.rb +110 -0
- metadata +501 -0
data/docs/PaymentApi.md
ADDED
@@ -0,0 +1,788 @@
|
|
1
|
+
# IndexeaClient::PaymentApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api.indexea.com/v1*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**payment_alipay**](PaymentApi.md#payment_alipay) | **POST** /payment/alipay | 接受支付宝的支付结果
|
8
|
+
[**payment_alipay_return**](PaymentApi.md#payment_alipay_return) | **GET** /payment/alipay | 支付宝平台支付完毕后调整到该接口
|
9
|
+
[**payment_apply_invoice**](PaymentApi.md#payment_apply_invoice) | **POST** /payment/{app}/invoices | 申请发票
|
10
|
+
[**payment_begin_pay**](PaymentApi.md#payment_begin_pay) | **POST** /payment/{app}/orders/{ident} | 支付订单
|
11
|
+
[**payment_buy**](PaymentApi.md#payment_buy) | **PUT** /payment/{app}/orders | 下单购买
|
12
|
+
[**payment_delete_invoice**](PaymentApi.md#payment_delete_invoice) | **DELETE** /payment/{app}/invoices | 删除发票
|
13
|
+
[**payment_delete_order**](PaymentApi.md#payment_delete_order) | **DELETE** /payment/{app}/orders/{ident} | 取消订单
|
14
|
+
[**payment_invoices**](PaymentApi.md#payment_invoices) | **GET** /payment/{app}/invoices | 获取发票列表
|
15
|
+
[**payment_order**](PaymentApi.md#payment_order) | **GET** /payment/{app}/orders/{ident} | 获取订单详情
|
16
|
+
[**payment_orders**](PaymentApi.md#payment_orders) | **POST** /payment/{app}/orders | 订单列表
|
17
|
+
[**payment_orders_without_invoice**](PaymentApi.md#payment_orders_without_invoice) | **GET** /payment/{app}/orders_without_invoice | 获取未曾开票的订单列表
|
18
|
+
[**payment_price**](PaymentApi.md#payment_price) | **GET** /payment/{app}/price | 获取套餐价格
|
19
|
+
[**payment_receipt**](PaymentApi.md#payment_receipt) | **GET** /payment/{app}/orders | 获取订单回执图片
|
20
|
+
[**payment_request_contact**](PaymentApi.md#payment_request_contact) | **POST** /payment/{app}/contact | 联系销售获取私有化报价
|
21
|
+
[**payment_upload_receipt**](PaymentApi.md#payment_upload_receipt) | **PUT** /payment/{app}/orders/{ident} | 上传转账回执
|
22
|
+
[**payment_wepay**](PaymentApi.md#payment_wepay) | **POST** /payment/wepay | 接受微信支付的支付结果
|
23
|
+
|
24
|
+
# **payment_alipay**
|
25
|
+
> payment_alipay
|
26
|
+
|
27
|
+
接受支付宝的支付结果
|
28
|
+
|
29
|
+
### Example
|
30
|
+
```ruby
|
31
|
+
# load the gem
|
32
|
+
require 'indexea_client'
|
33
|
+
|
34
|
+
api_instance = IndexeaClient::PaymentApi.new
|
35
|
+
|
36
|
+
begin
|
37
|
+
#接受支付宝的支付结果
|
38
|
+
api_instance.payment_alipay
|
39
|
+
rescue IndexeaClient::ApiError => e
|
40
|
+
puts "Exception when calling PaymentApi->payment_alipay: #{e}"
|
41
|
+
end
|
42
|
+
```
|
43
|
+
|
44
|
+
### Parameters
|
45
|
+
This endpoint does not need any parameter.
|
46
|
+
|
47
|
+
### Return type
|
48
|
+
|
49
|
+
nil (empty response body)
|
50
|
+
|
51
|
+
### Authorization
|
52
|
+
|
53
|
+
No authorization required
|
54
|
+
|
55
|
+
### HTTP request headers
|
56
|
+
|
57
|
+
- **Content-Type**: Not defined
|
58
|
+
- **Accept**: Not defined
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
# **payment_alipay_return**
|
63
|
+
> payment_alipay_return
|
64
|
+
|
65
|
+
支付宝平台支付完毕后调整到该接口
|
66
|
+
|
67
|
+
### Example
|
68
|
+
```ruby
|
69
|
+
# load the gem
|
70
|
+
require 'indexea_client'
|
71
|
+
|
72
|
+
api_instance = IndexeaClient::PaymentApi.new
|
73
|
+
|
74
|
+
begin
|
75
|
+
#支付宝平台支付完毕后调整到该接口
|
76
|
+
api_instance.payment_alipay_return
|
77
|
+
rescue IndexeaClient::ApiError => e
|
78
|
+
puts "Exception when calling PaymentApi->payment_alipay_return: #{e}"
|
79
|
+
end
|
80
|
+
```
|
81
|
+
|
82
|
+
### Parameters
|
83
|
+
This endpoint does not need any parameter.
|
84
|
+
|
85
|
+
### Return type
|
86
|
+
|
87
|
+
nil (empty response body)
|
88
|
+
|
89
|
+
### Authorization
|
90
|
+
|
91
|
+
No authorization required
|
92
|
+
|
93
|
+
### HTTP request headers
|
94
|
+
|
95
|
+
- **Content-Type**: Not defined
|
96
|
+
- **Accept**: Not defined
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
# **payment_apply_invoice**
|
101
|
+
> PaymentInvoice payment_apply_invoice(bodytypeapp)
|
102
|
+
|
103
|
+
申请发票
|
104
|
+
|
105
|
+
### Example
|
106
|
+
```ruby
|
107
|
+
# load the gem
|
108
|
+
require 'indexea_client'
|
109
|
+
# setup authorization
|
110
|
+
IndexeaClient.configure do |config|
|
111
|
+
end
|
112
|
+
|
113
|
+
api_instance = IndexeaClient::PaymentApi.new
|
114
|
+
body = ['body_example'] # Array<String> | 申请开发票的订单编号列表
|
115
|
+
type = 1 # Integer | 发票类型
|
116
|
+
app = 'app_example' # String | 应用标识
|
117
|
+
|
118
|
+
|
119
|
+
begin
|
120
|
+
#申请发票
|
121
|
+
result = api_instance.payment_apply_invoice(bodytypeapp)
|
122
|
+
p result
|
123
|
+
rescue IndexeaClient::ApiError => e
|
124
|
+
puts "Exception when calling PaymentApi->payment_apply_invoice: #{e}"
|
125
|
+
end
|
126
|
+
```
|
127
|
+
|
128
|
+
### Parameters
|
129
|
+
|
130
|
+
Name | Type | Description | Notes
|
131
|
+
------------- | ------------- | ------------- | -------------
|
132
|
+
**body** | [**Array<String>**](String.md)| 申请开发票的订单编号列表 |
|
133
|
+
**type** | **Integer**| 发票类型 | [default to 1]
|
134
|
+
**app** | **String**| 应用标识 |
|
135
|
+
|
136
|
+
### Return type
|
137
|
+
|
138
|
+
[**PaymentInvoice**](PaymentInvoice.md)
|
139
|
+
|
140
|
+
### Authorization
|
141
|
+
|
142
|
+
[TokenAuth](../README.md#TokenAuth)
|
143
|
+
|
144
|
+
### HTTP request headers
|
145
|
+
|
146
|
+
- **Content-Type**: application/json
|
147
|
+
- **Accept**: application/json
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
# **payment_begin_pay**
|
152
|
+
> PayResult payment_begin_pay(app, ident, type)
|
153
|
+
|
154
|
+
支付订单
|
155
|
+
|
156
|
+
选择支付方式,开始支付
|
157
|
+
|
158
|
+
### Example
|
159
|
+
```ruby
|
160
|
+
# load the gem
|
161
|
+
require 'indexea_client'
|
162
|
+
# setup authorization
|
163
|
+
IndexeaClient.configure do |config|
|
164
|
+
end
|
165
|
+
|
166
|
+
api_instance = IndexeaClient::PaymentApi.new
|
167
|
+
app = 'app_example' # String | 应用标识
|
168
|
+
ident = 'ident_example' # String | 订单号
|
169
|
+
type = 'type_example' # String | 支付方式
|
170
|
+
|
171
|
+
|
172
|
+
begin
|
173
|
+
#支付订单
|
174
|
+
result = api_instance.payment_begin_pay(app, ident, type)
|
175
|
+
p result
|
176
|
+
rescue IndexeaClient::ApiError => e
|
177
|
+
puts "Exception when calling PaymentApi->payment_begin_pay: #{e}"
|
178
|
+
end
|
179
|
+
```
|
180
|
+
|
181
|
+
### Parameters
|
182
|
+
|
183
|
+
Name | Type | Description | Notes
|
184
|
+
------------- | ------------- | ------------- | -------------
|
185
|
+
**app** | **String**| 应用标识 |
|
186
|
+
**ident** | **String**| 订单号 |
|
187
|
+
**type** | **String**| 支付方式 |
|
188
|
+
|
189
|
+
### Return type
|
190
|
+
|
191
|
+
[**PayResult**](PayResult.md)
|
192
|
+
|
193
|
+
### Authorization
|
194
|
+
|
195
|
+
[TokenAuth](../README.md#TokenAuth)
|
196
|
+
|
197
|
+
### HTTP request headers
|
198
|
+
|
199
|
+
- **Content-Type**: Not defined
|
200
|
+
- **Accept**: application/json
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
# **payment_buy**
|
205
|
+
> PaymentOrder payment_buy(bodyapp)
|
206
|
+
|
207
|
+
下单购买
|
208
|
+
|
209
|
+
### Example
|
210
|
+
```ruby
|
211
|
+
# load the gem
|
212
|
+
require 'indexea_client'
|
213
|
+
# setup authorization
|
214
|
+
IndexeaClient.configure do |config|
|
215
|
+
end
|
216
|
+
|
217
|
+
api_instance = IndexeaClient::PaymentApi.new
|
218
|
+
body = IndexeaClient::PaymentService.new # PaymentService |
|
219
|
+
app = 'app_example' # String | 应用标识
|
220
|
+
|
221
|
+
|
222
|
+
begin
|
223
|
+
#下单购买
|
224
|
+
result = api_instance.payment_buy(bodyapp)
|
225
|
+
p result
|
226
|
+
rescue IndexeaClient::ApiError => e
|
227
|
+
puts "Exception when calling PaymentApi->payment_buy: #{e}"
|
228
|
+
end
|
229
|
+
```
|
230
|
+
|
231
|
+
### Parameters
|
232
|
+
|
233
|
+
Name | Type | Description | Notes
|
234
|
+
------------- | ------------- | ------------- | -------------
|
235
|
+
**body** | [**PaymentService**](PaymentService.md)| |
|
236
|
+
**app** | **String**| 应用标识 |
|
237
|
+
|
238
|
+
### Return type
|
239
|
+
|
240
|
+
[**PaymentOrder**](PaymentOrder.md)
|
241
|
+
|
242
|
+
### Authorization
|
243
|
+
|
244
|
+
[TokenAuth](../README.md#TokenAuth)
|
245
|
+
|
246
|
+
### HTTP request headers
|
247
|
+
|
248
|
+
- **Content-Type**: application/json
|
249
|
+
- **Accept**: application/json
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
# **payment_delete_invoice**
|
254
|
+
> BOOLEAN payment_delete_invoice(app, id)
|
255
|
+
|
256
|
+
删除发票
|
257
|
+
|
258
|
+
### Example
|
259
|
+
```ruby
|
260
|
+
# load the gem
|
261
|
+
require 'indexea_client'
|
262
|
+
# setup authorization
|
263
|
+
IndexeaClient.configure do |config|
|
264
|
+
end
|
265
|
+
|
266
|
+
api_instance = IndexeaClient::PaymentApi.new
|
267
|
+
app = 'app_example' # String | 应用标识
|
268
|
+
id = 56 # Integer | 发票编号
|
269
|
+
|
270
|
+
|
271
|
+
begin
|
272
|
+
#删除发票
|
273
|
+
result = api_instance.payment_delete_invoice(app, id)
|
274
|
+
p result
|
275
|
+
rescue IndexeaClient::ApiError => e
|
276
|
+
puts "Exception when calling PaymentApi->payment_delete_invoice: #{e}"
|
277
|
+
end
|
278
|
+
```
|
279
|
+
|
280
|
+
### Parameters
|
281
|
+
|
282
|
+
Name | Type | Description | Notes
|
283
|
+
------------- | ------------- | ------------- | -------------
|
284
|
+
**app** | **String**| 应用标识 |
|
285
|
+
**id** | **Integer**| 发票编号 |
|
286
|
+
|
287
|
+
### Return type
|
288
|
+
|
289
|
+
**BOOLEAN**
|
290
|
+
|
291
|
+
### Authorization
|
292
|
+
|
293
|
+
[TokenAuth](../README.md#TokenAuth)
|
294
|
+
|
295
|
+
### HTTP request headers
|
296
|
+
|
297
|
+
- **Content-Type**: Not defined
|
298
|
+
- **Accept**: application/json
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
# **payment_delete_order**
|
303
|
+
> BOOLEAN payment_delete_order(app, ident)
|
304
|
+
|
305
|
+
取消订单
|
306
|
+
|
307
|
+
### Example
|
308
|
+
```ruby
|
309
|
+
# load the gem
|
310
|
+
require 'indexea_client'
|
311
|
+
# setup authorization
|
312
|
+
IndexeaClient.configure do |config|
|
313
|
+
end
|
314
|
+
|
315
|
+
api_instance = IndexeaClient::PaymentApi.new
|
316
|
+
app = 'app_example' # String | 应用标识
|
317
|
+
ident = 'ident_example' # String | 订单号
|
318
|
+
|
319
|
+
|
320
|
+
begin
|
321
|
+
#取消订单
|
322
|
+
result = api_instance.payment_delete_order(app, ident)
|
323
|
+
p result
|
324
|
+
rescue IndexeaClient::ApiError => e
|
325
|
+
puts "Exception when calling PaymentApi->payment_delete_order: #{e}"
|
326
|
+
end
|
327
|
+
```
|
328
|
+
|
329
|
+
### Parameters
|
330
|
+
|
331
|
+
Name | Type | Description | Notes
|
332
|
+
------------- | ------------- | ------------- | -------------
|
333
|
+
**app** | **String**| 应用标识 |
|
334
|
+
**ident** | **String**| 订单号 |
|
335
|
+
|
336
|
+
### Return type
|
337
|
+
|
338
|
+
**BOOLEAN**
|
339
|
+
|
340
|
+
### Authorization
|
341
|
+
|
342
|
+
[TokenAuth](../README.md#TokenAuth)
|
343
|
+
|
344
|
+
### HTTP request headers
|
345
|
+
|
346
|
+
- **Content-Type**: Not defined
|
347
|
+
- **Accept**: application/json
|
348
|
+
|
349
|
+
|
350
|
+
|
351
|
+
# **payment_invoices**
|
352
|
+
> Array<PaymentInvoice> payment_invoices(app)
|
353
|
+
|
354
|
+
获取发票列表
|
355
|
+
|
356
|
+
### Example
|
357
|
+
```ruby
|
358
|
+
# load the gem
|
359
|
+
require 'indexea_client'
|
360
|
+
# setup authorization
|
361
|
+
IndexeaClient.configure do |config|
|
362
|
+
end
|
363
|
+
|
364
|
+
api_instance = IndexeaClient::PaymentApi.new
|
365
|
+
app = 'app_example' # String | 应用标识
|
366
|
+
|
367
|
+
|
368
|
+
begin
|
369
|
+
#获取发票列表
|
370
|
+
result = api_instance.payment_invoices(app)
|
371
|
+
p result
|
372
|
+
rescue IndexeaClient::ApiError => e
|
373
|
+
puts "Exception when calling PaymentApi->payment_invoices: #{e}"
|
374
|
+
end
|
375
|
+
```
|
376
|
+
|
377
|
+
### Parameters
|
378
|
+
|
379
|
+
Name | Type | Description | Notes
|
380
|
+
------------- | ------------- | ------------- | -------------
|
381
|
+
**app** | **String**| 应用标识 |
|
382
|
+
|
383
|
+
### Return type
|
384
|
+
|
385
|
+
[**Array<PaymentInvoice>**](PaymentInvoice.md)
|
386
|
+
|
387
|
+
### Authorization
|
388
|
+
|
389
|
+
[TokenAuth](../README.md#TokenAuth)
|
390
|
+
|
391
|
+
### HTTP request headers
|
392
|
+
|
393
|
+
- **Content-Type**: Not defined
|
394
|
+
- **Accept**: application/json
|
395
|
+
|
396
|
+
|
397
|
+
|
398
|
+
# **payment_order**
|
399
|
+
> PaymentOrder payment_order(app, ident)
|
400
|
+
|
401
|
+
获取订单详情
|
402
|
+
|
403
|
+
获取订单详情
|
404
|
+
|
405
|
+
### Example
|
406
|
+
```ruby
|
407
|
+
# load the gem
|
408
|
+
require 'indexea_client'
|
409
|
+
# setup authorization
|
410
|
+
IndexeaClient.configure do |config|
|
411
|
+
end
|
412
|
+
|
413
|
+
api_instance = IndexeaClient::PaymentApi.new
|
414
|
+
app = 'app_example' # String | 应用标识
|
415
|
+
ident = 'ident_example' # String | 订单号
|
416
|
+
|
417
|
+
|
418
|
+
begin
|
419
|
+
#获取订单详情
|
420
|
+
result = api_instance.payment_order(app, ident)
|
421
|
+
p result
|
422
|
+
rescue IndexeaClient::ApiError => e
|
423
|
+
puts "Exception when calling PaymentApi->payment_order: #{e}"
|
424
|
+
end
|
425
|
+
```
|
426
|
+
|
427
|
+
### Parameters
|
428
|
+
|
429
|
+
Name | Type | Description | Notes
|
430
|
+
------------- | ------------- | ------------- | -------------
|
431
|
+
**app** | **String**| 应用标识 |
|
432
|
+
**ident** | **String**| 订单号 |
|
433
|
+
|
434
|
+
### Return type
|
435
|
+
|
436
|
+
[**PaymentOrder**](PaymentOrder.md)
|
437
|
+
|
438
|
+
### Authorization
|
439
|
+
|
440
|
+
[TokenAuth](../README.md#TokenAuth)
|
441
|
+
|
442
|
+
### HTTP request headers
|
443
|
+
|
444
|
+
- **Content-Type**: Not defined
|
445
|
+
- **Accept**: application/json
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
# **payment_orders**
|
450
|
+
> Array<PaymentOrder> payment_orders(app)
|
451
|
+
|
452
|
+
订单列表
|
453
|
+
|
454
|
+
获取应用的订单列表
|
455
|
+
|
456
|
+
### Example
|
457
|
+
```ruby
|
458
|
+
# load the gem
|
459
|
+
require 'indexea_client'
|
460
|
+
# setup authorization
|
461
|
+
IndexeaClient.configure do |config|
|
462
|
+
end
|
463
|
+
|
464
|
+
api_instance = IndexeaClient::PaymentApi.new
|
465
|
+
app = 'app_example' # String | 应用标识
|
466
|
+
|
467
|
+
|
468
|
+
begin
|
469
|
+
#订单列表
|
470
|
+
result = api_instance.payment_orders(app)
|
471
|
+
p result
|
472
|
+
rescue IndexeaClient::ApiError => e
|
473
|
+
puts "Exception when calling PaymentApi->payment_orders: #{e}"
|
474
|
+
end
|
475
|
+
```
|
476
|
+
|
477
|
+
### Parameters
|
478
|
+
|
479
|
+
Name | Type | Description | Notes
|
480
|
+
------------- | ------------- | ------------- | -------------
|
481
|
+
**app** | **String**| 应用标识 |
|
482
|
+
|
483
|
+
### Return type
|
484
|
+
|
485
|
+
[**Array<PaymentOrder>**](PaymentOrder.md)
|
486
|
+
|
487
|
+
### Authorization
|
488
|
+
|
489
|
+
[TokenAuth](../README.md#TokenAuth)
|
490
|
+
|
491
|
+
### HTTP request headers
|
492
|
+
|
493
|
+
- **Content-Type**: Not defined
|
494
|
+
- **Accept**: application/json
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
# **payment_orders_without_invoice**
|
499
|
+
> Array<PaymentOrder> payment_orders_without_invoice(app)
|
500
|
+
|
501
|
+
获取未曾开票的订单列表
|
502
|
+
|
503
|
+
### Example
|
504
|
+
```ruby
|
505
|
+
# load the gem
|
506
|
+
require 'indexea_client'
|
507
|
+
# setup authorization
|
508
|
+
IndexeaClient.configure do |config|
|
509
|
+
end
|
510
|
+
|
511
|
+
api_instance = IndexeaClient::PaymentApi.new
|
512
|
+
app = 'app_example' # String | 应用标识
|
513
|
+
|
514
|
+
|
515
|
+
begin
|
516
|
+
#获取未曾开票的订单列表
|
517
|
+
result = api_instance.payment_orders_without_invoice(app)
|
518
|
+
p result
|
519
|
+
rescue IndexeaClient::ApiError => e
|
520
|
+
puts "Exception when calling PaymentApi->payment_orders_without_invoice: #{e}"
|
521
|
+
end
|
522
|
+
```
|
523
|
+
|
524
|
+
### Parameters
|
525
|
+
|
526
|
+
Name | Type | Description | Notes
|
527
|
+
------------- | ------------- | ------------- | -------------
|
528
|
+
**app** | **String**| 应用标识 |
|
529
|
+
|
530
|
+
### Return type
|
531
|
+
|
532
|
+
[**Array<PaymentOrder>**](PaymentOrder.md)
|
533
|
+
|
534
|
+
### Authorization
|
535
|
+
|
536
|
+
[TokenAuth](../README.md#TokenAuth)
|
537
|
+
|
538
|
+
### HTTP request headers
|
539
|
+
|
540
|
+
- **Content-Type**: Not defined
|
541
|
+
- **Accept**: application/json
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
# **payment_price**
|
546
|
+
> PaymentService payment_price(app, service)
|
547
|
+
|
548
|
+
获取套餐价格
|
549
|
+
|
550
|
+
### Example
|
551
|
+
```ruby
|
552
|
+
# load the gem
|
553
|
+
require 'indexea_client'
|
554
|
+
# setup authorization
|
555
|
+
IndexeaClient.configure do |config|
|
556
|
+
end
|
557
|
+
|
558
|
+
api_instance = IndexeaClient::PaymentApi.new
|
559
|
+
app = 'app_example' # String | 应用标识
|
560
|
+
service = IndexeaClient::PaymentService.new # PaymentService | 配额信息
|
561
|
+
|
562
|
+
|
563
|
+
begin
|
564
|
+
#获取套餐价格
|
565
|
+
result = api_instance.payment_price(app, service)
|
566
|
+
p result
|
567
|
+
rescue IndexeaClient::ApiError => e
|
568
|
+
puts "Exception when calling PaymentApi->payment_price: #{e}"
|
569
|
+
end
|
570
|
+
```
|
571
|
+
|
572
|
+
### Parameters
|
573
|
+
|
574
|
+
Name | Type | Description | Notes
|
575
|
+
------------- | ------------- | ------------- | -------------
|
576
|
+
**app** | **String**| 应用标识 |
|
577
|
+
**service** | [**PaymentService**](.md)| 配额信息 |
|
578
|
+
|
579
|
+
### Return type
|
580
|
+
|
581
|
+
[**PaymentService**](PaymentService.md)
|
582
|
+
|
583
|
+
### Authorization
|
584
|
+
|
585
|
+
[TokenAuth](../README.md#TokenAuth)
|
586
|
+
|
587
|
+
### HTTP request headers
|
588
|
+
|
589
|
+
- **Content-Type**: Not defined
|
590
|
+
- **Accept**: application/json
|
591
|
+
|
592
|
+
|
593
|
+
|
594
|
+
# **payment_receipt**
|
595
|
+
> String payment_receipt(app, ident, id)
|
596
|
+
|
597
|
+
获取订单回执图片
|
598
|
+
|
599
|
+
查看回执图片
|
600
|
+
|
601
|
+
### Example
|
602
|
+
```ruby
|
603
|
+
# load the gem
|
604
|
+
require 'indexea_client'
|
605
|
+
# setup authorization
|
606
|
+
IndexeaClient.configure do |config|
|
607
|
+
end
|
608
|
+
|
609
|
+
api_instance = IndexeaClient::PaymentApi.new
|
610
|
+
app = 'app_example' # String | 应用标识
|
611
|
+
ident = 'ident_example' # String | 订单号
|
612
|
+
id = 56 # Integer | 回执编号
|
613
|
+
|
614
|
+
|
615
|
+
begin
|
616
|
+
#获取订单回执图片
|
617
|
+
result = api_instance.payment_receipt(app, ident, id)
|
618
|
+
p result
|
619
|
+
rescue IndexeaClient::ApiError => e
|
620
|
+
puts "Exception when calling PaymentApi->payment_receipt: #{e}"
|
621
|
+
end
|
622
|
+
```
|
623
|
+
|
624
|
+
### Parameters
|
625
|
+
|
626
|
+
Name | Type | Description | Notes
|
627
|
+
------------- | ------------- | ------------- | -------------
|
628
|
+
**app** | **String**| 应用标识 |
|
629
|
+
**ident** | **String**| 订单号 |
|
630
|
+
**id** | **Integer**| 回执编号 |
|
631
|
+
|
632
|
+
### Return type
|
633
|
+
|
634
|
+
**String**
|
635
|
+
|
636
|
+
### Authorization
|
637
|
+
|
638
|
+
[TokenAuth](../README.md#TokenAuth)
|
639
|
+
|
640
|
+
### HTTP request headers
|
641
|
+
|
642
|
+
- **Content-Type**: Not defined
|
643
|
+
- **Accept**: default
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
# **payment_request_contact**
|
648
|
+
> BOOLEAN payment_request_contact(bodyapp)
|
649
|
+
|
650
|
+
联系销售获取私有化报价
|
651
|
+
|
652
|
+
获取私有化方案、报价等信息
|
653
|
+
|
654
|
+
### Example
|
655
|
+
```ruby
|
656
|
+
# load the gem
|
657
|
+
require 'indexea_client'
|
658
|
+
# setup authorization
|
659
|
+
IndexeaClient.configure do |config|
|
660
|
+
end
|
661
|
+
|
662
|
+
api_instance = IndexeaClient::PaymentApi.new
|
663
|
+
body = IndexeaClient::ContactForm.new # ContactForm | 客户联系信息
|
664
|
+
app = 'app_example' # String | 应用标识
|
665
|
+
|
666
|
+
|
667
|
+
begin
|
668
|
+
#联系销售获取私有化报价
|
669
|
+
result = api_instance.payment_request_contact(bodyapp)
|
670
|
+
p result
|
671
|
+
rescue IndexeaClient::ApiError => e
|
672
|
+
puts "Exception when calling PaymentApi->payment_request_contact: #{e}"
|
673
|
+
end
|
674
|
+
```
|
675
|
+
|
676
|
+
### Parameters
|
677
|
+
|
678
|
+
Name | Type | Description | Notes
|
679
|
+
------------- | ------------- | ------------- | -------------
|
680
|
+
**body** | [**ContactForm**](ContactForm.md)| 客户联系信息 |
|
681
|
+
**app** | **String**| 应用标识 |
|
682
|
+
|
683
|
+
### Return type
|
684
|
+
|
685
|
+
**BOOLEAN**
|
686
|
+
|
687
|
+
### Authorization
|
688
|
+
|
689
|
+
[TokenAuth](../README.md#TokenAuth)
|
690
|
+
|
691
|
+
### HTTP request headers
|
692
|
+
|
693
|
+
- **Content-Type**: application/json
|
694
|
+
- **Accept**: application/json
|
695
|
+
|
696
|
+
|
697
|
+
|
698
|
+
# **payment_upload_receipt**
|
699
|
+
> PaymentOrder payment_upload_receipt(receiptappident)
|
700
|
+
|
701
|
+
上传转账回执
|
702
|
+
|
703
|
+
用户在完成银行转账后,通过该接口上传转账回执
|
704
|
+
|
705
|
+
### Example
|
706
|
+
```ruby
|
707
|
+
# load the gem
|
708
|
+
require 'indexea_client'
|
709
|
+
# setup authorization
|
710
|
+
IndexeaClient.configure do |config|
|
711
|
+
end
|
712
|
+
|
713
|
+
api_instance = IndexeaClient::PaymentApi.new
|
714
|
+
receipt = 'receipt_example' # String |
|
715
|
+
app = 'app_example' # String | 应用标识
|
716
|
+
ident = 'ident_example' # String | 订单号
|
717
|
+
|
718
|
+
|
719
|
+
begin
|
720
|
+
#上传转账回执
|
721
|
+
result = api_instance.payment_upload_receipt(receiptappident)
|
722
|
+
p result
|
723
|
+
rescue IndexeaClient::ApiError => e
|
724
|
+
puts "Exception when calling PaymentApi->payment_upload_receipt: #{e}"
|
725
|
+
end
|
726
|
+
```
|
727
|
+
|
728
|
+
### Parameters
|
729
|
+
|
730
|
+
Name | Type | Description | Notes
|
731
|
+
------------- | ------------- | ------------- | -------------
|
732
|
+
**receipt** | **String**| |
|
733
|
+
**app** | **String**| 应用标识 |
|
734
|
+
**ident** | **String**| 订单号 |
|
735
|
+
|
736
|
+
### Return type
|
737
|
+
|
738
|
+
[**PaymentOrder**](PaymentOrder.md)
|
739
|
+
|
740
|
+
### Authorization
|
741
|
+
|
742
|
+
[TokenAuth](../README.md#TokenAuth)
|
743
|
+
|
744
|
+
### HTTP request headers
|
745
|
+
|
746
|
+
- **Content-Type**: multipart/form-data
|
747
|
+
- **Accept**: application/json
|
748
|
+
|
749
|
+
|
750
|
+
|
751
|
+
# **payment_wepay**
|
752
|
+
> payment_wepay
|
753
|
+
|
754
|
+
接受微信支付的支付结果
|
755
|
+
|
756
|
+
### Example
|
757
|
+
```ruby
|
758
|
+
# load the gem
|
759
|
+
require 'indexea_client'
|
760
|
+
|
761
|
+
api_instance = IndexeaClient::PaymentApi.new
|
762
|
+
|
763
|
+
begin
|
764
|
+
#接受微信支付的支付结果
|
765
|
+
api_instance.payment_wepay
|
766
|
+
rescue IndexeaClient::ApiError => e
|
767
|
+
puts "Exception when calling PaymentApi->payment_wepay: #{e}"
|
768
|
+
end
|
769
|
+
```
|
770
|
+
|
771
|
+
### Parameters
|
772
|
+
This endpoint does not need any parameter.
|
773
|
+
|
774
|
+
### Return type
|
775
|
+
|
776
|
+
nil (empty response body)
|
777
|
+
|
778
|
+
### Authorization
|
779
|
+
|
780
|
+
No authorization required
|
781
|
+
|
782
|
+
### HTTP request headers
|
783
|
+
|
784
|
+
- **Content-Type**: Not defined
|
785
|
+
- **Accept**: Not defined
|
786
|
+
|
787
|
+
|
788
|
+
|