zsgf_client
安装
gem install zsgf_client
入门
# 加载gem
require 'zsgf_client'
# 设置授权
ZSGFClient.configure do |config|
# 配置Bearer授权:Bearer
config.access_token = 'YOUR_BEARER_TOKEN'
# 配置一个proc来获取访问令牌,代替静态access_token配置
config.access_token_getter = -> { 'YOUR TOKEN GETTER PROC' }
end
api_instance = ZSGFClient::AppApi.new
app_key = 'app_key_example' # String |
begin
#应用详情
result = api_instance.app(app_key)
p result
rescue ZSGFClient::ApiError => e
puts "Exception when calling AppApi->app: #{e}"
end
API端点文档
所有URI都是相对于https://api.zashigaofa.cn的
| 类 | 方法 | HTTP请求 | 描述 |
|---|---|---|---|
| ZSGFClient::AccessTokenApi | access_token_delete | DELETE /AccessToken/appKey/id | 删除令牌 |
| ZSGFClient::AccessTokenApi | access_token_post | POST /AccessToken/appKey | 创建令牌 |
| ZSGFClient::AccessTokenApi | access_token_put | PUT /AccessToken/appKey/id | 更新令牌 |
| ZSGFClient::AccessTokenApi | access_tokens | GET /AccessToken/appKey | 令牌列表 |
| ZSGFClient::AlipayApi | alipay_create_order | POST /Alipay/appKey/CreateOrder | 创建订单 - 当面付 |
| ZSGFClient::AlipayApi | alipay_create_order_page_pay | POST /Alipay/appKey/CreateOrderPagePay | 创建订单 - PC支付 |
| ZSGFClient::AlipayApi | alipay_create_order_wap_pay | POST /Alipay/appKey/CreateOrderWapPay | 创建订单 - WAP支付 |
| ZSGFClient::AlipayApi | alipay_order_detail | GET /Alipay/appKey/OrderDetail | 订单详情 |
| ZSGFClient::AlipayApi | alipay_order_refund | POST /Alipay/appKey/OrderRefund | 订单退款 |
| ZSGFClient::AlipayApi | alipay_return_page_notify | POST /Alipay/appKey/ReturnPageNotify | 支付成功同步通知 |
| ZSGFClient::AppApi | app | GET /App/appKey | 应用详情 |
| ZSGFClient::AppApi | app2_fa | GET /App/appKey/2FA | 双因素验证 获取 |
| ZSGFClient::AppApi | app2_fa_check | GET /App/appKey/2FACheck | 双因素验证 验证 |
| ZSGFClient::AppApi | app_check_version | GET /App/appKey/CheckVersion | 更新应用数据库 |
| ZSGFClient::AppApi | app_delete | DELETE /App/appKey | 删除应用 |
| ZSGFClient::AppApi | app_info | GET /App/appKey/Info | 应用详情 |
| ZSGFClient::AppApi | app_post | POST /App | 创建应用 |
| ZSGFClient::AppApi | app_put | PUT /App/appKey | 更新应用 |
| ZSGFClient::AppApi | app_transfer | GET /App/appKey/Transfer | 转移应用 |
| ZSGFClient::AppApi | apps | GET /App | 应用列表 |
| ZSGFClient::AppSettingApi | app_service_setting_group | GET /AppSetting/appKey/Groups/id | 获取服务分组详情 |
| ZSGFClient::AppSettingApi | app_service_setting_group_delete | DELETE /AppSetting/appKey/Groups/id | 删除服务分组 |
| ZSGFClient::AppSettingApi | app_service_setting_group_post | POST /AppSetting/appKey/Groups | 添加服务分组 |
| ZSGFClient::AppSettingApi | app_service_setting_group_put | PUT /AppSetting/appKey/Groups/id | 更新服务分组 |
| ZSGFClient::AppSettingApi | app_service_setting_groups | GET /AppSetting/appKey/Groups | 获取服务分组列表 |
| ZSGFClient::AppSettingApi | app_service_setting_item | GET /AppSetting/appKey/Items/id | 服务配置项详情 |
| ZSGFClient::AppSettingApi | app_service_setting_item_delete | DELETE /AppSetting/appKey/Items/id | 删除服务配置项 |
| ZSGFClient::AppSettingApi | app_service_setting_item_post | POST /AppSetting/appKey/Items | 添加服务配置项 |
| ZSGFClient::AppSettingApi | app_service_setting_item_put | PUT /AppSetting/appKey/Items/id | 更新服务配置项 |
| ZSGFClient::AppSettingApi | app_service_setting_items | GET /AppSetting/appKey/Items | 服务配置项列表 |
| ZSGFClient::AppSettingApi | app_service_setting_provider | GET /AppSetting/appKey/Providers/id | 获取服务商详情 |
| ZSGFClient::AppSettingApi | app_service_setting_provider_delete | DELETE /AppSetting/appKey/Providers/id | 删除服务商 |
| ZSGFClient::AppSettingApi | app_service_setting_provider_post | POST /AppSetting/appKey/Providers | 添加服务商 |
| ZSGFClient::AppSettingApi | app_service_setting_provider_put | PUT /AppSetting/appKey/Providers/id | 更新服务商 |
| ZSGFClient::AppSettingApi | app_service_setting_providers | GET /AppSetting/appKey/Providers | 获取服务商列表 |
| ZSGFClient::AppSettingApi | app_setting | GET /AppSetting/appKey/id | 配置详情 |
| ZSGFClient::AppSettingApi | app_setting_delete | DELETE /AppSetting/appKey/id | 删除配置 |
| ZSGFClient::AppSettingApi | app_setting_post | POST /AppSetting/appKey | 增加配置 |
| ZSGFClient::AppSettingApi | app_setting_put | PUT /AppSetting/appKey/id | 更新配置 |
| ZSGFClient::AppSettingApi | app_settings | GET /AppSetting/appKey | 配置列表 |
| ZSGFClient::AuthorizePolicyApi | authorize_policies | GET /AuthorizePolicy/appKey | 获取鉴权策略列表 |
| ZSGFClient::AuthorizePolicyApi | authorize_policy | GET /AuthorizePolicy/appKey/id | 获取鉴权策略详情 |
| ZSGFClient::AuthorizePolicyApi | authorize_policy_delete | DELETE /AuthorizePolicy/appKey/id | 删除鉴权策略 |
| ZSGFClient::AuthorizePolicyApi | authorize_policy_post | POST /AuthorizePolicy/appKey | 添加鉴权策略 |
| ZSGFClient::AuthorizePolicyApi | authorize_policy_put | PUT /AuthorizePolicy/appKey/id | 更新鉴权策略 |
| ZSGFClient::CurrencyApi | currencies | GET /Currency/appKey | 获取货币列表 |
| ZSGFClient::CurrencyApi | currency | GET /Currency/appKey/id | 获取货币详情 |
| ZSGFClient::CurrencyApi | currency_delete | DELETE /Currency/appKey/id | 删除货币 |
| ZSGFClient::CurrencyApi | currency_exchange_rate_delete | DELETE /Currency/appKey/ExchangeRates/id | 删除汇率 |
| ZSGFClient::CurrencyApi | currency_exchange_rate_put | PUT /Currency/appKey/ExchangeRates/code | 更新汇率 |
| ZSGFClient::CurrencyApi | currency_exchange_rates | GET /Currency/appKey/ExchangeRates/code | 获取汇率列表 |
| ZSGFClient::CurrencyApi | currency_post | POST /Currency/appKey | 创建新货币 |
| ZSGFClient::CurrencyApi | currency_put | PUT /Currency/appKey/id | 更新货币信息 |
| ZSGFClient::CurrencyApi | currency_transactions | GET /Currency/appKey/Transactions | 获取货币交易记录 |
| ZSGFClient::DingTalkApi | ding_talk_user_info | GET /DingTalk/appKey/UserInfo | 获取用户资料 |
| ZSGFClient::FileApi | file_create_folder | POST /File/appKey/CreateFolder | 创建文件夹 |
| ZSGFClient::FileApi | file_delete | DELETE /File/appKey | 删除文件或文件夹 |
| ZSGFClient::FileApi | file_rename | POST /File/appKey/Rename | 重命名文件或文件夹 |
| ZSGFClient::FileApi | file_upload | POST /File/appKey/Upload | 上传文件 |
| ZSGFClient::FileApi | files | GET /File/appKey | 获取文件列表 |
| ZSGFClient::OAuthApi | o_auth_authorize | POST /OAuth/appKey/Authorize | 获取access_token |
| ZSGFClient::OAuthApi | o_auth_consents | GET /OAuth/appKey/Consents | 授权记录 |
| ZSGFClient::OAuthApi | o_auth_delete_consent | DELETE /OAuth/appKey/Consents/id | 删除授权记录 |
| ZSGFClient::OAuthApi | o_auth_grant_code | POST /OAuth/appKey/GrantCode | 申请授权码 |
| ZSGFClient::OAuthApi | o_auth_profile | GET /OAuth/appKey/Profile | 获取个人资料 |
| ZSGFClient::OrderApi | order | GET /Order/appKey/id | 获取订单详情 |
| ZSGFClient::OrderApi | order_create | POST /Order/appKey/Create | 创建订单 |
| ZSGFClient::OrderApi | orders | GET /Order/appKey | 获取订单列表 |
| ZSGFClient::ProjectApi | project | GET /Project/id | 项目详情 |
| ZSGFClient::ProjectApi | project_delete | DELETE /Project/id | 删除项目 |
| ZSGFClient::ProjectApi | project_post | POST /Project | 创建项目 |
| ZSGFClient::ProjectApi | project_put | PUT /Project/id | 更新项目 |
| ZSGFClient::ProjectApi | projects | GET /Project | 项目列表 |
| ZSGFClient::ServiceSettingApi | service_setting | GET /ServiceSetting/id | 获取配置详情 |
| ZSGFClient::ServiceSettingApi | service_setting_delete | DELETE /ServiceSetting/id | 删除配置 |
| ZSGFClient::ServiceSettingApi | service_setting_group | GET /ServiceSetting/Groups/id | 获取服务分组详情 |
| ZSGFClient::ServiceSettingApi | service_setting_group_delete | DELETE /ServiceSetting/Groups/id | 删除服务分组 |
| ZSGFClient::ServiceSettingApi | service_setting_group_post | POST /ServiceSetting/Groups | 添加服务分组 |
| ZSGFClient::ServiceSettingApi | service_setting_group_put | PUT /ServiceSetting/Groups/id | 更新服务分组 |
| ZSGFClient::ServiceSettingApi | service_setting_groups | GET /ServiceSetting/Groups | 获取服务分组列表 |
| ZSGFClient::ServiceSettingApi | service_setting_item | GET /ServiceSetting/Items/id | 服务配置详情 |
| ZSGFClient::ServiceSettingApi | service_setting_item_delete | DELETE /ServiceSetting/Items/id | 删除服务配置 |
| ZSGFClient::ServiceSettingApi | service_setting_item_post | POST /ServiceSetting/Items | 添加服务配置 |
| ZSGFClient::ServiceSettingApi | service_setting_item_put | PUT /ServiceSetting/Items/id | 更新服务配置 |
| ZSGFClient::ServiceSettingApi | service_setting_items | GET /ServiceSetting/Items | 服务配置列表 |
| ZSGFClient::ServiceSettingApi | service_setting_post | POST /ServiceSetting | 增加配置 |
| ZSGFClient::ServiceSettingApi | service_setting_provider | GET /ServiceSetting/Providers/id | 获取服务商详情 |
| ZSGFClient::ServiceSettingApi | service_setting_provider_delete | DELETE /ServiceSetting/Providers/id | 删除服务商 |
| ZSGFClient::ServiceSettingApi | service_setting_provider_post | POST /ServiceSetting/Providers | 添加服务商 |
| ZSGFClient::ServiceSettingApi | service_setting_provider_put | PUT /ServiceSetting/Providers/id | 更新服务商 |
| ZSGFClient::ServiceSettingApi | service_setting_providers | GET /ServiceSetting/Providers | 获取服务商列表 |
| ZSGFClient::ServiceSettingApi | service_setting_put | PUT /ServiceSetting/id | 更新配置 |
| ZSGFClient::ServiceSettingApi | service_settings | GET /ServiceSetting | 获取配置列表 |
| ZSGFClient::StorageApi | storage_aggregate | GET /Storage/appKey/table/Aggregate | 聚合查询 |
| ZSGFClient::StorageApi | storage_clear | DELETE /Storage/appKey/table/Clear | 清空表数据 |
| ZSGFClient::StorageApi | storage_delete | DELETE /Storage/appKey/table/id | 删除数据 |
| ZSGFClient::StorageApi | storage_delete_index | DELETE /Storage/appKey/table/indexes | 删除索引 |
| ZSGFClient::StorageApi | storage_detail | GET /Storage/appKey/table/id | 数据详情 |
| ZSGFClient::StorageApi | storage_execute_function | GET /Storage/appKey/ExecuteFunction | 执行函数 |
| ZSGFClient::StorageApi | storage_export | GET /Storage/appKey/table/Export | 导出数据 |
| ZSGFClient::StorageApi | storage_import | POST /Storage/appKey/table/Import | 导入数据 |
| ZSGFClient::StorageApi | storage_indexes | GET /Storage/appKey/table/Indexes | 获取索引 |
| ZSGFClient::StorageApi | storage_list | GET /Storage/appKey/table | 查询数据 |
| ZSGFClient::StorageApi | storage_post | POST /Storage/appKey/table | 添加数据 |
| ZSGFClient::StorageApi | storage_post_index | POST /Storage/appKey/table/indexes | 添加索引 |
| ZSGFClient::StorageApi | storage_put | PUT /Storage/appKey/table/id | 更新数据 |
| ZSGFClient::StorageApi | storage_remove | DELETE /Storage/appKey/table/Remove | 删除表 |
| ZSGFClient::StorageApi | storage_stats | GET /Storage/appKey/table/Stats | 数据表统计 |
| ZSGFClient::StorageApi | storage_tables | GET /Storage/appKey/Tables | 获取数据表 |
| ZSGFClient::SystemFileApi | system_file_create_folder | POST /SystemFile/CreateFolder | 创建文件夹 |
| ZSGFClient::SystemFileApi | system_file_delete | DELETE /SystemFile | 删除文件 |
| ZSGFClient::SystemFileApi | system_file_rename | POST /SystemFile/Rename | 重命名文件 |
| ZSGFClient::SystemFileApi | system_file_upload | POST /SystemFile | 上传文件 |
| ZSGFClient::SystemFileApi | system_files | GET /SystemFile | 获取文件列表 |
| ZSGFClient::TeamApi | team_delete | DELETE /Team/id | 删除团队 |
| ZSGFClient::TeamApi | team_post | POST /Team | 创建团队 |
| ZSGFClient::TeamApi | team_put | PUT /Team/id | 更新团队信息 |
| ZSGFClient::TeamApi | teams | GET /Team | 获取团队列表 |
| ZSGFClient::UserApi | user | GET /User/appKey/id | 获取用户详情 |
| ZSGFClient::UserApi | user_clear | DELETE /User/appKey/Clear | 清空用户数据 |
| ZSGFClient::UserApi | user_common_interests | GET /User/appKey/Friends/CommonInterests | 有共同爱好的用户推荐 |
| ZSGFClient::UserApi | user_delete | DELETE /User/appKey/id | 删除用户 |
| ZSGFClient::UserApi | user_email_sign_in | POST /User/appKey/EmailSignIn | 邮箱登录 |
| ZSGFClient::UserApi | user_email_sign_up | POST /User/appKey/EmailSignUp | 邮箱注册 |
| ZSGFClient::UserApi | user_export | GET /User/appKey/Export | 导出用户数据 |
| ZSGFClient::UserApi | user_follow_user | POST /User/appKey/Follower/userId | 关注用户 |
| ZSGFClient::UserApi | user_follower_put | PUT /User/appKey/Follower/id | 更新粉丝 |
| ZSGFClient::UserApi | user_followers | GET /User/appKey/Followers | 获取我的粉丝列表 |
| ZSGFClient::UserApi | user_following | GET /User/appKey/Following | 获取我的关注列表 |
| ZSGFClient::UserApi | user_friends_near_by | GET /User/appKey/Friends/NearBy | 附近的用户推荐 |
| ZSGFClient::UserApi | user_import | POST /User/appKey/Import | 导入用户数据 |
| ZSGFClient::UserApi | user_location | GET /User/appKey/Location/id | 获取位置详情 |
| ZSGFClient::UserApi | user_location_delete | DELETE /User/appKey/Location/id | 删除位置 |
| ZSGFClient::UserApi | user_location_post | POST /User/appKey/Location | 添加位置 |
| ZSGFClient::UserApi | user_location_put | PUT /User/appKey/Location/id | 更新位置 |
| ZSGFClient::UserApi | user_locations | GET /User/appKey/Locations | 获取位置列表 |
| ZSGFClient::UserApi | user_mutual_followers | GET /User/appKey/Friends/MutualFollowers | 有共同粉丝的用户推荐 |
| ZSGFClient::UserApi | user_mutual_followings | GET /User/appKey/Friends/MutualFollowings | 有共同关注的用户推荐 |
| ZSGFClient::UserApi | user_o_auth_account_bind | POST /User/appKey/OAuthAccountBind | 外部账号 绑定 |
| ZSGFClient::UserApi | user_o_auth_account_sign_in | POST /User/appKey/OAuthAccountSignIn | 外部账号 登录 |
| ZSGFClient::UserApi | user_o_auth_accounts | GET /User/appKey/OAuthAccounts | 外部账号 绑定列表 |
| ZSGFClient::UserApi | user_o_auth_accounts_put_bind | PUT /User/appKey/OAuthAccounts/id | 外部账号 更新绑定 |
| ZSGFClient::UserApi | user_o_auth_accounts_un_bind | DELETE /User/appKey/OAuthAccounts/id | 外部账号 删除绑定 |
| ZSGFClient::UserApi | user_phone_sign_in | POST /User/appKey/PhoneSignIn | 手机登录 |
| ZSGFClient::UserApi | user_phone_sign_up | POST /User/appKey/PhoneSignUp | 手机注册 |
| ZSGFClient::UserApi | user_profile | GET /User/appKey/Profile | 获取个人资料 |
| ZSGFClient::UserApi | user_put | PUT /User/appKey/id | 更新用户信息 |
| ZSGFClient::UserApi | user_qr_code_pre_sign_in | POST /User/appKey/QRCodePreSignIn | 微信小程序 - 预登陆 |
| ZSGFClient::UserApi | user_qr_code_scan | POST /User/appKey/QRCodeScan | 微信小程序 - 扫码 |
| ZSGFClient::UserApi | user_qr_code_sign_in | POST /User/appKey/QRCodeSignIn | 微信小程序 - 网页登录 |
| ZSGFClient::UserApi | user_qr_code_sign_up | POST /User/appKey/QRCodeSignUp | 微信小程序 - 注册 |
| ZSGFClient::UserApi | user_reset_pwd | POST /User/appKey/ResetPwd | 重置密码 |
| ZSGFClient::UserApi | user_send_email_code | POST /User/appKey/SendEmailCode | 发送邮箱验证码 |
| ZSGFClient::UserApi | user_send_sms_code | POST /User/appKey/SendSMSCode | 发送手机验证码 |
| ZSGFClient::UserApi | user_sign_in | POST /User/appKey/SignIn | 账号密码 登录 |
| ZSGFClient::UserApi | user_sign_up | POST /User/appKey/SignUp | 账号密码 注册 |
| ZSGFClient::UserApi | user_two_factor_auth | GET /User/appKey/TwoFactorAuth | 双因素验证 |
| ZSGFClient::UserApi | user_unfollow_user | DELETE /User/appKey/Follower/userId | 取消关注 |
| ZSGFClient::UserApi | user_union_id_sign_in | POST /User/appKey/UnionIDSignIn | UnionID登录 |
| ZSGFClient::UserApi | user_union_id_sign_up | POST /User/appKey/UnionIDSignUp | UnionID注册 |
| ZSGFClient::UserApi | user_update_profile | PUT /User/appKey/Profile | 更新个人资料 |
| ZSGFClient::UserApi | users | GET /User/appKey | 获取用户列表 |
| ZSGFClient::UserCurrencyApi | user_currencies | GET /UserCurrency/appKey/id | 获取用户资产 |
| ZSGFClient::UserCurrencyApi | user_currency_consume | POST /UserCurrency/appKey/CurrencyConsume | 消费虚拟币 |
| ZSGFClient::UserCurrencyApi | user_currency_exchange | POST /UserCurrency/appKey/CurrencyExchange | 兑换虚拟币 |
| ZSGFClient::UserCurrencyApi | user_currency_recharge | POST /UserCurrency/appKey/CurrencyRecharge | 充值虚拟币 |
| ZSGFClient::UserCurrencyApi | user_currency_transactions | GET /UserCurrency/appKey/CurrencyTransactions | 虚拟币交易记录 |
| ZSGFClient::UserSettingApi | user_setting | GET /UserSetting/appKey/id | 获取用户配置项详情 |
| ZSGFClient::UserSettingApi | user_setting_delete | DELETE /UserSetting/appKey/id | 删除用户配置项 |
| ZSGFClient::UserSettingApi | user_setting_post | POST /UserSetting/appKey | 添加用户配置项 |
| ZSGFClient::UserSettingApi | user_setting_put | PUT /UserSetting/appKey/id | 更新用户配置项 |
| ZSGFClient::UserSettingApi | user_settings | GET /UserSetting/appKey | 获取用户配置列表 |
| ZSGFClient::WechatApi | wechat_decrypt | GET /Wechat/appKey/Decrypt | 小程序-解密数据 |
| ZSGFClient::WechatApi | wechat_generate_scheme | POST /Wechat/appKey/GenerateScheme | 小程序-生成scheme码(该接口用于获取小程序 scheme 码,适用于短信、邮件、外部网页、微信内等拉起小程序的业务场景) |
| ZSGFClient::WechatApi | wechat_js_code2_session | GET /Wechat/appKey/JSCode2Session | 小程序-登录凭证校验 |
| ZSGFClient::WechatApi | wechat_js_config | GET /Wechat/appKey/JSConfig | 公众号H5-JS SDK Config |
| ZSGFClient::WechatApi | wechat_subscribe_msg | POST /Wechat/appKey/SubscribeMSG | 公众号H5-发送一次性订阅消息 |
| ZSGFClient::WechatApi | wechat_subscribe_send | POST /Wechat/appKey/SubscribeSend | 小程序-发送订阅消息 |
| ZSGFClient::WechatApi | wechat_url_link_generate | POST /Wechat/appKey/UrlLinkGenerate | 小程序-生成网页跳转地址(获取小程序 URL Link,适用于短信、邮件、网页、微信内等拉起小程序的业务场景) |
| ZSGFClient::WechatApi | wechat_user_info | GET /Wechat/appKey/UserInfo | 公众号H5-获取用户UnionID |
| ZSGFClient::WechatApi | wechat_wxa_code_get | POST /Wechat/appKey/WXACodeGet | 小程序-获取小程序码 |
| ZSGFClient::WechatApi | wechat_wxa_code_get_unlimited | POST /Wechat/appKey/WXACodeGetUnlimited | 小程序-获取小程序码(无限制) |
模型文档
- ZSGFClient::AccessTokenListResult
- ZSGFClient::AccessTokenListResultApiResponse
- ZSGFClient::AccessTokenPostRequest
- ZSGFClient::AccessTokenPutRequest
- ZSGFClient::AlipayCreateOrderPagePayRequest
- ZSGFClient::AlipayCreateOrderRequest
- ZSGFClient::AlipayCreateOrderWapPayRequest
- ZSGFClient::AlipayTradeQueryResponse
- ZSGFClient::AlipayTradeQueryResponseApiResponse
- ZSGFClient::AlipayTradeRefundResponse
- ZSGFClient::AlipayTradeRefundResponseApiResponse
- ZSGFClient::App
- ZSGFClient::AppApiResponse
- ZSGFClient::AppCheckVersionResult
- ZSGFClient::AppCheckVersionResultApiResponse
- ZSGFClient::AppInfoItem
- ZSGFClient::AppInfoResult
- ZSGFClient::AppInfoResultApiResponse
- ZSGFClient::AppListResult
- ZSGFClient::AppListResultApiResponse
- ZSGFClient::AppPostResult
- ZSGFClient::AppPostResultApiResponse
- ZSGFClient::AppProperty
- ZSGFClient::AppSetting
- ZSGFClient::AppSettingApiResponse
- ZSGFClient::AppSettingGroupPostResult
- ZSGFClient::AppSettingGroupPostResultApiResponse
- ZSGFClient::AppSettingItemPostResult
- ZSGFClient::AppSettingItemPostResultApiResponse
- ZSGFClient::AppSettingListApiResponse
- ZSGFClient::AppSettingProviderPostResult
- ZSGFClient::AppSettingProviderPostResultApiResponse
- ZSGFClient::AppSettingSettingPostResult
- ZSGFClient::AppSettingSettingPostResultApiResponse
- ZSGFClient::AppUserConsentModel
- ZSGFClient::AppUserConsentModelListApiResponse
- ZSGFClient::AppUserListResponse
- ZSGFClient::AppUserResetPwdRequest
- ZSGFClient::AuthorizePolicy
- ZSGFClient::AuthorizePolicyApiResponse
- ZSGFClient::AuthorizePolicyListApiResponse
- ZSGFClient::AuthorizeResult
- ZSGFClient::AuthorizeResultApiResponse
- ZSGFClient::BkAgentRespInfo
- ZSGFClient::BooleanApiResponse
- ZSGFClient::ChargeInfo
- ZSGFClient::CommonFriendModel
- ZSGFClient::ContributeDetail
- ZSGFClient::CreateOrderRequest
- ZSGFClient::CreateOrderResult
- ZSGFClient::CreateOrderResultApiResponse
- ZSGFClient::CreatePostResult
- ZSGFClient::CreatePostResultApiResponse
- ZSGFClient::Currency
- ZSGFClient::CurrencyApiResponse
- ZSGFClient::CurrencyConsumeRequest
- ZSGFClient::CurrencyExchangeRate
- ZSGFClient::CurrencyExchangeRateApiResponse
- ZSGFClient::CurrencyListApiResponse
- ZSGFClient::CurrencyTransaction
- ZSGFClient::CurrencyTransactionListApiResponse
- ZSGFClient::DirectoryItem
- ZSGFClient::EmailSignInRequest
- ZSGFClient::EmailSignUpRequest
- ZSGFClient::EnterprisePayInfo
- ZSGFClient::ExchangeCurrencyRequest
- ZSGFClient::ExchangeRatePutRequest
- ZSGFClient::ExecuteFunctionRequest
- ZSGFClient::FileItem
- ZSGFClient::FileListResult
- ZSGFClient::FileListResultApiResponse
- ZSGFClient::FollowerModel
- ZSGFClient::FollowerPutModel
- ZSGFClient::FulfillmentDetail
- ZSGFClient::GeoLocationModel
- ZSGFClient::GeoLocationModelApiResponse
- ZSGFClient::GeoLocationResponseModel
- ZSGFClient::GoodsDetail
- ZSGFClient::GrantRequest
- ZSGFClient::GrantResult
- ZSGFClient::GrantResultApiResponse
- ZSGFClient::HbFqPayInfo
- ZSGFClient::Int64ApiResponse
- ZSGFClient::IntactChargeInfo
- ZSGFClient::ListResponseItem
- ZSGFClient::ListResponseItemListApiResponse
- ZSGFClient::OAuthAccountBindRequest
- ZSGFClient::OAuthAccountPutBindRequest
- ZSGFClient::OAuthAccountSignInRequest
- ZSGFClient::ObjectApiResponse
- ZSGFClient::ObjectListApiResponse
- ZSGFClient::Order
- ZSGFClient::OrderApiResponse
- ZSGFClient::OrderListResult
- ZSGFClient::OrderListResultApiResponse
- ZSGFClient::PaymentInfoWithId
- ZSGFClient::PhoneSignInRequest
- ZSGFClient::PhoneSignUpRequest
- ZSGFClient::PostIndexRequest
- ZSGFClient::PostResult
- ZSGFClient::PostResultApiResponse
- ZSGFClient::PresetPayToolInfo
- ZSGFClient::ProfileResult
- ZSGFClient::ProfileResultApiResponse
- ZSGFClient::Project
- ZSGFClient::ProjectApiResponse
- ZSGFClient::ProjectListResult
- ZSGFClient::ProjectListResultApiResponse
- ZSGFClient::QRCodePreSignInRequest
- ZSGFClient::QRCodeScanRequest
- ZSGFClient::QRCodeSignInRequest
- ZSGFClient::QRCodeSignUpRequest
- ZSGFClient::RechargePointRequest
- ZSGFClient::RecommendFriend
- ZSGFClient::RefundChargeInfo
- ZSGFClient::RefundSubFee
- ZSGFClient::ReturnPageNotifyRequest
- ZSGFClient::SendEmailCodeRequest
- ZSGFClient::SendSMSCodeRequest
- ZSGFClient::ServiceGroup
- ZSGFClient::ServiceGroupApiResponse
- ZSGFClient::ServiceGroupListApiResponse
- ZSGFClient::ServiceItem
- ZSGFClient::ServiceItemApiResponse
- ZSGFClient::ServiceItemListApiResponse
- ZSGFClient::ServiceProvider
- ZSGFClient::ServiceProviderApiResponse
- ZSGFClient::ServiceProviderListApiResponse
- ZSGFClient::ServiceSettingGroupPostResult
- ZSGFClient::ServiceSettingGroupPostResultApiResponse
- ZSGFClient::ServiceSettingItemPostResult
- ZSGFClient::ServiceSettingItemPostResultApiResponse
- ZSGFClient::ServiceSettingProviderPostResult
- ZSGFClient::ServiceSettingProviderPostResultApiResponse
- ZSGFClient::ServiceSettingSettingPostResult
- ZSGFClient::ServiceSettingSettingPostResultApiResponse
- ZSGFClient::Settings
- ZSGFClient::SettingsApiResponse
- ZSGFClient::SettingsListApiResponse
- ZSGFClient::SetupCode
- ZSGFClient::SetupCodeApiResponse
- ZSGFClient::SignInRequest
- ZSGFClient::SignUpRequest
- ZSGFClient::StorageListResult
- ZSGFClient::StorageListResultApiResponse
- ZSGFClient::StringApiResponse
- ZSGFClient::StringListApiResponse
- ZSGFClient::SubFee
- ZSGFClient::SystemDirectoryItem
- ZSGFClient::SystemFileItem
- ZSGFClient::SystemFileListResult
- ZSGFClient::SystemFileListResultApiResponse
- ZSGFClient::TapPayInfo
- ZSGFClient::Team
- ZSGFClient::TokenModel
- ZSGFClient::TokenModelApiResponse
- ZSGFClient::TradeFundBill
- ZSGFClient::TradeSettleDetail
- ZSGFClient::TradeSettleInfo
- ZSGFClient::UnionIDSignInRequest
- ZSGFClient::UnionIDSignUpRequest
- ZSGFClient::UpdateProfileRequest
- ZSGFClient::User
- ZSGFClient::UserAccessToken
- ZSGFClient::UserApiResponse
- ZSGFClient::UserCommonInterestsResult
- ZSGFClient::UserCommonInterestsResultApiResponse
- ZSGFClient::UserCurrency
- ZSGFClient::UserCurrencyCurrencyTransResult
- ZSGFClient::UserCurrencyCurrencyTransResultApiResponse
- ZSGFClient::UserCurrencyListApiResponse
- ZSGFClient::UserFollowersResult
- ZSGFClient::UserFollowersResultApiResponse
- ZSGFClient::UserFollowingResult
- ZSGFClient::UserFollowingResultApiResponse
- ZSGFClient::UserFriendsNearByResult
- ZSGFClient::UserFriendsNearByResultApiResponse
- ZSGFClient::UserListResult
- ZSGFClient::UserListResultApiResponse
- ZSGFClient::UserLocationPostResult
- ZSGFClient::UserLocationPostResultApiResponse
- ZSGFClient::UserLocationsResult
- ZSGFClient::UserLocationsResultApiResponse
- ZSGFClient::UserLogins
- ZSGFClient::UserLoginsListApiResponse
- ZSGFClient::UserMutualFollowersResult
- ZSGFClient::UserMutualFollowersResultApiResponse
- ZSGFClient::UserMutualFollowingsResult
- ZSGFClient::UserMutualFollowingsResultApiResponse
- ZSGFClient::UserProfileResult
- ZSGFClient::UserProfileResultApiResponse
- ZSGFClient::UserQRCodeScanResult
- ZSGFClient::UserQRCodeScanResultApiResponse
- ZSGFClient::UserSetting
- ZSGFClient::UserSettingApiResponse
- ZSGFClient::UserSettingListApiResponse
- ZSGFClient::UserSettingPostResult
- ZSGFClient::UserSettingPostResultApiResponse
- ZSGFClient::VoucherDetail
- ZSGFClient::WechatJSConfigResult
- ZSGFClient::WechatJSConfigResultApiResponse