|
44 | 44 | #include "model/GetPhoneWithTokenResult.h" |
45 | 45 | #include "model/GetSmsAuthTokensRequest.h" |
46 | 46 | #include "model/GetSmsAuthTokensResult.h" |
47 | | -#include "model/JyCreateVerifySchemeRequest.h" |
48 | | -#include "model/JyCreateVerifySchemeResult.h" |
49 | | -#include "model/JyQueryAppInfoBySceneCodeRequest.h" |
50 | | -#include "model/JyQueryAppInfoBySceneCodeResult.h" |
51 | 47 | #include "model/QueryGateVerifyBillingPublicRequest.h" |
52 | 48 | #include "model/QueryGateVerifyBillingPublicResult.h" |
53 | 49 | #include "model/QueryGateVerifyStatisticPublicRequest.h" |
@@ -106,12 +102,6 @@ namespace AlibabaCloud |
106 | 102 | typedef Outcome<Error, Model::GetSmsAuthTokensResult> GetSmsAuthTokensOutcome; |
107 | 103 | typedef std::future<GetSmsAuthTokensOutcome> GetSmsAuthTokensOutcomeCallable; |
108 | 104 | typedef std::function<void(const DypnsapiClient*, const Model::GetSmsAuthTokensRequest&, const GetSmsAuthTokensOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetSmsAuthTokensAsyncHandler; |
109 | | - typedef Outcome<Error, Model::JyCreateVerifySchemeResult> JyCreateVerifySchemeOutcome; |
110 | | - typedef std::future<JyCreateVerifySchemeOutcome> JyCreateVerifySchemeOutcomeCallable; |
111 | | - typedef std::function<void(const DypnsapiClient*, const Model::JyCreateVerifySchemeRequest&, const JyCreateVerifySchemeOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> JyCreateVerifySchemeAsyncHandler; |
112 | | - typedef Outcome<Error, Model::JyQueryAppInfoBySceneCodeResult> JyQueryAppInfoBySceneCodeOutcome; |
113 | | - typedef std::future<JyQueryAppInfoBySceneCodeOutcome> JyQueryAppInfoBySceneCodeOutcomeCallable; |
114 | | - typedef std::function<void(const DypnsapiClient*, const Model::JyQueryAppInfoBySceneCodeRequest&, const JyQueryAppInfoBySceneCodeOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> JyQueryAppInfoBySceneCodeAsyncHandler; |
115 | 105 | typedef Outcome<Error, Model::QueryGateVerifyBillingPublicResult> QueryGateVerifyBillingPublicOutcome; |
116 | 106 | typedef std::future<QueryGateVerifyBillingPublicOutcome> QueryGateVerifyBillingPublicOutcomeCallable; |
117 | 107 | typedef std::function<void(const DypnsapiClient*, const Model::QueryGateVerifyBillingPublicRequest&, const QueryGateVerifyBillingPublicOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryGateVerifyBillingPublicAsyncHandler; |
@@ -174,12 +164,6 @@ namespace AlibabaCloud |
174 | 164 | GetSmsAuthTokensOutcome getSmsAuthTokens(const Model::GetSmsAuthTokensRequest &request)const; |
175 | 165 | void getSmsAuthTokensAsync(const Model::GetSmsAuthTokensRequest& request, const GetSmsAuthTokensAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
176 | 166 | GetSmsAuthTokensOutcomeCallable getSmsAuthTokensCallable(const Model::GetSmsAuthTokensRequest& request) const; |
177 | | - JyCreateVerifySchemeOutcome jyCreateVerifyScheme(const Model::JyCreateVerifySchemeRequest &request)const; |
178 | | - void jyCreateVerifySchemeAsync(const Model::JyCreateVerifySchemeRequest& request, const JyCreateVerifySchemeAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
179 | | - JyCreateVerifySchemeOutcomeCallable jyCreateVerifySchemeCallable(const Model::JyCreateVerifySchemeRequest& request) const; |
180 | | - JyQueryAppInfoBySceneCodeOutcome jyQueryAppInfoBySceneCode(const Model::JyQueryAppInfoBySceneCodeRequest &request)const; |
181 | | - void jyQueryAppInfoBySceneCodeAsync(const Model::JyQueryAppInfoBySceneCodeRequest& request, const JyQueryAppInfoBySceneCodeAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
182 | | - JyQueryAppInfoBySceneCodeOutcomeCallable jyQueryAppInfoBySceneCodeCallable(const Model::JyQueryAppInfoBySceneCodeRequest& request) const; |
183 | 167 | QueryGateVerifyBillingPublicOutcome queryGateVerifyBillingPublic(const Model::QueryGateVerifyBillingPublicRequest &request)const; |
184 | 168 | void queryGateVerifyBillingPublicAsync(const Model::QueryGateVerifyBillingPublicRequest& request, const QueryGateVerifyBillingPublicAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
185 | 169 | QueryGateVerifyBillingPublicOutcomeCallable queryGateVerifyBillingPublicCallable(const Model::QueryGateVerifyBillingPublicRequest& request) const; |
|
0 commit comments