zsgf_client 1.0.25 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/AccessTokenApi.md +1 -1
- data/docs/AlipayApi.md +25 -25
- data/docs/AppApi.md +1 -655
- data/docs/DingTalkApi.md +1 -1
- data/docs/ExternalAccountApi.md +373 -0
- data/docs/{OAuthAccountBindRequest.md → ExternalAccountBindRequest.md} +2 -2
- data/docs/{OAuthAccountPutBindRequest.md → ExternalAccountPutRequest.md} +2 -2
- data/docs/{OAuthAccountSignInRequest.md → ExternalAccountSignInRequest.md} +2 -2
- data/docs/FileApi.md +15 -15
- data/docs/OAuthApi.md +17 -17
- data/docs/OrderApi.md +1 -1
- data/docs/StorageApi.md +87 -917
- data/docs/TapPayInfo.md +5 -1
- data/docs/UserApi.md +105 -2459
- data/docs/UserCurrencyApi.md +1 -1
- data/docs/UserFriendsApi.md +795 -0
- data/docs/UserLocationApi.md +387 -0
- data/docs/WechatApi.md +343 -47
- data/lib/zsgf_client/api/access_token_api.rb +1 -1
- data/lib/zsgf_client/api/alipay_api.rb +13 -13
- data/lib/zsgf_client/api/app_api.rb +1 -588
- data/lib/zsgf_client/api/ding_talk_api.rb +1 -1
- data/lib/zsgf_client/api/{authorize_policy_api.rb → external_account_api.rb} +108 -113
- data/lib/zsgf_client/api/file_api.rb +11 -11
- data/lib/zsgf_client/api/o_auth_api.rb +9 -9
- data/lib/zsgf_client/api/order_api.rb +1 -1
- data/lib/zsgf_client/api/storage_api.rb +23 -894
- data/lib/zsgf_client/api/user_api.rb +112 -2374
- data/lib/zsgf_client/api/user_currency_api.rb +1 -1
- data/lib/zsgf_client/api/user_friends_api.rb +787 -0
- data/lib/zsgf_client/api/{user_setting_api.rb → user_location_api.rb} +106 -94
- data/lib/zsgf_client/api/wechat_api.rb +305 -25
- data/lib/zsgf_client/api_client.rb +1 -1
- data/lib/zsgf_client/api_error.rb +1 -1
- data/lib/zsgf_client/configuration.rb +4 -4
- data/lib/zsgf_client/models/access_token_list_result.rb +1 -1
- data/lib/zsgf_client/models/access_token_list_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/access_token_post_request.rb +1 -1
- data/lib/zsgf_client/models/access_token_put_request.rb +1 -1
- data/lib/zsgf_client/models/alipay_create_order_page_pay_request.rb +1 -1
- data/lib/zsgf_client/models/alipay_create_order_request.rb +1 -1
- data/lib/zsgf_client/models/alipay_create_order_wap_pay_request.rb +1 -1
- data/lib/zsgf_client/models/alipay_trade_query_response.rb +1 -1
- data/lib/zsgf_client/models/alipay_trade_query_response_api_response.rb +1 -1
- data/lib/zsgf_client/models/alipay_trade_refund_response.rb +1 -1
- data/lib/zsgf_client/models/alipay_trade_refund_response_api_response.rb +1 -1
- data/lib/zsgf_client/models/app_info_item.rb +1 -1
- data/lib/zsgf_client/models/app_info_result.rb +1 -1
- data/lib/zsgf_client/models/app_info_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/app_property.rb +1 -1
- data/lib/zsgf_client/models/app_user_consent_model.rb +1 -1
- data/lib/zsgf_client/models/app_user_consent_model_list_api_response.rb +1 -1
- data/lib/zsgf_client/models/app_user_reset_email_request.rb +1 -1
- data/lib/zsgf_client/models/app_user_reset_phone_request.rb +1 -1
- data/lib/zsgf_client/models/app_user_reset_pwd_request.rb +1 -1
- data/lib/zsgf_client/models/authorize_result.rb +1 -1
- data/lib/zsgf_client/models/authorize_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/bk_agent_resp_info.rb +1 -1
- data/lib/zsgf_client/models/boolean_api_response.rb +1 -1
- data/lib/zsgf_client/models/charge_info.rb +1 -1
- data/lib/zsgf_client/models/common_friend_model.rb +1 -1
- data/lib/zsgf_client/models/contribute_detail.rb +1 -1
- data/lib/zsgf_client/models/create_order_request.rb +1 -1
- data/lib/zsgf_client/models/create_order_result.rb +1 -1
- data/lib/zsgf_client/models/create_order_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/currency_consume_request.rb +1 -1
- data/lib/zsgf_client/models/currency_transaction.rb +1 -1
- data/lib/zsgf_client/models/directory_item.rb +1 -1
- data/lib/zsgf_client/models/email_sign_in_request.rb +1 -1
- data/lib/zsgf_client/models/email_sign_up_request.rb +1 -1
- data/lib/zsgf_client/models/enterprise_pay_info.rb +1 -1
- data/lib/zsgf_client/models/exchange_currency_request.rb +1 -1
- data/lib/zsgf_client/models/{o_auth_account_bind_request.rb → external_account_bind_request.rb} +4 -4
- data/lib/zsgf_client/models/{o_auth_account_put_bind_request.rb → external_account_put_request.rb} +4 -4
- data/lib/zsgf_client/models/{o_auth_account_sign_in_request.rb → external_account_sign_in_request.rb} +4 -4
- data/lib/zsgf_client/models/file_item.rb +1 -1
- data/lib/zsgf_client/models/file_list_result.rb +1 -1
- data/lib/zsgf_client/models/file_list_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/follower_model.rb +1 -1
- data/lib/zsgf_client/models/follower_put_model.rb +1 -1
- data/lib/zsgf_client/models/fulfillment_detail.rb +1 -1
- data/lib/zsgf_client/models/geo_location.rb +1 -1
- data/lib/zsgf_client/models/geo_location_model.rb +1 -1
- data/lib/zsgf_client/models/geo_location_model_api_response.rb +1 -1
- data/lib/zsgf_client/models/geo_location_response_model.rb +1 -1
- data/lib/zsgf_client/models/get_user_profile_result.rb +1 -1
- data/lib/zsgf_client/models/get_user_profile_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/goods_detail.rb +1 -1
- data/lib/zsgf_client/models/grant_request.rb +1 -1
- data/lib/zsgf_client/models/grant_result.rb +1 -1
- data/lib/zsgf_client/models/grant_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/hb_fq_pay_info.rb +1 -1
- data/lib/zsgf_client/models/int64_api_response.rb +1 -1
- data/lib/zsgf_client/models/intact_charge_info.rb +1 -1
- data/lib/zsgf_client/models/my_sql_geometry.rb +1 -1
- data/lib/zsgf_client/models/object_api_response.rb +1 -1
- data/lib/zsgf_client/models/object_list_api_response.rb +1 -1
- data/lib/zsgf_client/models/order.rb +1 -1
- data/lib/zsgf_client/models/order_api_response.rb +1 -1
- data/lib/zsgf_client/models/order_list_result.rb +1 -1
- data/lib/zsgf_client/models/order_list_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/payment_info_with_id.rb +1 -1
- data/lib/zsgf_client/models/phone_sign_in_request.rb +1 -1
- data/lib/zsgf_client/models/phone_sign_up_request.rb +1 -1
- data/lib/zsgf_client/models/preset_pay_tool_info.rb +1 -1
- data/lib/zsgf_client/models/profile_result.rb +1 -1
- data/lib/zsgf_client/models/profile_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/qr_code_pre_sign_in_request.rb +1 -1
- data/lib/zsgf_client/models/qr_code_scan_request.rb +1 -1
- data/lib/zsgf_client/models/qr_code_sign_in_request.rb +1 -1
- data/lib/zsgf_client/models/qr_code_sign_up_request.rb +1 -1
- data/lib/zsgf_client/models/recharge_point_request.rb +1 -1
- data/lib/zsgf_client/models/recommend_friend.rb +1 -1
- data/lib/zsgf_client/models/refund_charge_info.rb +1 -1
- data/lib/zsgf_client/models/refund_sub_fee.rb +1 -1
- data/lib/zsgf_client/models/return_page_notify_request.rb +1 -1
- data/lib/zsgf_client/models/send_email_code_request.rb +1 -1
- data/lib/zsgf_client/models/send_sms_code_request.rb +1 -1
- data/lib/zsgf_client/models/setup_code.rb +1 -1
- data/lib/zsgf_client/models/setup_code_api_response.rb +1 -1
- data/lib/zsgf_client/models/sign_in_request.rb +1 -1
- data/lib/zsgf_client/models/sign_up_request.rb +1 -1
- data/lib/zsgf_client/models/storage_list_result.rb +1 -1
- data/lib/zsgf_client/models/storage_list_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/string_api_response.rb +1 -1
- data/lib/zsgf_client/models/sub_fee.rb +1 -1
- data/lib/zsgf_client/models/tap_pay_info.rb +26 -6
- data/lib/zsgf_client/models/token_model.rb +1 -1
- data/lib/zsgf_client/models/token_model_api_response.rb +1 -1
- data/lib/zsgf_client/models/trade_fund_bill.rb +1 -1
- data/lib/zsgf_client/models/trade_settle_detail.rb +1 -1
- data/lib/zsgf_client/models/trade_settle_info.rb +1 -1
- data/lib/zsgf_client/models/union_id_sign_in_request.rb +1 -1
- data/lib/zsgf_client/models/union_id_sign_up_request.rb +1 -1
- data/lib/zsgf_client/models/update_profile_request.rb +1 -1
- data/lib/zsgf_client/models/user.rb +1 -1
- data/lib/zsgf_client/models/user_access_token.rb +1 -1
- data/lib/zsgf_client/models/user_common_interests_result.rb +1 -1
- data/lib/zsgf_client/models/user_common_interests_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_currency.rb +1 -1
- data/lib/zsgf_client/models/user_currency_currency_trans_result.rb +1 -1
- data/lib/zsgf_client/models/user_currency_currency_trans_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_currency_list_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_followers_result.rb +1 -1
- data/lib/zsgf_client/models/user_followers_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_friends_near_by_result.rb +1 -1
- data/lib/zsgf_client/models/user_friends_near_by_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_location_post_result.rb +1 -1
- data/lib/zsgf_client/models/user_location_post_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_locations_result.rb +1 -1
- data/lib/zsgf_client/models/user_locations_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_logins.rb +1 -1
- data/lib/zsgf_client/models/user_logins_list_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_mutual_followers_result.rb +1 -1
- data/lib/zsgf_client/models/user_mutual_followers_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_mutual_followings_result.rb +1 -1
- data/lib/zsgf_client/models/user_mutual_followings_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_profile_result.rb +1 -1
- data/lib/zsgf_client/models/user_profile_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/user_qr_code_scan_result.rb +1 -1
- data/lib/zsgf_client/models/user_qr_code_scan_result_api_response.rb +1 -1
- data/lib/zsgf_client/models/voucher_detail.rb +1 -1
- data/lib/zsgf_client/models/wechat_js_config_result.rb +1 -1
- data/lib/zsgf_client/models/wechat_js_config_result_api_response.rb +1 -1
- data/lib/zsgf_client/version.rb +2 -2
- data/lib/zsgf_client.rb +7 -88
- data/spec/api/access_token_api_spec.rb +1 -1
- data/spec/api/alipay_api_spec.rb +7 -7
- data/spec/api/app_api_spec.rb +1 -115
- data/spec/api/ding_talk_api_spec.rb +1 -1
- data/spec/api/{user_setting_api_spec.rb → external_account_api_spec.rb} +35 -38
- data/spec/api/file_api_spec.rb +6 -6
- data/spec/api/o_auth_api_spec.rb +5 -5
- data/spec/api/order_api_spec.rb +1 -1
- data/spec/api/storage_api_spec.rb +1 -156
- data/spec/api/user_api_spec.rb +5 -449
- data/spec/api/user_currency_api_spec.rb +1 -1
- data/spec/api/user_friends_api_spec.rb +192 -0
- data/spec/api/user_location_api_spec.rb +107 -0
- data/spec/api/wechat_api_spec.rb +64 -12
- data/spec/models/access_token_list_result_api_response_spec.rb +1 -1
- data/spec/models/access_token_list_result_spec.rb +1 -1
- data/spec/models/access_token_post_request_spec.rb +1 -1
- data/spec/models/access_token_put_request_spec.rb +1 -1
- data/spec/models/alipay_create_order_page_pay_request_spec.rb +1 -1
- data/spec/models/alipay_create_order_request_spec.rb +1 -1
- data/spec/models/alipay_create_order_wap_pay_request_spec.rb +1 -1
- data/spec/models/alipay_trade_query_response_api_response_spec.rb +1 -1
- data/spec/models/alipay_trade_query_response_spec.rb +1 -1
- data/spec/models/alipay_trade_refund_response_api_response_spec.rb +1 -1
- data/spec/models/alipay_trade_refund_response_spec.rb +1 -1
- data/spec/models/app_info_item_spec.rb +1 -1
- data/spec/models/app_info_result_api_response_spec.rb +1 -1
- data/spec/models/app_info_result_spec.rb +1 -1
- data/spec/models/app_property_spec.rb +1 -1
- data/spec/models/app_user_consent_model_list_api_response_spec.rb +1 -1
- data/spec/models/app_user_consent_model_spec.rb +1 -1
- data/spec/models/app_user_reset_email_request_spec.rb +1 -1
- data/spec/models/app_user_reset_phone_request_spec.rb +1 -1
- data/spec/models/app_user_reset_pwd_request_spec.rb +1 -1
- data/spec/models/authorize_result_api_response_spec.rb +1 -1
- data/spec/models/authorize_result_spec.rb +1 -1
- data/spec/models/bk_agent_resp_info_spec.rb +1 -1
- data/spec/models/boolean_api_response_spec.rb +1 -1
- data/spec/models/charge_info_spec.rb +1 -1
- data/spec/models/common_friend_model_spec.rb +1 -1
- data/spec/models/contribute_detail_spec.rb +1 -1
- data/spec/models/create_order_request_spec.rb +1 -1
- data/spec/models/create_order_result_api_response_spec.rb +1 -1
- data/spec/models/create_order_result_spec.rb +1 -1
- data/spec/models/currency_consume_request_spec.rb +1 -1
- data/spec/models/currency_transaction_spec.rb +1 -1
- data/spec/models/directory_item_spec.rb +1 -1
- data/spec/models/email_sign_in_request_spec.rb +1 -1
- data/spec/models/email_sign_up_request_spec.rb +1 -1
- data/spec/models/enterprise_pay_info_spec.rb +1 -1
- data/spec/models/exchange_currency_request_spec.rb +1 -1
- data/spec/models/{o_auth_account_bind_request_spec.rb → external_account_bind_request_spec.rb} +7 -7
- data/spec/models/{o_auth_account_put_bind_request_spec.rb → external_account_put_request_spec.rb} +7 -7
- data/spec/models/{o_auth_account_sign_in_request_spec.rb → external_account_sign_in_request_spec.rb} +7 -7
- data/spec/models/file_item_spec.rb +1 -1
- data/spec/models/file_list_result_api_response_spec.rb +1 -1
- data/spec/models/file_list_result_spec.rb +1 -1
- data/spec/models/follower_model_spec.rb +1 -1
- data/spec/models/follower_put_model_spec.rb +1 -1
- data/spec/models/fulfillment_detail_spec.rb +1 -1
- data/spec/models/geo_location_model_api_response_spec.rb +1 -1
- data/spec/models/geo_location_model_spec.rb +1 -1
- data/spec/models/geo_location_response_model_spec.rb +1 -1
- data/spec/models/geo_location_spec.rb +1 -1
- data/spec/models/get_user_profile_result_api_response_spec.rb +1 -1
- data/spec/models/get_user_profile_result_spec.rb +1 -1
- data/spec/models/goods_detail_spec.rb +1 -1
- data/spec/models/grant_request_spec.rb +1 -1
- data/spec/models/grant_result_api_response_spec.rb +1 -1
- data/spec/models/grant_result_spec.rb +1 -1
- data/spec/models/hb_fq_pay_info_spec.rb +1 -1
- data/spec/models/int64_api_response_spec.rb +1 -1
- data/spec/models/intact_charge_info_spec.rb +1 -1
- data/spec/models/my_sql_geometry_spec.rb +1 -1
- data/spec/models/object_api_response_spec.rb +1 -1
- data/spec/models/object_list_api_response_spec.rb +1 -1
- data/spec/models/order_api_response_spec.rb +1 -1
- data/spec/models/order_list_result_api_response_spec.rb +1 -1
- data/spec/models/order_list_result_spec.rb +1 -1
- data/spec/models/order_spec.rb +1 -1
- data/spec/models/payment_info_with_id_spec.rb +1 -1
- data/spec/models/phone_sign_in_request_spec.rb +1 -1
- data/spec/models/phone_sign_up_request_spec.rb +1 -1
- data/spec/models/preset_pay_tool_info_spec.rb +1 -1
- data/spec/models/profile_result_api_response_spec.rb +1 -1
- data/spec/models/profile_result_spec.rb +1 -1
- data/spec/models/qr_code_pre_sign_in_request_spec.rb +1 -1
- data/spec/models/qr_code_scan_request_spec.rb +1 -1
- data/spec/models/qr_code_sign_in_request_spec.rb +1 -1
- data/spec/models/qr_code_sign_up_request_spec.rb +1 -1
- data/spec/models/recharge_point_request_spec.rb +1 -1
- data/spec/models/recommend_friend_spec.rb +1 -1
- data/spec/models/refund_charge_info_spec.rb +1 -1
- data/spec/models/refund_sub_fee_spec.rb +1 -1
- data/spec/models/return_page_notify_request_spec.rb +1 -1
- data/spec/models/send_email_code_request_spec.rb +1 -1
- data/spec/models/send_sms_code_request_spec.rb +1 -1
- data/spec/models/setup_code_api_response_spec.rb +1 -1
- data/spec/models/setup_code_spec.rb +1 -1
- data/spec/models/sign_in_request_spec.rb +1 -1
- data/spec/models/sign_up_request_spec.rb +1 -1
- data/spec/models/storage_list_result_api_response_spec.rb +1 -1
- data/spec/models/storage_list_result_spec.rb +1 -1
- data/spec/models/string_api_response_spec.rb +1 -1
- data/spec/models/sub_fee_spec.rb +1 -1
- data/spec/models/tap_pay_info_spec.rb +13 -1
- data/spec/models/token_model_api_response_spec.rb +1 -1
- data/spec/models/token_model_spec.rb +1 -1
- data/spec/models/trade_fund_bill_spec.rb +1 -1
- data/spec/models/trade_settle_detail_spec.rb +1 -1
- data/spec/models/trade_settle_info_spec.rb +1 -1
- data/spec/models/union_id_sign_in_request_spec.rb +1 -1
- data/spec/models/union_id_sign_up_request_spec.rb +1 -1
- data/spec/models/update_profile_request_spec.rb +1 -1
- data/spec/models/user_access_token_spec.rb +1 -1
- data/spec/models/user_common_interests_result_api_response_spec.rb +1 -1
- data/spec/models/user_common_interests_result_spec.rb +1 -1
- data/spec/models/user_currency_currency_trans_result_api_response_spec.rb +1 -1
- data/spec/models/user_currency_currency_trans_result_spec.rb +1 -1
- data/spec/models/user_currency_list_api_response_spec.rb +1 -1
- data/spec/models/user_currency_spec.rb +1 -1
- data/spec/models/user_followers_result_api_response_spec.rb +1 -1
- data/spec/models/user_followers_result_spec.rb +1 -1
- data/spec/models/user_friends_near_by_result_api_response_spec.rb +1 -1
- data/spec/models/user_friends_near_by_result_spec.rb +1 -1
- data/spec/models/user_location_post_result_api_response_spec.rb +1 -1
- data/spec/models/user_location_post_result_spec.rb +1 -1
- data/spec/models/user_locations_result_api_response_spec.rb +1 -1
- data/spec/models/user_locations_result_spec.rb +1 -1
- data/spec/models/user_logins_list_api_response_spec.rb +1 -1
- data/spec/models/user_logins_spec.rb +1 -1
- data/spec/models/user_mutual_followers_result_api_response_spec.rb +1 -1
- data/spec/models/user_mutual_followers_result_spec.rb +1 -1
- data/spec/models/user_mutual_followings_result_api_response_spec.rb +1 -1
- data/spec/models/user_mutual_followings_result_spec.rb +1 -1
- data/spec/models/user_profile_result_api_response_spec.rb +1 -1
- data/spec/models/user_profile_result_spec.rb +1 -1
- data/spec/models/user_qr_code_scan_result_api_response_spec.rb +1 -1
- data/spec/models/user_qr_code_scan_result_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/voucher_detail_spec.rb +1 -1
- data/spec/models/wechat_js_config_result_api_response_spec.rb +1 -1
- data/spec/models/wechat_js_config_result_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/zsgf_client.gemspec +1 -1
- metadata +140 -464
- data/docs/App.md +0 -50
- data/docs/AppApiResponse.md +0 -22
- data/docs/AppCheckVersionResult.md +0 -20
- data/docs/AppCheckVersionResultApiResponse.md +0 -22
- data/docs/AppListResult.md +0 -20
- data/docs/AppListResultApiResponse.md +0 -22
- data/docs/AppPostResult.md +0 -20
- data/docs/AppPostResultApiResponse.md +0 -22
- data/docs/AppSetting.md +0 -36
- data/docs/AppSettingApi.md +0 -1495
- data/docs/AppSettingApiResponse.md +0 -22
- data/docs/AppSettingGroupPostResult.md +0 -18
- data/docs/AppSettingGroupPostResultApiResponse.md +0 -22
- data/docs/AppSettingItemPostResult.md +0 -18
- data/docs/AppSettingItemPostResultApiResponse.md +0 -22
- data/docs/AppSettingListApiResponse.md +0 -22
- data/docs/AppSettingProviderPostResult.md +0 -18
- data/docs/AppSettingProviderPostResultApiResponse.md +0 -22
- data/docs/AppSettingSettingPostResult.md +0 -18
- data/docs/AppSettingSettingPostResultApiResponse.md +0 -22
- data/docs/AppUserListResponse.md +0 -40
- data/docs/AuthorizePolicy.md +0 -28
- data/docs/AuthorizePolicyApi.md +0 -377
- data/docs/AuthorizePolicyApiResponse.md +0 -22
- data/docs/AuthorizePolicyListApiResponse.md +0 -22
- data/docs/CreatePostResult.md +0 -18
- data/docs/CreatePostResultApiResponse.md +0 -22
- data/docs/Currency.md +0 -48
- data/docs/CurrencyApi.md +0 -677
- data/docs/CurrencyApiResponse.md +0 -22
- data/docs/CurrencyExchangeRate.md +0 -30
- data/docs/CurrencyExchangeRateApiResponse.md +0 -22
- data/docs/CurrencyListApiResponse.md +0 -22
- data/docs/CurrencyTransactionListApiResponse.md +0 -22
- data/docs/ExchangeRatePutRequest.md +0 -22
- data/docs/ExecuteFunctionRequest.md +0 -18
- data/docs/ListResponseItem.md +0 -36
- data/docs/ListResponseItemListApiResponse.md +0 -22
- data/docs/PostIndexRequest.md +0 -20
- data/docs/PostResult.md +0 -18
- data/docs/PostResultApiResponse.md +0 -22
- data/docs/Project.md +0 -34
- data/docs/ProjectApi.md +0 -367
- data/docs/ProjectApiResponse.md +0 -22
- data/docs/ProjectListResult.md +0 -20
- data/docs/ProjectListResultApiResponse.md +0 -22
- data/docs/ServiceGroup.md +0 -36
- data/docs/ServiceGroupApiResponse.md +0 -22
- data/docs/ServiceGroupListApiResponse.md +0 -22
- data/docs/ServiceItem.md +0 -48
- data/docs/ServiceItemApiResponse.md +0 -22
- data/docs/ServiceItemListApiResponse.md +0 -22
- data/docs/ServiceProvider.md +0 -38
- data/docs/ServiceProviderApiResponse.md +0 -22
- data/docs/ServiceProviderListApiResponse.md +0 -22
- data/docs/ServiceSettingApi.md +0 -1459
- data/docs/ServiceSettingGroupPostResult.md +0 -18
- data/docs/ServiceSettingGroupPostResultApiResponse.md +0 -22
- data/docs/ServiceSettingItemPostResult.md +0 -18
- data/docs/ServiceSettingItemPostResultApiResponse.md +0 -22
- data/docs/ServiceSettingProviderPostResult.md +0 -18
- data/docs/ServiceSettingProviderPostResultApiResponse.md +0 -22
- data/docs/ServiceSettingSettingPostResult.md +0 -18
- data/docs/ServiceSettingSettingPostResultApiResponse.md +0 -22
- data/docs/Settings.md +0 -40
- data/docs/SettingsApiResponse.md +0 -22
- data/docs/SettingsListApiResponse.md +0 -22
- data/docs/StringListApiResponse.md +0 -22
- data/docs/SystemDirectoryItem.md +0 -24
- data/docs/SystemFileApi.md +0 -371
- data/docs/SystemFileItem.md +0 -24
- data/docs/SystemFileListResult.md +0 -22
- data/docs/SystemFileListResultApiResponse.md +0 -22
- data/docs/Team.md +0 -36
- data/docs/TeamApi.md +0 -297
- data/docs/UserApiResponse.md +0 -22
- data/docs/UserListResult.md +0 -20
- data/docs/UserListResultApiResponse.md +0 -22
- data/docs/UserSetting.md +0 -38
- data/docs/UserSettingApi.md +0 -379
- data/docs/UserSettingApiResponse.md +0 -22
- data/docs/UserSettingListApiResponse.md +0 -22
- data/docs/UserSettingPostResult.md +0 -18
- data/docs/UserSettingPostResultApiResponse.md +0 -22
- data/lib/zsgf_client/api/app_setting_api.rb +0 -1446
- data/lib/zsgf_client/api/currency_api.rb +0 -667
- data/lib/zsgf_client/api/project_api.rb +0 -345
- data/lib/zsgf_client/api/service_setting_api.rb +0 -1340
- data/lib/zsgf_client/api/system_file_api.rb +0 -333
- data/lib/zsgf_client/api/team_api.rb +0 -282
- data/lib/zsgf_client/models/app.rb +0 -583
- data/lib/zsgf_client/models/app_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_check_version_result.rb +0 -235
- data/lib/zsgf_client/models/app_check_version_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_list_result.rb +0 -232
- data/lib/zsgf_client/models/app_list_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_post_result.rb +0 -230
- data/lib/zsgf_client/models/app_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_setting.rb +0 -437
- data/lib/zsgf_client/models/app_setting_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_setting_group_post_result.rb +0 -220
- data/lib/zsgf_client/models/app_setting_group_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_setting_item_post_result.rb +0 -220
- data/lib/zsgf_client/models/app_setting_item_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_setting_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/app_setting_provider_post_result.rb +0 -220
- data/lib/zsgf_client/models/app_setting_provider_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_setting_setting_post_result.rb +0 -220
- data/lib/zsgf_client/models/app_setting_setting_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/app_user_list_response.rb +0 -339
- data/lib/zsgf_client/models/authorize_policy.rb +0 -290
- data/lib/zsgf_client/models/authorize_policy_api_response.rb +0 -245
- data/lib/zsgf_client/models/authorize_policy_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/create_post_result.rb +0 -220
- data/lib/zsgf_client/models/create_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/currency.rb +0 -484
- data/lib/zsgf_client/models/currency_api_response.rb +0 -245
- data/lib/zsgf_client/models/currency_exchange_rate.rb +0 -330
- data/lib/zsgf_client/models/currency_exchange_rate_api_response.rb +0 -245
- data/lib/zsgf_client/models/currency_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/currency_transaction_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/exchange_rate_put_request.rb +0 -240
- data/lib/zsgf_client/models/execute_function_request.rb +0 -222
- data/lib/zsgf_client/models/list_response_item.rb +0 -308
- data/lib/zsgf_client/models/list_response_item_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/post_index_request.rb +0 -251
- data/lib/zsgf_client/models/post_result.rb +0 -220
- data/lib/zsgf_client/models/post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/project.rb +0 -353
- data/lib/zsgf_client/models/project_api_response.rb +0 -245
- data/lib/zsgf_client/models/project_list_result.rb +0 -232
- data/lib/zsgf_client/models/project_list_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/service_group.rb +0 -361
- data/lib/zsgf_client/models/service_group_api_response.rb +0 -245
- data/lib/zsgf_client/models/service_group_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/service_item.rb +0 -502
- data/lib/zsgf_client/models/service_item_api_response.rb +0 -245
- data/lib/zsgf_client/models/service_item_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/service_provider.rb +0 -403
- data/lib/zsgf_client/models/service_provider_api_response.rb +0 -245
- data/lib/zsgf_client/models/service_provider_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/service_setting_group_post_result.rb +0 -220
- data/lib/zsgf_client/models/service_setting_group_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/service_setting_item_post_result.rb +0 -220
- data/lib/zsgf_client/models/service_setting_item_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/service_setting_provider_post_result.rb +0 -220
- data/lib/zsgf_client/models/service_setting_provider_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/service_setting_setting_post_result.rb +0 -220
- data/lib/zsgf_client/models/service_setting_setting_post_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/settings.rb +0 -445
- data/lib/zsgf_client/models/settings_api_response.rb +0 -245
- data/lib/zsgf_client/models/settings_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/string_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/system_directory_item.rb +0 -249
- data/lib/zsgf_client/models/system_file_item.rb +0 -249
- data/lib/zsgf_client/models/system_file_list_result.rb +0 -244
- data/lib/zsgf_client/models/system_file_list_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/team.rb +0 -376
- data/lib/zsgf_client/models/user_api_response.rb +0 -245
- data/lib/zsgf_client/models/user_list_result.rb +0 -232
- data/lib/zsgf_client/models/user_list_result_api_response.rb +0 -245
- data/lib/zsgf_client/models/user_setting.rb +0 -464
- data/lib/zsgf_client/models/user_setting_api_response.rb +0 -245
- data/lib/zsgf_client/models/user_setting_list_api_response.rb +0 -249
- data/lib/zsgf_client/models/user_setting_post_result.rb +0 -220
- data/lib/zsgf_client/models/user_setting_post_result_api_response.rb +0 -245
- data/spec/api/app_setting_api_spec.rb +0 -307
- data/spec/api/authorize_policy_api_spec.rb +0 -102
- data/spec/api/currency_api_spec.rb +0 -159
- data/spec/api/project_api_spec.rb +0 -97
- data/spec/api/service_setting_api_spec.rb +0 -289
- data/spec/api/system_file_api_spec.rb +0 -97
- data/spec/api/team_api_spec.rb +0 -85
- data/spec/models/app_api_response_spec.rb +0 -48
- data/spec/models/app_check_version_result_api_response_spec.rb +0 -48
- data/spec/models/app_check_version_result_spec.rb +0 -42
- data/spec/models/app_list_result_api_response_spec.rb +0 -48
- data/spec/models/app_list_result_spec.rb +0 -42
- data/spec/models/app_post_result_api_response_spec.rb +0 -48
- data/spec/models/app_post_result_spec.rb +0 -42
- data/spec/models/app_setting_api_response_spec.rb +0 -48
- data/spec/models/app_setting_group_post_result_api_response_spec.rb +0 -48
- data/spec/models/app_setting_group_post_result_spec.rb +0 -36
- data/spec/models/app_setting_item_post_result_api_response_spec.rb +0 -48
- data/spec/models/app_setting_item_post_result_spec.rb +0 -36
- data/spec/models/app_setting_list_api_response_spec.rb +0 -48
- data/spec/models/app_setting_provider_post_result_api_response_spec.rb +0 -48
- data/spec/models/app_setting_provider_post_result_spec.rb +0 -36
- data/spec/models/app_setting_setting_post_result_api_response_spec.rb +0 -48
- data/spec/models/app_setting_setting_post_result_spec.rb +0 -36
- data/spec/models/app_setting_spec.rb +0 -90
- data/spec/models/app_spec.rb +0 -132
- data/spec/models/app_user_list_response_spec.rb +0 -102
- data/spec/models/authorize_policy_api_response_spec.rb +0 -48
- data/spec/models/authorize_policy_list_api_response_spec.rb +0 -48
- data/spec/models/authorize_policy_spec.rb +0 -66
- data/spec/models/create_post_result_api_response_spec.rb +0 -48
- data/spec/models/create_post_result_spec.rb +0 -36
- data/spec/models/currency_api_response_spec.rb +0 -48
- data/spec/models/currency_exchange_rate_api_response_spec.rb +0 -48
- data/spec/models/currency_exchange_rate_spec.rb +0 -72
- data/spec/models/currency_list_api_response_spec.rb +0 -48
- data/spec/models/currency_spec.rb +0 -126
- data/spec/models/currency_transaction_list_api_response_spec.rb +0 -48
- data/spec/models/exchange_rate_put_request_spec.rb +0 -48
- data/spec/models/execute_function_request_spec.rb +0 -36
- data/spec/models/list_response_item_list_api_response_spec.rb +0 -48
- data/spec/models/list_response_item_spec.rb +0 -90
- data/spec/models/post_index_request_spec.rb +0 -42
- data/spec/models/post_result_api_response_spec.rb +0 -48
- data/spec/models/post_result_spec.rb +0 -36
- data/spec/models/project_api_response_spec.rb +0 -48
- data/spec/models/project_list_result_api_response_spec.rb +0 -48
- data/spec/models/project_list_result_spec.rb +0 -42
- data/spec/models/project_spec.rb +0 -84
- data/spec/models/service_group_api_response_spec.rb +0 -48
- data/spec/models/service_group_list_api_response_spec.rb +0 -48
- data/spec/models/service_group_spec.rb +0 -90
- data/spec/models/service_item_api_response_spec.rb +0 -48
- data/spec/models/service_item_list_api_response_spec.rb +0 -48
- data/spec/models/service_item_spec.rb +0 -126
- data/spec/models/service_provider_api_response_spec.rb +0 -48
- data/spec/models/service_provider_list_api_response_spec.rb +0 -48
- data/spec/models/service_provider_spec.rb +0 -96
- data/spec/models/service_setting_group_post_result_api_response_spec.rb +0 -48
- data/spec/models/service_setting_group_post_result_spec.rb +0 -36
- data/spec/models/service_setting_item_post_result_api_response_spec.rb +0 -48
- data/spec/models/service_setting_item_post_result_spec.rb +0 -36
- data/spec/models/service_setting_provider_post_result_api_response_spec.rb +0 -48
- data/spec/models/service_setting_provider_post_result_spec.rb +0 -36
- data/spec/models/service_setting_setting_post_result_api_response_spec.rb +0 -48
- data/spec/models/service_setting_setting_post_result_spec.rb +0 -36
- data/spec/models/settings_api_response_spec.rb +0 -48
- data/spec/models/settings_list_api_response_spec.rb +0 -48
- data/spec/models/settings_spec.rb +0 -102
- data/spec/models/string_list_api_response_spec.rb +0 -48
- data/spec/models/system_directory_item_spec.rb +0 -54
- data/spec/models/system_file_item_spec.rb +0 -54
- data/spec/models/system_file_list_result_api_response_spec.rb +0 -48
- data/spec/models/system_file_list_result_spec.rb +0 -48
- data/spec/models/team_spec.rb +0 -90
- data/spec/models/user_api_response_spec.rb +0 -48
- data/spec/models/user_list_result_api_response_spec.rb +0 -48
- data/spec/models/user_list_result_spec.rb +0 -42
- data/spec/models/user_setting_api_response_spec.rb +0 -48
- data/spec/models/user_setting_list_api_response_spec.rb +0 -48
- data/spec/models/user_setting_post_result_api_response_spec.rb +0 -48
- data/spec/models/user_setting_post_result_spec.rb +0 -36
- data/spec/models/user_setting_spec.rb +0 -96
|
@@ -1,307 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#全部 API 文档
|
|
3
|
-
|
|
4
|
-
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.13.0-SNAPSHOT
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
|
|
16
|
-
# Unit tests for ZSGFClient::AppSettingApi
|
|
17
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
-
# Please update as you see appropriate
|
|
19
|
-
describe 'AppSettingApi' do
|
|
20
|
-
before do
|
|
21
|
-
# run before each test
|
|
22
|
-
@api_instance = ZSGFClient::AppSettingApi.new
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
after do
|
|
26
|
-
# run after each test
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
describe 'test an instance of AppSettingApi' do
|
|
30
|
-
it 'should create an instance of AppSettingApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(ZSGFClient::AppSettingApi)
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
# unit tests for app_service_setting_group
|
|
36
|
-
# 获取服务分组详情
|
|
37
|
-
# 根据服务分组ID获取服务分组详情
|
|
38
|
-
# @param id 服务分组ID
|
|
39
|
-
# @param app_key
|
|
40
|
-
# @param [Hash] opts the optional parameters
|
|
41
|
-
# @return [ServiceGroupApiResponse]
|
|
42
|
-
describe 'app_service_setting_group test' do
|
|
43
|
-
it 'should work' do
|
|
44
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
# unit tests for app_service_setting_group_delete
|
|
49
|
-
# 删除服务分组
|
|
50
|
-
# 根据服务分组ID删除服务分组
|
|
51
|
-
# @param id 服务分组ID
|
|
52
|
-
# @param app_key
|
|
53
|
-
# @param [Hash] opts the optional parameters
|
|
54
|
-
# @return [BooleanApiResponse]
|
|
55
|
-
describe 'app_service_setting_group_delete test' do
|
|
56
|
-
it 'should work' do
|
|
57
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
# unit tests for app_service_setting_group_post
|
|
62
|
-
# 添加服务分组
|
|
63
|
-
# 添加新的服务分组信息
|
|
64
|
-
# @param app_key
|
|
65
|
-
# @param [Hash] opts the optional parameters
|
|
66
|
-
# @option opts [ServiceGroup] :service_group 服务分组信息
|
|
67
|
-
# @return [AppSettingGroupPostResultApiResponse]
|
|
68
|
-
describe 'app_service_setting_group_post test' do
|
|
69
|
-
it 'should work' do
|
|
70
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
71
|
-
end
|
|
72
|
-
end
|
|
73
|
-
|
|
74
|
-
# unit tests for app_service_setting_group_put
|
|
75
|
-
# 更新服务分组
|
|
76
|
-
# 根据服务分组ID更新服务分组信息
|
|
77
|
-
# @param id 服务分组ID
|
|
78
|
-
# @param app_key
|
|
79
|
-
# @param [Hash] opts the optional parameters
|
|
80
|
-
# @option opts [ServiceGroup] :service_group 服务分组信息
|
|
81
|
-
# @return [BooleanApiResponse]
|
|
82
|
-
describe 'app_service_setting_group_put test' do
|
|
83
|
-
it 'should work' do
|
|
84
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
85
|
-
end
|
|
86
|
-
end
|
|
87
|
-
|
|
88
|
-
# unit tests for app_service_setting_groups
|
|
89
|
-
# 获取服务分组列表
|
|
90
|
-
# 根据服务商ID和显示标志获取服务分组列表
|
|
91
|
-
# @param app_key
|
|
92
|
-
# @param [Hash] opts the optional parameters
|
|
93
|
-
# @option opts [Integer] :provider_id 服务商ID
|
|
94
|
-
# @option opts [Boolean] :show_flag 是否显示
|
|
95
|
-
# @return [ServiceGroupListApiResponse]
|
|
96
|
-
describe 'app_service_setting_groups test' do
|
|
97
|
-
it 'should work' do
|
|
98
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
-
end
|
|
100
|
-
end
|
|
101
|
-
|
|
102
|
-
# unit tests for app_service_setting_item
|
|
103
|
-
# 服务配置项详情
|
|
104
|
-
# 根据服务配置项ID获取服务配置项详情
|
|
105
|
-
# @param id 服务配置项ID
|
|
106
|
-
# @param app_key
|
|
107
|
-
# @param [Hash] opts the optional parameters
|
|
108
|
-
# @return [ServiceItemApiResponse]
|
|
109
|
-
describe 'app_service_setting_item test' do
|
|
110
|
-
it 'should work' do
|
|
111
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
112
|
-
end
|
|
113
|
-
end
|
|
114
|
-
|
|
115
|
-
# unit tests for app_service_setting_item_delete
|
|
116
|
-
# 删除服务配置项
|
|
117
|
-
# 根据服务配置项ID删除服务配置项
|
|
118
|
-
# @param id 服务配置项ID
|
|
119
|
-
# @param app_key
|
|
120
|
-
# @param [Hash] opts the optional parameters
|
|
121
|
-
# @return [BooleanApiResponse]
|
|
122
|
-
describe 'app_service_setting_item_delete test' do
|
|
123
|
-
it 'should work' do
|
|
124
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
125
|
-
end
|
|
126
|
-
end
|
|
127
|
-
|
|
128
|
-
# unit tests for app_service_setting_item_post
|
|
129
|
-
# 添加服务配置项
|
|
130
|
-
# 添加新的服务配置项信息
|
|
131
|
-
# @param app_key
|
|
132
|
-
# @param [Hash] opts the optional parameters
|
|
133
|
-
# @option opts [ServiceItem] :service_item 服务配置项信息
|
|
134
|
-
# @return [AppSettingItemPostResultApiResponse]
|
|
135
|
-
describe 'app_service_setting_item_post test' do
|
|
136
|
-
it 'should work' do
|
|
137
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
138
|
-
end
|
|
139
|
-
end
|
|
140
|
-
|
|
141
|
-
# unit tests for app_service_setting_item_put
|
|
142
|
-
# 更新服务配置项
|
|
143
|
-
# 根据服务配置项ID更新服务配置项信息
|
|
144
|
-
# @param id 服务配置项ID
|
|
145
|
-
# @param app_key
|
|
146
|
-
# @param [Hash] opts the optional parameters
|
|
147
|
-
# @option opts [ServiceItem] :service_item 服务配置项信息
|
|
148
|
-
# @return [BooleanApiResponse]
|
|
149
|
-
describe 'app_service_setting_item_put test' do
|
|
150
|
-
it 'should work' do
|
|
151
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
152
|
-
end
|
|
153
|
-
end
|
|
154
|
-
|
|
155
|
-
# unit tests for app_service_setting_items
|
|
156
|
-
# 服务配置项列表
|
|
157
|
-
# 根据业务代码、服务商代码、分组代码和显示标志获取服务配置项列表
|
|
158
|
-
# @param app_key
|
|
159
|
-
# @param [Hash] opts the optional parameters
|
|
160
|
-
# @option opts [String] :biz_code 业务代码
|
|
161
|
-
# @option opts [String] :provider_code 服务商代码
|
|
162
|
-
# @option opts [String] :group_code 分组代码
|
|
163
|
-
# @option opts [Boolean] :show_flag 是否显示
|
|
164
|
-
# @return [ServiceItemListApiResponse]
|
|
165
|
-
describe 'app_service_setting_items test' do
|
|
166
|
-
it 'should work' do
|
|
167
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
168
|
-
end
|
|
169
|
-
end
|
|
170
|
-
|
|
171
|
-
# unit tests for app_service_setting_provider
|
|
172
|
-
# 获取服务商详情
|
|
173
|
-
# 根据服务商ID获取服务商详情
|
|
174
|
-
# @param id 服务商ID
|
|
175
|
-
# @param app_key
|
|
176
|
-
# @param [Hash] opts the optional parameters
|
|
177
|
-
# @return [ServiceProviderApiResponse]
|
|
178
|
-
describe 'app_service_setting_provider test' do
|
|
179
|
-
it 'should work' do
|
|
180
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
181
|
-
end
|
|
182
|
-
end
|
|
183
|
-
|
|
184
|
-
# unit tests for app_service_setting_provider_delete
|
|
185
|
-
# 删除服务商
|
|
186
|
-
# 根据服务商ID删除服务商
|
|
187
|
-
# @param id 服务商ID
|
|
188
|
-
# @param app_key
|
|
189
|
-
# @param [Hash] opts the optional parameters
|
|
190
|
-
# @return [BooleanApiResponse]
|
|
191
|
-
describe 'app_service_setting_provider_delete test' do
|
|
192
|
-
it 'should work' do
|
|
193
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
194
|
-
end
|
|
195
|
-
end
|
|
196
|
-
|
|
197
|
-
# unit tests for app_service_setting_provider_post
|
|
198
|
-
# 添加服务商
|
|
199
|
-
# 添加新的服务商信息
|
|
200
|
-
# @param app_key
|
|
201
|
-
# @param [Hash] opts the optional parameters
|
|
202
|
-
# @option opts [ServiceProvider] :service_provider 服务商信息
|
|
203
|
-
# @return [AppSettingProviderPostResultApiResponse]
|
|
204
|
-
describe 'app_service_setting_provider_post test' do
|
|
205
|
-
it 'should work' do
|
|
206
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
207
|
-
end
|
|
208
|
-
end
|
|
209
|
-
|
|
210
|
-
# unit tests for app_service_setting_provider_put
|
|
211
|
-
# 更新服务商
|
|
212
|
-
# 根据服务商ID更新服务商信息
|
|
213
|
-
# @param id 服务商ID
|
|
214
|
-
# @param app_key
|
|
215
|
-
# @param [Hash] opts the optional parameters
|
|
216
|
-
# @option opts [ServiceProvider] :service_provider 服务商信息
|
|
217
|
-
# @return [BooleanApiResponse]
|
|
218
|
-
describe 'app_service_setting_provider_put test' do
|
|
219
|
-
it 'should work' do
|
|
220
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
221
|
-
end
|
|
222
|
-
end
|
|
223
|
-
|
|
224
|
-
# unit tests for app_service_setting_providers
|
|
225
|
-
# 获取服务商列表
|
|
226
|
-
# 根据业务代码和显示标志获取服务商列表
|
|
227
|
-
# @param app_key
|
|
228
|
-
# @param [Hash] opts the optional parameters
|
|
229
|
-
# @option opts [String] :biz_code 业务代码
|
|
230
|
-
# @option opts [Boolean] :show_flag 是否显示
|
|
231
|
-
# @return [ServiceProviderListApiResponse]
|
|
232
|
-
describe 'app_service_setting_providers test' do
|
|
233
|
-
it 'should work' do
|
|
234
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
235
|
-
end
|
|
236
|
-
end
|
|
237
|
-
|
|
238
|
-
# unit tests for app_setting
|
|
239
|
-
# 配置详情
|
|
240
|
-
# 根据配置ID获取配置详情
|
|
241
|
-
# @param id 配置ID
|
|
242
|
-
# @param app_key
|
|
243
|
-
# @param [Hash] opts the optional parameters
|
|
244
|
-
# @return [AppSettingApiResponse]
|
|
245
|
-
describe 'app_setting test' do
|
|
246
|
-
it 'should work' do
|
|
247
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
248
|
-
end
|
|
249
|
-
end
|
|
250
|
-
|
|
251
|
-
# unit tests for app_setting_delete
|
|
252
|
-
# 删除配置
|
|
253
|
-
# 根据配置ID删除配置
|
|
254
|
-
# @param id 配置ID
|
|
255
|
-
# @param app_key
|
|
256
|
-
# @param [Hash] opts the optional parameters
|
|
257
|
-
# @return [BooleanApiResponse]
|
|
258
|
-
describe 'app_setting_delete test' do
|
|
259
|
-
it 'should work' do
|
|
260
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
261
|
-
end
|
|
262
|
-
end
|
|
263
|
-
|
|
264
|
-
# unit tests for app_setting_post
|
|
265
|
-
# 增加配置
|
|
266
|
-
# 添加新的配置内容
|
|
267
|
-
# @param app_key
|
|
268
|
-
# @param [Hash] opts the optional parameters
|
|
269
|
-
# @option opts [AppSetting] :app_setting 配置内容
|
|
270
|
-
# @return [AppSettingSettingPostResultApiResponse]
|
|
271
|
-
describe 'app_setting_post test' do
|
|
272
|
-
it 'should work' do
|
|
273
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
274
|
-
end
|
|
275
|
-
end
|
|
276
|
-
|
|
277
|
-
# unit tests for app_setting_put
|
|
278
|
-
# 更新配置
|
|
279
|
-
# 根据配置ID更新配置内容
|
|
280
|
-
# @param id 配置ID
|
|
281
|
-
# @param app_key
|
|
282
|
-
# @param [Hash] opts the optional parameters
|
|
283
|
-
# @option opts [AppSetting] :app_setting 配置内容
|
|
284
|
-
# @return [BooleanApiResponse]
|
|
285
|
-
describe 'app_setting_put test' do
|
|
286
|
-
it 'should work' do
|
|
287
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
288
|
-
end
|
|
289
|
-
end
|
|
290
|
-
|
|
291
|
-
# unit tests for app_settings
|
|
292
|
-
# 配置列表
|
|
293
|
-
# 根据服务商代码、分组代码、标签和配置项代码获取配置列表
|
|
294
|
-
# @param app_key
|
|
295
|
-
# @param [Hash] opts the optional parameters
|
|
296
|
-
# @option opts [String] :provider_code 服务商代码
|
|
297
|
-
# @option opts [String] :group_code 分组代码
|
|
298
|
-
# @option opts [String] :tag 标签
|
|
299
|
-
# @option opts [String] :code 配置项代码
|
|
300
|
-
# @return [AppSettingListApiResponse]
|
|
301
|
-
describe 'app_settings test' do
|
|
302
|
-
it 'should work' do
|
|
303
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
304
|
-
end
|
|
305
|
-
end
|
|
306
|
-
|
|
307
|
-
end
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#全部 API 文档
|
|
3
|
-
|
|
4
|
-
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.13.0-SNAPSHOT
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
|
|
16
|
-
# Unit tests for ZSGFClient::AuthorizePolicyApi
|
|
17
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
-
# Please update as you see appropriate
|
|
19
|
-
describe 'AuthorizePolicyApi' do
|
|
20
|
-
before do
|
|
21
|
-
# run before each test
|
|
22
|
-
@api_instance = ZSGFClient::AuthorizePolicyApi.new
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
after do
|
|
26
|
-
# run after each test
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
describe 'test an instance of AuthorizePolicyApi' do
|
|
30
|
-
it 'should create an instance of AuthorizePolicyApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(ZSGFClient::AuthorizePolicyApi)
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
# unit tests for authorize_policies
|
|
36
|
-
# 获取鉴权策略列表
|
|
37
|
-
# 根据鉴权类型和策略名称获取鉴权策略列表
|
|
38
|
-
# @param app_key
|
|
39
|
-
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @option opts [String] :auth_type 鉴权类型(access_token、user、role)
|
|
41
|
-
# @option opts [String] :policy_name 策略名称
|
|
42
|
-
# @return [AuthorizePolicyListApiResponse]
|
|
43
|
-
describe 'authorize_policies test' do
|
|
44
|
-
it 'should work' do
|
|
45
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
46
|
-
end
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
# unit tests for authorize_policy
|
|
50
|
-
# 获取鉴权策略详情
|
|
51
|
-
# 根据鉴权策略ID获取鉴权策略详情
|
|
52
|
-
# @param id 鉴权策略ID
|
|
53
|
-
# @param app_key
|
|
54
|
-
# @param [Hash] opts the optional parameters
|
|
55
|
-
# @return [AuthorizePolicyApiResponse]
|
|
56
|
-
describe 'authorize_policy test' do
|
|
57
|
-
it 'should work' do
|
|
58
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
# unit tests for authorize_policy_delete
|
|
63
|
-
# 删除鉴权策略
|
|
64
|
-
# 根据鉴权策略ID删除鉴权策略
|
|
65
|
-
# @param id 鉴权策略ID
|
|
66
|
-
# @param app_key
|
|
67
|
-
# @param [Hash] opts the optional parameters
|
|
68
|
-
# @return [BooleanApiResponse]
|
|
69
|
-
describe 'authorize_policy_delete test' do
|
|
70
|
-
it 'should work' do
|
|
71
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
72
|
-
end
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
# unit tests for authorize_policy_post
|
|
76
|
-
# 添加鉴权策略
|
|
77
|
-
# 添加新的鉴权策略
|
|
78
|
-
# @param app_key
|
|
79
|
-
# @param [Hash] opts the optional parameters
|
|
80
|
-
# @option opts [AuthorizePolicy] :authorize_policy 鉴权策略对象
|
|
81
|
-
# @return [CreatePostResultApiResponse]
|
|
82
|
-
describe 'authorize_policy_post test' do
|
|
83
|
-
it 'should work' do
|
|
84
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
85
|
-
end
|
|
86
|
-
end
|
|
87
|
-
|
|
88
|
-
# unit tests for authorize_policy_put
|
|
89
|
-
# 更新鉴权策略
|
|
90
|
-
# 根据鉴权策略ID更新鉴权策略
|
|
91
|
-
# @param id 鉴权策略ID
|
|
92
|
-
# @param app_key
|
|
93
|
-
# @param [Hash] opts the optional parameters
|
|
94
|
-
# @option opts [AuthorizePolicy] :authorize_policy 鉴权策略对象
|
|
95
|
-
# @return [BooleanApiResponse]
|
|
96
|
-
describe 'authorize_policy_put test' do
|
|
97
|
-
it 'should work' do
|
|
98
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
-
end
|
|
100
|
-
end
|
|
101
|
-
|
|
102
|
-
end
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#全部 API 文档
|
|
3
|
-
|
|
4
|
-
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.13.0-SNAPSHOT
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
|
|
16
|
-
# Unit tests for ZSGFClient::CurrencyApi
|
|
17
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
-
# Please update as you see appropriate
|
|
19
|
-
describe 'CurrencyApi' do
|
|
20
|
-
before do
|
|
21
|
-
# run before each test
|
|
22
|
-
@api_instance = ZSGFClient::CurrencyApi.new
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
after do
|
|
26
|
-
# run after each test
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
describe 'test an instance of CurrencyApi' do
|
|
30
|
-
it 'should create an instance of CurrencyApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(ZSGFClient::CurrencyApi)
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
# unit tests for currencies
|
|
36
|
-
# 获取货币列表
|
|
37
|
-
# 获取所有货币的列表,按ID降序排列。
|
|
38
|
-
# @param app_key
|
|
39
|
-
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @return [CurrencyListApiResponse]
|
|
41
|
-
describe 'currencies test' do
|
|
42
|
-
it 'should work' do
|
|
43
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
# unit tests for currency
|
|
48
|
-
# 获取货币详情
|
|
49
|
-
# 根据货币ID获取货币的详细信息。
|
|
50
|
-
# @param id 货币ID
|
|
51
|
-
# @param app_key
|
|
52
|
-
# @param [Hash] opts the optional parameters
|
|
53
|
-
# @return [CurrencyApiResponse]
|
|
54
|
-
describe 'currency test' do
|
|
55
|
-
it 'should work' do
|
|
56
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
|
|
60
|
-
# unit tests for currency_delete
|
|
61
|
-
# 删除货币
|
|
62
|
-
# 根据货币ID删除货币。
|
|
63
|
-
# @param id 货币ID
|
|
64
|
-
# @param app_key
|
|
65
|
-
# @param [Hash] opts the optional parameters
|
|
66
|
-
# @return [BooleanApiResponse]
|
|
67
|
-
describe 'currency_delete test' do
|
|
68
|
-
it 'should work' do
|
|
69
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
70
|
-
end
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
# unit tests for currency_exchange_rate_delete
|
|
74
|
-
# 删除汇率
|
|
75
|
-
# 根据汇率ID删除汇率。
|
|
76
|
-
# @param id 汇率ID
|
|
77
|
-
# @param app_key
|
|
78
|
-
# @param [Hash] opts the optional parameters
|
|
79
|
-
# @return [BooleanApiResponse]
|
|
80
|
-
describe 'currency_exchange_rate_delete test' do
|
|
81
|
-
it 'should work' do
|
|
82
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
83
|
-
end
|
|
84
|
-
end
|
|
85
|
-
|
|
86
|
-
# unit tests for currency_exchange_rate_put
|
|
87
|
-
# 更新汇率
|
|
88
|
-
# 根据货币代码更新汇率信息。
|
|
89
|
-
# @param code 货币代码
|
|
90
|
-
# @param app_key
|
|
91
|
-
# @param [Hash] opts the optional parameters
|
|
92
|
-
# @option opts [ExchangeRatePutRequest] :exchange_rate_put_request 汇率信息
|
|
93
|
-
# @return [Int64ApiResponse]
|
|
94
|
-
describe 'currency_exchange_rate_put test' do
|
|
95
|
-
it 'should work' do
|
|
96
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
97
|
-
end
|
|
98
|
-
end
|
|
99
|
-
|
|
100
|
-
# unit tests for currency_exchange_rates
|
|
101
|
-
# 获取汇率列表
|
|
102
|
-
# 根据货币代码获取该货币的汇率列表。
|
|
103
|
-
# @param code 货币代码
|
|
104
|
-
# @param app_key
|
|
105
|
-
# @param [Hash] opts the optional parameters
|
|
106
|
-
# @return [CurrencyExchangeRateApiResponse]
|
|
107
|
-
describe 'currency_exchange_rates test' do
|
|
108
|
-
it 'should work' do
|
|
109
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
110
|
-
end
|
|
111
|
-
end
|
|
112
|
-
|
|
113
|
-
# unit tests for currency_post
|
|
114
|
-
# 创建新货币
|
|
115
|
-
# 创建一个新的货币并返回其ID。
|
|
116
|
-
# @param app_key
|
|
117
|
-
# @param [Hash] opts the optional parameters
|
|
118
|
-
# @option opts [Currency] :currency 货币信息
|
|
119
|
-
# @return [Int64ApiResponse]
|
|
120
|
-
describe 'currency_post test' do
|
|
121
|
-
it 'should work' do
|
|
122
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
123
|
-
end
|
|
124
|
-
end
|
|
125
|
-
|
|
126
|
-
# unit tests for currency_put
|
|
127
|
-
# 更新货币信息
|
|
128
|
-
# 根据货币ID更新货币的详细信息。
|
|
129
|
-
# @param id 货币ID
|
|
130
|
-
# @param app_key
|
|
131
|
-
# @param [Hash] opts the optional parameters
|
|
132
|
-
# @option opts [Currency] :currency 货币信息
|
|
133
|
-
# @return [BooleanApiResponse]
|
|
134
|
-
describe 'currency_put test' do
|
|
135
|
-
it 'should work' do
|
|
136
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
137
|
-
end
|
|
138
|
-
end
|
|
139
|
-
|
|
140
|
-
# unit tests for currency_transactions
|
|
141
|
-
# 获取货币交易记录
|
|
142
|
-
# 根据用户ID、交易类型、货币代码、时间范围等条件获取货币交易记录。
|
|
143
|
-
# @param app_key
|
|
144
|
-
# @param [Hash] opts the optional parameters
|
|
145
|
-
# @option opts [Integer] :user_id 用户ID
|
|
146
|
-
# @option opts [String] :trans_type 交易类型
|
|
147
|
-
# @option opts [String] :cur_code 货币代码
|
|
148
|
-
# @option opts [Time] :start_time 开始时间
|
|
149
|
-
# @option opts [Time] :end_time 结束时间
|
|
150
|
-
# @option opts [Integer] :skip 跳过的条数
|
|
151
|
-
# @option opts [Integer] :take 拉取的条数
|
|
152
|
-
# @return [CurrencyTransactionListApiResponse]
|
|
153
|
-
describe 'currency_transactions test' do
|
|
154
|
-
it 'should work' do
|
|
155
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
156
|
-
end
|
|
157
|
-
end
|
|
158
|
-
|
|
159
|
-
end
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#全部 API 文档
|
|
3
|
-
|
|
4
|
-
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v1
|
|
7
|
-
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.13.0-SNAPSHOT
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
|
|
16
|
-
# Unit tests for ZSGFClient::ProjectApi
|
|
17
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
-
# Please update as you see appropriate
|
|
19
|
-
describe 'ProjectApi' do
|
|
20
|
-
before do
|
|
21
|
-
# run before each test
|
|
22
|
-
@api_instance = ZSGFClient::ProjectApi.new
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
after do
|
|
26
|
-
# run after each test
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
describe 'test an instance of ProjectApi' do
|
|
30
|
-
it 'should create an instance of ProjectApi' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(ZSGFClient::ProjectApi)
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
# unit tests for project
|
|
36
|
-
# 项目详情
|
|
37
|
-
# 根据项目ID获取项目详情
|
|
38
|
-
# @param id
|
|
39
|
-
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @return [ProjectApiResponse]
|
|
41
|
-
describe 'project test' do
|
|
42
|
-
it 'should work' do
|
|
43
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
# unit tests for project_delete
|
|
48
|
-
# 删除项目
|
|
49
|
-
# 根据项目ID删除项目
|
|
50
|
-
# @param id
|
|
51
|
-
# @param [Hash] opts the optional parameters
|
|
52
|
-
# @return [BooleanApiResponse]
|
|
53
|
-
describe 'project_delete test' do
|
|
54
|
-
it 'should work' do
|
|
55
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
|
|
59
|
-
# unit tests for project_post
|
|
60
|
-
# 创建项目
|
|
61
|
-
# 创建一个新项目
|
|
62
|
-
# @param [Hash] opts the optional parameters
|
|
63
|
-
# @option opts [Project] :project
|
|
64
|
-
# @return [PostResultApiResponse]
|
|
65
|
-
describe 'project_post test' do
|
|
66
|
-
it 'should work' do
|
|
67
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
68
|
-
end
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
# unit tests for project_put
|
|
72
|
-
# 更新项目
|
|
73
|
-
# 根据项目ID更新项目
|
|
74
|
-
# @param id
|
|
75
|
-
# @param [Hash] opts the optional parameters
|
|
76
|
-
# @option opts [Project] :project
|
|
77
|
-
# @return [BooleanApiResponse]
|
|
78
|
-
describe 'project_put test' do
|
|
79
|
-
it 'should work' do
|
|
80
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
|
-
end
|
|
82
|
-
end
|
|
83
|
-
|
|
84
|
-
# unit tests for projects
|
|
85
|
-
# 项目列表
|
|
86
|
-
# 获取项目列表,支持分页
|
|
87
|
-
# @param [Hash] opts the optional parameters
|
|
88
|
-
# @option opts [Integer] :skip
|
|
89
|
-
# @option opts [Integer] :take
|
|
90
|
-
# @return [ProjectListResultApiResponse]
|
|
91
|
-
describe 'projects test' do
|
|
92
|
-
it 'should work' do
|
|
93
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
94
|
-
end
|
|
95
|
-
end
|
|
96
|
-
|
|
97
|
-
end
|