|
if not all([title, msg, link, country, device_type, register_period, time_zone, push_time, push_app]):
|
|
if not all([title, msg, link, country, device_type, register_period, time_zone, push_time, push_app]):
|
|
push_timestamp = CommonService.convert_to_timestamp(float(time_zone), push_time)
|
|
push_timestamp = CommonService.convert_to_timestamp(float(time_zone), push_time)
|