mobinpo

Results 1 issues of mobinpo

`def generate_client_id(): current_time = int(time.time() * 1000) random_part = random.randint(100, 999) random_first = int(str(current_time)[:10] + str(random_part)) return f"{random_first}-3472514666961597005" def generate_event_id(): return str(uuid.uuid4()) async def get_promo_code(app_token: str, promo_id: str, promo_title: str,...