@@ -21,7 +21,6 @@ def __init__(
2121 config : open_api_models .Config ,
2222 ):
2323 super ().__init__ (config )
24- self ._signature_algorithm = 'v2'
2524 self ._endpoint_rule = ''
2625 self .check_config (config )
2726 self ._endpoint = self .get_endpoint ('ciomarketpop' , self ._region_id , self ._endpoint_rule , self ._network , self ._suffix , self ._endpoint_map , self ._endpoint )
@@ -72,7 +71,7 @@ def get_every_one_sells_form_list_with_options(
7271 )
7372 return TeaCore .from_map (
7473 cio_market_pop_20250709_models .GetEveryOneSellsFormListResponse (),
75- self .call_api (params , req , runtime )
74+ self .do_rpcrequest (params . action , params . version , params . protocol , params . method , params . auth_type , params . body_type , req , runtime )
7675 )
7776
7877 async def get_every_one_sells_form_list_with_options_async (
@@ -105,7 +104,7 @@ async def get_every_one_sells_form_list_with_options_async(
105104 )
106105 return TeaCore .from_map (
107106 cio_market_pop_20250709_models .GetEveryOneSellsFormListResponse (),
108- await self .call_api_async (params , req , runtime )
107+ await self .do_rpcrequest_async (params . action , params . version , params . protocol , params . method , params . auth_type , params . body_type , req , runtime )
109108 )
110109
111110 def get_every_one_sells_form_list (
@@ -174,7 +173,7 @@ def push_every_one_sell_msg_with_options(
174173 )
175174 return TeaCore .from_map (
176175 cio_market_pop_20250709_models .PushEveryOneSellMsgResponse (),
177- self .call_api (params , req , runtime )
176+ self .do_rpcrequest (params . action , params . version , params . protocol , params . method , params . auth_type , params . body_type , req , runtime )
178177 )
179178
180179 async def push_every_one_sell_msg_with_options_async (
@@ -217,7 +216,7 @@ async def push_every_one_sell_msg_with_options_async(
217216 )
218217 return TeaCore .from_map (
219218 cio_market_pop_20250709_models .PushEveryOneSellMsgResponse (),
220- await self .call_api_async (params , req , runtime )
219+ await self .do_rpcrequest_async (params . action , params . version , params . protocol , params . method , params . auth_type , params . body_type , req , runtime )
221220 )
222221
223222 def push_every_one_sell_msg (
0 commit comments