Source: factory.core/ObjSms.py
Represents an SMS processing and management handler for interaction with a
database and various SMS-related operations.
This class extends the ObjApi class and provides utility methods for
managing the lifecycle of SMS messages, handling limitations, and
...
| Method |
Signature |
Description |
| update_stage |
update_stage(Guid, status, SMSResult = '-1', colupdate = 'Status', Timetoupdate = 'TimeCompleted', movecond = '') |
|
| should_send_now |
should_send_now(Smscode) |
|
| is_daily_limited |
is_daily_limited(smscode: str = '') |
|
| is_limited |
is_limited(Smscode, CellnumberArr) |
|
| process_cell_number |
process_cell_number(cell_number) |
|
| Method |
Signature |
Description |
| update_stage_factory |
update_stage_factory(guid: str, status, sms_result = '-1', direct = 0) |
|
| service_factory |
service_factory(factory: str) |
|
| set_cellnumber |
set_cellnumber(number) |
|
| send_sms |
send_sms(direct_cell = 0, direct_message = 0) |
|
| read_context |
read_context(guid: str, sms_code: str, direct = 0) |
|
| run |
run(direct_cell: str = '', direct_message: str = '') |
|
| Method |
Signature |
Description |
| Check |
Check(Smscode) |
|
| CheckReplies |
CheckReplies() |
|
| CheckDelivery |
CheckDelivery() |
|
| Build |
Build() |
|
| launch_service |
launch_service(role: str = '') |
|
| run_workflow_direct |
run_workflow_direct(sms_code = '', guid = '', context = 0) |
|
| run_direct |
run_direct(context = []) |
|
| micro_service |
micro_service(role: str = '', guid = '') |
|
| Method |
Signature |
Description |
| setUp |
setUp() |
|
| run_test |
run_test() |
|