#安装 #client #客户端库

zsgf-client

zsgf 客户端库。

2 stable releases

new 1.0.24 Apr 2, 2025

#145 in Authentication

Download history

64 downloads per month

MIT license

1MB
14K SLoC

zsgf client

Crates.io MSRV

安装

cargo add zsgf-client

API 端点文档

方法 HTTP 请求 描述
AccessTokenApi access_token_delete DELETE /AccessToken/{appKey}/{id} 删除令牌
AccessTokenApi access_token_post POST /AccessToken/{appKey} 创建令牌
AccessTokenApi access_token_put PUT /AccessToken/{appKey}/{id} 更新令牌
AccessTokenApi access_tokens GET /AccessToken/{appKey} 令牌列表
AlipayApi alipay_create_order POST /Alipay/{appKey}/CreateOrder 创建订单 - 当面付
AlipayApi alipay_create_order_page_pay POST /Alipay/{appKey}/CreateOrderPagePay 创建订单 - PC支付
AlipayApi alipay_create_order_wap_pay POST /Alipay/{appKey}/CreateOrderWapPay 创建订单 - WAP支付
AlipayApi alipay_order_detail GET /Alipay/{appKey}/OrderDetail 订单详情
AlipayApi alipay_order_refund POST /Alipay/{appKey}/OrderRefund 订单退款
AlipayApi alipay_return_page_notify POST /Alipay/{appKey}/ReturnPageNotify 支付成功同步通知
AppApi app GET /App/{appKey} 应用详情
AppApi app2_fa GET /App/{appKey}/2FA 双因素验证 获取
AppApi app2_fa_check GET /App/{appKey}/2FACheck 双因素验证 验证
AppApi app_check_version GET /App/{appKey}/CheckVersion 更新应用数据库
AppApi app_delete DELETE /App/{appKey} 删除应用
AppApi app_info GET /App/{appKey}/Info 应用详情
AppApi app_post POST /App 创建应用
AppApi app_put PUT /App/{appKey} 更新应用
AppApi app_transfer GET /App/{appKey}/Transfer 转移应用
AppApi apps GET /App 应用列表
AppSettingApi app_service_setting_group GET /AppSetting/{appKey}/Groups/{id} 获取服务分组详情
AppSettingApi app_service_setting_group_delete DELETE /AppSetting/{appKey}/Groups/{id} 删除服务分组
AppSettingApi app_service_setting_group_post POST /AppSetting/{appKey}/Groups 添加服务分组
AppSettingApi app_service_setting_group_put PUT /AppSetting/{appKey}/Groups/{id} 更新服务分组
AppSettingApi app_service_setting_groups GET /AppSetting/{appKey}/Groups 获取服务分组列表
AppSettingApi app_service_setting_item GET /AppSetting/{appKey}/Items/{id} 服务配置项详情
AppSettingApi app_service_setting_item_delete DELETE /AppSetting/{appKey}/Items/{id} 删除服务配置项
AppSettingApi app_service_setting_item_post POST /AppSetting/{appKey}/Items 添加服务配置项
AppSettingApi app_service_setting_item_put PUT /AppSetting/{appKey}/Items/{id} 更新服务配置项
AppSettingApi app_service_setting_items GET /AppSetting/{appKey}/Items 服务配置项列表
AppSettingApi app_service_setting_provider GET /AppSetting/{appKey}/Providers/{id} 获取服务商详情
AppSettingApi app_service_setting_provider_delete DELETE /AppSetting/{appKey}/Providers/{id} 删除服务商
AppSettingApi app_service_setting_provider_post POST /AppSetting/{appKey}/Providers 添加服务商
AppSettingApi app_service_setting_provider_put PUT /AppSetting/{appKey}/Providers/{id} 更新服务商
AppSettingApi app_service_setting_providers GET /AppSetting/{appKey}/Providers 获取服务商列表
AppSettingApi app_setting GET /AppSetting/{appKey}/{id} 配置详情
AppSettingApi app_setting_delete DELETE /AppSetting/{appKey}/{id} 删除配置
AppSettingApi app_setting_post POST /AppSetting/{appKey} 增加配置
AppSettingApi app_setting_put PUT /AppSetting/{appKey}/{id} 更新配置
AppSettingApi app_settings GET /AppSetting/{appKey} 配置列表
AuthorizePolicyApi authorize_policies GET /AuthorizePolicy/{appKey} 获取鉴权策略列表
AuthorizePolicyApi authorize_policy GET /AuthorizePolicy/{appKey}/{id} 获取鉴权策略详情
AuthorizePolicyApi authorize_policy_delete DELETE /AuthorizePolicy/{appKey}/{id} 删除鉴权策略
AuthorizePolicyApi authorize_policy_post POST /AuthorizePolicy/{appKey} 添加鉴权策略
AuthorizePolicyApi authorize_policy_put PUT /AuthorizePolicy/{appKey}/{id} 更新鉴权策略
CurrencyApi currencies GET /Currency/{appKey} 获取货币列表
CurrencyApi currency GET /Currency/{appKey}/{id} 获取货币详情
CurrencyApi currency_delete DELETE /Currency/{appKey}/{id} 删除货币
CurrencyApi currency_exchange_rate_delete DELETE /Currency/{appKey}/ExchangeRates/{id} 删除汇率
CurrencyApi currency_exchange_rate_put PUT /Currency/{appKey}/ExchangeRates/{code} 更新汇率
CurrencyApi currency_exchange_rates GET /Currency/{appKey}/ExchangeRates/{code} 获取汇率列表
CurrencyApi currency_post POST /Currency/{appKey} 创建新货币
CurrencyApi currency_put PUT /Currency/{appKey}/{id} 更新货币信息
CurrencyApi currency_transactions GET /Currency/{appKey}/Transactions 获取货币交易记录
DingTalkApi ding_talk_user_info GET /DingTalk/{appKey}/UserInfo 获取用户资料
FileApi file_create_folder POST /File/{appKey}/CreateFolder 创建文件夹
FileApi file_delete DELETE /File/{appKey} 删除文件或文件夹
FileApi file_rename POST /File/{appKey}/Rename 重命名文件或文件夹
FileApi file_upload POST /File/{appKey}/Upload 上传文件
FileApi files GET /File/{appKey} 获取文件列表
OAuthApi o_auth_authorize POST /OAuth/{appKey}/Authorize 获取access_token
OAuthApi o_auth_consents GET /OAuth/{appKey}/Consents 授权记录
OAuthApi o_auth_delete_consent DELETE /OAuth/{appKey}/Consents/{id} 删除授权记录
OAuthApi o_auth_grant_code POST /OAuth/{appKey}/GrantCode 申请授权码
OAuthApi o_auth_profile GET /OAuth/{appKey}/Profile 获取个人资料
OrderApi order GET /Order/{appKey}/{id} 获取订单详情
OrderApi order_create POST /Order/{appKey}/Create 创建订单
OrderApi orders GET /Order/{appKey} 获取订单列表
ProjectApi project GET /Project/{id} 项目详情
ProjectApi project_delete DELETE /Project/{id} 删除项目
ProjectApi project_post POST /Project 创建项目
ProjectApi project_put PUT /Project/{id} 更新项目
ProjectApi projects GET /Project 项目列表
ServiceSettingApi service_setting GET /ServiceSetting/{id} 获取配置详情
ServiceSettingApi service_setting_delete DELETE /ServiceSetting/{id} 删除配置
ServiceSettingApi service_setting_group GET /ServiceSetting/Groups/{id} 获取服务分组详情
ServiceSettingApi service_setting_group_delete DELETE /ServiceSetting/Groups/{id} 删除服务分组
ServiceSettingApi service_setting_group_post POST /ServiceSetting/Groups 添加服务分组
ServiceSettingApi service_setting_group_put PUT /ServiceSetting/Groups/{id} 更新服务分组
ServiceSettingApi service_setting_groups GET /ServiceSetting/Groups 获取服务分组列表
ServiceSettingApi service_setting_item GET /ServiceSetting/Items/{id} 服务配置详情
ServiceSettingApi service_setting_item_delete DELETE /ServiceSetting/Items/{id} 删除服务配置
ServiceSettingApi service_setting_item_post POST /ServiceSetting/Items 添加服务配置
ServiceSettingApi service_setting_item_put PUT /ServiceSetting/Items/{id} 更新服务配置
ServiceSettingApi service_setting_items GET /ServiceSetting/Items 服务配置列表
ServiceSettingApi service_setting_post POST /ServiceSetting 增加配置
ServiceSettingApi service_setting_provider GET /ServiceSetting/Providers/{id} 获取服务商详情
ServiceSettingApi service_setting_provider_delete DELETE /ServiceSetting/Providers/{id} 删除服务商
ServiceSettingApi service_setting_provider_post POST /ServiceSetting/Providers 添加服务商
ServiceSettingApi service_setting_provider_put PUT /ServiceSetting/Providers/{id} 更新服务商
ServiceSettingApi service_setting_providers GET /ServiceSetting/Providers 获取服务商列表
ServiceSettingApi service_setting_put PUT /ServiceSetting/{id} 更新配置
ServiceSettingApi service_settings GET /ServiceSetting 获取配置列表
StorageApi storage_aggregate GET /Storage/{appKey}/{table}/Aggregate 聚合查询
StorageApi storage_clear DELETE /Storage/{appKey}/{table}/Clear 清空表数据
StorageApi storage_delete DELETE /Storage/{appKey}/{table}/{id} 删除数据
StorageApi storage_delete_index DELETE /Storage/{appKey}/{table}/indexes 删除索引
StorageApi storage_detail GET /Storage/{appKey}/{table}/{id} 数据详情
StorageApi storage_execute_function GET /Storage/{appKey}/ExecuteFunction 执行函数
StorageApi storage_export GET /Storage/{appKey}/{table}/Export 导出数据
StorageApi storage_import POST /Storage/{appKey}/{table}/Import 导入数据
StorageApi storage_indexes GET /Storage/{appKey}/{table}/Indexes 获取索引
StorageApi storage_list GET /Storage/{appKey}/{table} 查询数据
StorageApi storage_post POST /Storage/{appKey}/{table} 添加数据
StorageApi storage_post_index POST /Storage/{appKey}/{table}/indexes 添加索引
StorageApi storage_put PUT /Storage/{appKey}/{table}/{id} 更新数据
StorageApi storage_remove DELETE /Storage/{appKey}/{table}/Remove 删除表
StorageApi storage_stats GET /Storage/{appKey}/{table}/Stats 数据表统计
StorageApi storage_tables GET /Storage/{appKey}/Tables 获取数据表
SystemFileApi system_file_create_folder POST /SystemFile/CreateFolder 创建文件夹
SystemFileApi system_file_delete DELETE /SystemFile 删除文件
SystemFileApi system_file_rename POST /SystemFile/Rename 重命名文件
SystemFileApi system_file_upload POST /SystemFile 上传文件
SystemFileApi system_files GET /SystemFile 获取文件列表
TeamApi team_delete DELETE /Team/{id} 删除团队
TeamApi team_post POST /Team 创建团队
TeamApi team_put PUT /Team/{id} 更新团队信息
TeamApi teams GET /Team 获取团队列表
UserApi user GET /User/{appKey}/{id} 获取用户详情
UserApi user_clear DELETE /User/{appKey}/Clear 清空用户数据
UserApi user_common_interests GET /User/{appKey}/Friends/CommonInterests 有共同爱好的用户推荐
UserApi user_delete DELETE /User/{appKey}/{id} 删除用户
UserApi user_email_sign_in POST /User/{appKey}/EmailSignIn 邮箱登录
UserApi user_email_sign_up POST /User/{appKey}/EmailSignUp 邮箱注册
UserApi user_export GET /User/{appKey}/Export 导出用户数据
UserApi user_follow_user POST /User/{appKey}/Follower/{userId} 关注用户
UserApi user_follower_put PUT /User/{appKey}/Follower/{id} 更新粉丝
UserApi user_followers GET /User/{appKey}/Followers 获取我的粉丝列表
UserApi user_following GET /User/{appKey}/Following 获取我的关注列表
UserApi user_friends_near_by GET /User/{appKey}/Friends/NearBy 附近的用户推荐
UserApi user_import POST /User/{appKey}/Import 导入用户数据
UserApi user_location GET /User/{appKey}/Location/{id} 获取位置详情
UserApi user_location_delete DELETE /User/{appKey}/Location/{id} 删除位置
UserApi user_location_post POST /User/{appKey}/Location 添加位置
UserApi user_location_put PUT /User/{appKey}/Location/{id} 更新位置
UserApi user_locations GET /User/{appKey}/Locations 获取位置列表
UserApi user_mutual_followers GET /User/{appKey}/Friends/MutualFollowers 有共同粉丝的用户推荐
UserApi user_mutual_followings GET /User/{appKey}/Friends/MutualFollowings 有共同关注的用户推荐
UserApi user_o_auth_account_bind POST /User/{appKey}/OAuthAccountBind 外部账号 绑定
UserApi user_o_auth_account_sign_in POST /User/{appKey}/OAuthAccountSignIn 外部账号 登录
UserApi user_o_auth_accounts GET /User/{appKey}/OAuthAccounts 外部账号 绑定列表
UserApi user_o_auth_accounts_put_bind PUT /User/{appKey}/OAuthAccounts/{id} 外部账号 更新绑定
UserApi user_o_auth_accounts_un_bind DELETE /User/{appKey}/OAuthAccounts/{id} 外部账号 删除绑定
UserApi user_phone_sign_in POST /User/{appKey}/PhoneSignIn 手机登录
UserApi user_phone_sign_up POST /User/{appKey}/PhoneSignUp 手机注册
UserApi user_profile GET /User/{appKey}/Profile 获取个人资料
UserApi user_put PUT /User/{appKey}/{id} 更新用户信息
UserApi user_qr_code_pre_sign_in POST /User/{appKey}/QRCodePreSignIn 微信小程序 - 预登陆
UserApi user_qr_code_scan POST /User/{appKey}/QRCodeScan 微信小程序 - 扫码
UserApi user_qr_code_sign_in POST /User/{appKey}/QRCodeSignIn 微信小程序 - 网页登录
UserApi user_qr_code_sign_up POST /User/{appKey}/QRCodeSignUp 微信小程序 - 注册
UserApi user_reset_pwd POST /User/{appKey}/ResetPwd 重置密码
UserApi user_send_email_code POST /User/{appKey}/SendEmailCode 发送邮箱验证码
UserApi user_send_sms_code POST /User/{appKey}/SendSMSCode 发送手机验证码
UserApi user_sign_in POST /User/{appKey}/SignIn 账号密码 登录
UserApi user_sign_up POST /User/{appKey}/SignUp 账号密码 注册
UserApi user_two_factor_auth GET /User/{appKey}/TwoFactorAuth 双因素验证
UserApi user_unfollow_user DELETE /User/{appKey}/Follower/{userId} 取消关注
UserApi user_union_id_sign_in POST /User/{appKey}/UnionIDSignIn UnionID登录
UserApi user_union_id_sign_up POST /User/{appKey}/UnionIDSignUp UnionID注册
UserApi user_update_profile PUT /User/{appKey}/Profile 更新个人资料
UserApi users GET /User/{appKey} 获取用户列表
UserCurrencyApi user_currencies GET /UserCurrency/{appKey}/{id} 获取用户资产
UserCurrencyApi user_currency_consume POST /UserCurrency/{appKey}/CurrencyConsume 消费虚拟币
UserCurrencyApi user_currency_exchange POST /UserCurrency/{appKey}/CurrencyExchange 兑换虚拟币
UserCurrencyApi user_currency_recharge POST /UserCurrency/{appKey}/CurrencyRecharge 充值虚拟币
UserCurrencyApi user_currency_transactions GET /UserCurrency/{appKey}/CurrencyTransactions 虚拟币交易记录
UserSettingApi user_setting GET /UserSetting/{appKey}/{id} 获取用户配置项详情
UserSettingApi user_setting_delete DELETE /UserSetting/{appKey}/{id} 删除用户配置项
UserSettingApi user_setting_post POST /UserSetting/{appKey} 添加用户配置项
UserSettingApi user_setting_put PUT /UserSetting/{appKey}/{id} 更新用户配置项
UserSettingApi user_settings GET /UserSetting/{appKey} 获取用户配置列表
WechatApi wechat_decrypt GET /Wechat/{appKey}/Decrypt 小程序-解密数据
WechatApi wechat_generate_scheme POST /Wechat/{appKey}/GenerateScheme 小程序-生成scheme码(该接口用于获取小程序 scheme 码,适用于短信、邮件、外部网页、微信内等拉起小程序的业务场景)
WechatApi wechat_js_code2_session GET /Wechat/{appKey}/JSCode2Session 小程序-登录凭证校验
WechatApi wechat_js_config GET /Wechat/{appKey}/JSConfig 公众号H5-JS SDK Config
WechatApi wechat_subscribe_msg POST /Wechat/{appKey}/SubscribeMSG 公众号H5-发送一次性订阅消息
WechatApi wechat_subscribe_send POST /Wechat/{appKey}/SubscribeSend 小程序-发送订阅消息
WechatApi wechat_url_link_generate POST /Wechat/{appKey}/UrlLinkGenerate 小程序-生成网页跳转地址(获取小程序 URL Link,适用于短信、邮件、网页、微信内等拉起小程序的业务场景)
WechatApi wechat_user_info GET /Wechat/{appKey}/UserInfo 公众号H5-获取用户UnionID
WechatApi wechat_wxa_code_get POST /Wechat/{appKey}/WXACodeGet 小程序-获取小程序码
WechatApi wechat_wxa_code_get_unlimited POST /Wechat/{appKey}/WXACodeGetUnlimited 小程序-获取小程序码(无限制)

模型文档

Dependencies

~8–20MB
~272K SLoC