You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
331 B
11 lines
331 B
from utils.request import api_request
|
|
#
|
|
|
|
|
|
def get_mates/msetl_select_option_api():
|
|
|
|
return api_request(method='post', url='/dasset/mates/msetl/forSelectOption', is_headers=True)
|
|
|
|
def get_mates/msetl_list_api(page_obj: dict):
|
|
|
|
return api_request(method='post', url='/dasset/mates/msetl/get', is_headers=True, json=page_obj)
|
|
|