CN114567858A - Method for setting frozen money amount for group by mobile resale system - Google Patents

Method for setting frozen money amount for group by mobile resale system Download PDF

Info

Publication number
CN114567858A
CN114567858A CN202210092311.XA CN202210092311A CN114567858A CN 114567858 A CN114567858 A CN 114567858A CN 202210092311 A CN202210092311 A CN 202210092311A CN 114567858 A CN114567858 A CN 114567858A
Authority
CN
China
Prior art keywords
group
card
balance
amount
frozen
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210092311.XA
Other languages
Chinese (zh)
Inventor
王小普
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yinsheng Telecom Co ltd
Original Assignee
Yinsheng Telecom Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yinsheng Telecom Co ltd filed Critical Yinsheng Telecom Co ltd
Priority to CN202210092311.XA priority Critical patent/CN114567858A/en
Publication of CN114567858A publication Critical patent/CN114567858A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/24Accounting or billing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/14Charging, metering or billing arrangements for data wireline or wireless communications
    • H04L12/1453Methods or systems for payment or settlement of the charges for data transmission involving significant interaction with the data transmission network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M15/00Arrangements for metering, time-control or time indication ; Metering, charging or billing arrangements for voice wireline or wireless communications, e.g. VoIP
    • H04M15/70Administration or customization aspects; Counter-checking correct charges
    • H04M15/755Account identification
    • H04M15/7553Account identification via service number, e.g. calling card
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M15/00Arrangements for metering, time-control or time indication ; Metering, charging or billing arrangements for voice wireline or wireless communications, e.g. VoIP
    • H04M15/70Administration or customization aspects; Counter-checking correct charges
    • H04M15/765Linked or grouped accounts, e.g. of users or devices

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Cash Registers Or Receiving Machines (AREA)

Abstract

The invention discloses a method for setting frozen amount for a group by a mobile resale system, which comprises the steps of firstly setting the amount of money same as the package price of a card as the frozen amount of money, then subtracting the frozen amount of money from the balance in the group and comparing the frozen amount of money with the package price of the card, deducting the corresponding price in the balance of the group and releasing the frozen amount of money if the frozen amount of money is more than the package amount of the card, thereby ensuring that the amount of money is not deducted from the card, and further avoiding arrearage and shutdown.

Description

Method for setting frozen money amount for group by mobile resale system
Technical Field
The invention relates to the technical field of mobile communication networks, in particular to a method for setting frozen money for a group by a mobile reselling system.
Background
The re-selling system needs to open an inactivated card for the group, because the inactivated card cannot directly deduct the balance of the group, when the user generates flow for use, the card is automatically activated, the activated card deducts the balance of the group, if the balance of the group is not enough, the money to be deducted for activation is deducted on the card, so the card can be arrears to stop, the card cannot be used, and the requirement of the customer cannot be met.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a safe and convenient method for setting the frozen money for the group by using the mobile reselling system.
The technical scheme adopted by the invention for solving the technical problem is as follows: the improvement of a method for setting frozen money for a group by a mobile resale system is that the method comprises the following steps:
s10, connecting a MYSQL database by using PHP, and setting the unique USEID and the group ID of the inactivated card in the MYSQL database;
s20, obtaining the package price of the card in the MYSQL database, inquiring the balance in the group ID, comparing the balance in the group ID with the package price of the card, stopping operation if the balance in the group ID is less than the package price of the card, and setting a frozen amount if the balance in the group ID is more than or equal to the package price of the card, wherein the frozen amount is the package price of the card;
s30, subtracting the frozen part of the amount of money from the balance in the group ID to obtain a new balance, comparing the new balance with the package price of the card, reporting an error if the new balance is lower than the package price of the card, and performing the next step if the new balance is greater than or equal to the package price of the card;
s40, activating the card, namely deducting corresponding cost in the group ID according to the frozen amount after the card is normally used, and then releasing the frozen balance in the group ID;
S50, calling a renewal interface and transmitting a group ID and a package price of the card in a next renewal period, subtracting a frozen amount from the balance in the group ID, wherein the frozen amount is the package price of the card to obtain a new balance in the group ID, subtracting the package price of the card from the new balance of the group ID to obtain a remaining balance, reporting an error if the remaining balance is a negative number, and indicating that the renewal can be carried out if the remaining balance is a positive number;
and S60, deducting the package price of the card in the group ID, and prolonging the package service of the card.
The operation process of step S30 in the above technical solution is as follows:
s1, connecting a MYSQL database by using PHP, and acquiring a group balance from the MYSQL database;
s2, connecting a MYSQL database by using PHP, and acquiring the group freezing amount from the MYSQL database;
s3, calculating a new balance in the group ID by using the PHP, namely subtracting the package price of the card from the group ID balance to obtain a new balance of the group ID;
and S4, returning the balance of the new group, and printing a successful log of the returned balance of the new group.
The operation process of step S20 in the above technical solution is as follows:
s1, connecting a MYSQL database by using PHP (hypertext preprocessor) and acquiring a package price of a card from the MYSQL database;
s2, connecting a MYSQL database by using PHP, and acquiring balance in the group ID from the MYSQL database;
S3, using the PHP to compare the balance in the group ID with the package price of the card, reporting an error if the balance in the group ID is smaller than the package price of the card, and performing the next step if the balance in the group ID is larger than the package price of the card;
s4, calculating a frozen amount according to the package price of the card by using the PHP, wherein the frozen amount is equal to the package price of the card;
s5, calling a freezing amount function, and transmitting parameters of freezing amount, UseID and group ID;
s6, successfully setting the freezing amount, and printing a log of successfully setting the freezing amount.
The operation process of the freezing sum function comprises the following steps:
s1, using PHP to obtain the frozen amount in the parameters, if the frozen amount does not exist, returning to the condition that the frozen amount does not exist by the function, terminating the function, and if the frozen amount exists, continuing the next step;
s2, acquiring the UseID of the card in the parameters by using the PHP, if the UseID of the card does not exist, returning the function to the state that the UseID does not exist, terminating the function, and if the UseID of the card exists, continuing the next step;
s3, using PHP to obtain the amount of money in the group ID in the parameter, if the group ID does not exist, returning the function to the state that the group ID does not exist, terminating the function, and if the group ID exists, continuing the next step;
s4, connecting a MYSQL database by using PHP, and storing the frozen sum, the unique UseID of the card and the group ID into a frozen sum table from the MYSQL database; if the storage fails, the function is terminated, the function returns to the storage failure, and if the storage succeeds, the next step is continued;
S5, the function returns to the log of successful storage, and the function is printed and the log of successful storage is returned; the function terminates.
In the above technical solution, the operation process of step S40 includes the following steps:
s1, acquiring the unique UseID of the card from the parameters by using a PHP;
s2, connecting a MYSQL database by using PHP, and acquiring frozen amount information in the group ID from the MYSQL database according to the UseID of the card;
s3, connecting a MYSQL database by using PHP, and deducting a corresponding balance in the group ID from the MYSQL database according to the frozen amount;
s4, using PHP to operate and release the freezing of the group, calling a release amount function, and transmitting the UseID of the parameter card;
s5, releasing successfully and printing a release success log.
The operation process of the release amount function comprises the following steps:
s1, acquiring a UseID of a card in a parameter by using a PHP, if the UseID does not exist, returning a function to the condition that the UseID does not exist, terminating the function, and if the UseID exists, continuing the next step;
s2, connecting a MYSQL database by using PHP, acquiring user data from a user table according to UseID of the card, returning that the user data does not exist if the user data does not exist, and continuing the next step if the user data exists;
s3, connecting a MYSQL database by using PHP, and deleting the record of the frozen amount table from the MYSQL database according to the UseID of the card;
S4, the function returns the successful release amount, and the release amount is printed into a successful log; the function terminates.
The invention has the beneficial effects that: the function of freezing the amount of money is set for the group, the balance of the group is frozen when the inactivated card is opened by the group, the card is automatically activated when the user generates flow for use, the activated card directly deducts the frozen amount of money of the group, and the situation that the amount of money is deducted from the card per se is ensured, so that the arrearage and the halt are avoided. When the group is in a renewal, the safety of the balance of the group is protected. The group balance will not be negative.
Drawings
Fig. 1 is a flowchart illustrating a method for setting a frozen amount for a group by an inactivated card in a mobile resale system according to an embodiment of the present invention.
Fig. 2 is a flowchart of releasing frozen amounts of a group when a card is activated in a method of setting frozen amounts of a group by a mobile resale system according to the present invention.
Detailed Description
The invention is further illustrated with reference to the following figures and examples.
The conception, the specific structure, and the technical effects produced by the present invention will be clearly and completely described below in conjunction with the embodiments and the accompanying drawings to fully understand the objects, the features, and the effects of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments, and those skilled in the art can obtain other embodiments without inventive effort based on the embodiments of the present invention, and all embodiments are within the protection scope of the present invention. In addition, all the connection/connection relations referred to in the patent do not mean that the components are directly connected, but mean that a better connection structure can be formed by adding or reducing connection auxiliary components according to specific implementation conditions. All technical characteristics in the invention can be interactively combined on the premise of not conflicting with each other.
The invention provides a method for setting frozen money for a group by a mobile resale system, which comprises the following steps:
s10, connecting a MYSQL database by using PHP, and setting a unique USEID and a group ID of an inactivated card in the MYSQL database;
s20, obtaining the package price of the card in a MYSQL database, inquiring the balance in the group ID, comparing the balance in the group ID with the package price of the card, stopping operation if the balance in the group ID is less than the package price of the card, and setting a freezing amount if the balance in the group ID is greater than or equal to the package price of the card, wherein the freezing amount is the package price of the card;
s30, subtracting the frozen part of the amount of money from the amount of the balance in the group ID to obtain a new balance, comparing the new balance with the package price of the card, reporting an error if the new balance is lower than the package price of the card, and performing the next step if the new balance is greater than or equal to the package price of the card;
s40, activating the card, namely deducting corresponding cost in the group ID according to the frozen amount after the card is normally used, and then releasing the frozen balance in the group ID;
s50, calling a renewal interface and transmitting a group ID and a package price of the card in a next renewal period, subtracting a frozen amount from the balance in the group ID, wherein the frozen amount is the package price of the card to obtain a new balance in the group ID, subtracting the package price of the card from the new balance of the group ID to obtain a remaining balance, reporting an error if the remaining balance is a negative number, and indicating that the renewal can be carried out if the remaining balance is a positive number;
And S60, deducting the package price of the card in the group ID, and prolonging the package service of the card.
The function of freezing the amount of money is set for the balance in the group ID, the balance of the group is frozen when the group opens the inactivated card, the card is automatically activated when the user generates flow for use, the activated card directly deducts the frozen amount of the group, the amount of money is not deducted from the card, the arrearage and the shutdown are avoided, and the safety of the balance of the group is protected during the charge renewal. The balance of the group cannot be negative, thereby influencing the use of the card.
The operation procedure of step S30 is the following steps:
s1, connecting a MYSQL database by using PHP, and acquiring a group balance from the MYSQL database;
s2, connecting a MYSQL database by using PHP, and acquiring the group freezing amount from the MYSQL database;
s3, calculating a new balance in the group ID by using the PHP, namely subtracting the package price of the card from the group ID balance to obtain a new balance of the group ID;
and S4, returning the balance of the new group, and printing a successful log of the returned balance of the new group.
The frozen amount and the new balance of the group can be inquired in the group ID, and whether the fee can be renewed can be quickly checked in the activation and renewal period, so that the method is convenient and safe.
Referring to fig. 1, as shown, the operation procedure of step S20 is as follows:
S1, connecting a MYSQL database by using PHP (hypertext preprocessor protocol), and acquiring a package price of a card from the MYSQL database;
s2, connecting a MYSQL database by using PHP, and acquiring the balance in the group ID from the MYSQL database;
s3, using the PHP to compare the balance in the group ID with the package price of the card, reporting an error if the balance in the group ID is smaller than the package price of the card, and performing the next step if the balance in the group ID is larger than the package price of the card;
s4, calculating a frozen amount according to the package price of the card by using the PHP, wherein the frozen amount is equal to the package price of the card;
s5, calling a freezing amount function, and transmitting parameters of freezing amount, UseID and group ID;
s6, successfully setting the freezing amount, and printing a log of successfully setting the freezing amount.
The operation process of the freezing sum function comprises the following steps:
s1, using PHP to obtain the frozen amount in the parameters, if the frozen amount does not exist, returning to the condition that the frozen amount does not exist by the function, terminating the function, and if the frozen amount exists, continuing the next step;
s2, acquiring the UseID of the card in the parameters by using the PHP, if the UseID of the card does not exist, returning the function to the state that the UseID does not exist, terminating the function, and if the UseID of the card exists, continuing the next step;
s3, using PHP to obtain the amount of money in the group ID in the parameter, if the group ID does not exist, returning the function to the state that the group ID does not exist, terminating the function, and if the group ID exists, continuing the next step;
S4, connecting a MYSQL database by using PHP, and storing the frozen amount, the unique UseID of the card and the group ID into a frozen amount table from the MYSQL database; if the storage fails, the function is terminated, the function returns to the storage failure, and if the storage succeeds, the next step is continued;
s5, the function returns to the log of successful storage, and the function is printed and the log of successful storage is returned; the function terminates.
The freezing amount of money is set to be the same as the package price of the card, the card can directly refer to the freezing amount of money when being activated and recharged, the operation is convenient and quick, and the risk of shutdown is avoided.
Referring to fig. 2, as shown, the operation procedure of step S40 includes the following steps:
s1, acquiring the unique UseID of the card from the parameters by using a PHP;
s2, connecting a MYSQL database by using PHP, and acquiring frozen amount information in the group ID from the MYSQL database according to the UseID of the card;
s3, connecting a MYSQL database by using PHP, and deducting a corresponding balance in the group ID from the MYSQL database according to the frozen amount;
s4, using PHP to operate and release the freezing of the group, calling a release amount function, and transmitting the UseID of the parameter card;
s5, releasing successfully and printing a release success log.
The operation process of the release amount function comprises the following steps:
S1, acquiring UseID of a card in a parameter by using PHP, if the UseID does not exist, returning the function to the condition that the UseID does not exist, terminating the function, and if the UseID exists, continuing the next step;
s2, connecting a MYSQL database by using PHP, acquiring user data from a user table according to UseID of the card, returning that the user data does not exist if the user data does not exist, and continuing the next step if the user data exists;
s3, connecting a MYSQL database by using PHP, and deleting the record of the frozen amount table from the MYSQL database according to the UseID of the card;
s4, the function returns the successful release amount, and the release amount is printed into a successful log; the function terminates.
While the preferred embodiments of the present invention have been illustrated and described, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (6)

1. A method for setting frozen money for a group by a mobile resale system is characterized by comprising the following steps:
s10, connecting a MYSQL database by using PHP, and setting the unique USEID and the group ID of the inactivated card in the MYSQL database;
S20, obtaining the package price of the card in a MYSQL database, inquiring the balance in the group ID, comparing the balance in the group ID with the package price of the card, stopping operation if the balance in the group ID is less than the package price of the card, and setting a freezing amount if the balance in the group ID is greater than or equal to the package price of the card, wherein the freezing amount is the package price of the card;
s30, subtracting the frozen part of the amount of money from the amount of the balance in the group ID to obtain a new balance, comparing the new balance with the package price of the card, reporting an error if the new balance is lower than the package price of the card, and performing the next step if the new balance is greater than or equal to the package price of the card;
s40, activating the card, namely deducting corresponding cost in the group ID according to the frozen amount after the card is normally used, and then releasing the frozen balance in the group ID;
s50, calling a renewal interface and transmitting a group ID and a package price of the card in a next renewal period, subtracting a frozen amount from the balance in the group ID, wherein the frozen amount is the package price of the card to obtain a new balance in the group ID, subtracting the package price of the card from the new balance of the group ID to obtain a remaining balance, reporting an error if the remaining balance is a negative number, and indicating that the renewal can be carried out if the remaining balance is a positive number;
S60, deducting the price of the package of the card in the group ID, and using the package of the card for a long time.
2. The method of claim 1, wherein the mobile reselling system sets a frozen amount for a group, the method comprising: the operation procedure of step S30 is the following steps:
s1, connecting a MYSQL database by using PHP, and acquiring a group balance from the MYSQL database;
s2, connecting a MYSQL database by using PHP, and acquiring the group freezing amount from the MYSQL database;
s3, calculating a new balance in the group ID by using the PHP, namely subtracting the package price of the card from the group ID balance to obtain a new balance of the group ID;
and S4, returning the balance of the new group, and printing a successful log of the returned balance of the new group.
3. The method of claim 1, wherein the mobile reselling system sets a frozen amount to the group, and the method comprises the following steps: the operation process of step S20 is as follows:
s1, connecting a MYSQL database by using PHP (hypertext preprocessor) and acquiring a package price of a card from the MYSQL database;
s2, connecting a MYSQL database by using PHP, and acquiring balance in the group ID from the MYSQL database;
s3, using the PHP to compare the balance in the group ID with the package price of the card, reporting an error if the balance in the group ID is smaller than the package price of the card, and performing the next step if the balance in the group ID is larger than the package price of the card;
S4, calculating a frozen sum according to the package price of the card by using the PHP, wherein the frozen sum is equal to the package price of the card;
s5, calling a frozen amount function, and transmitting parameters including frozen amount, UseID and group ID;
and S6, setting the freezing amount successfully, and printing a log for setting the freezing amount successfully.
4. The method of claim 3, wherein the mobile reselling system sets a frozen amount to the group, and the method comprises the following steps: the operation process of the frozen sum function comprises the following steps:
s1, using PHP to obtain the frozen amount in the parameters, if the frozen amount does not exist, returning to the condition that the frozen amount does not exist by the function, terminating the function, and if the frozen amount exists, continuing the next step;
s2, acquiring the UseID of the card in the parameters by using the PHP, if the UseID of the card does not exist, returning the function to the state that the UseID does not exist, terminating the function, and if the UseID of the card exists, continuing the next step;
s3, using PHP to obtain the amount of money in the group ID in the parameter, if the group ID does not exist, returning the function to the state that the group ID does not exist, terminating the function, and if the group ID exists, continuing the next step;
s4, connecting a MYSQL database by using PHP, and storing the frozen sum, the unique UseID of the card and the group ID into a frozen sum table from the MYSQL database; if the storage fails, the function is terminated, the function returns to the storage failure, and if the storage succeeds, the next step is continued;
S5, the function returns to the log of successful storage, and the function is printed and the log of successful storage is returned; the function terminates.
5. The method of claim 1, wherein the mobile reselling system sets a frozen amount to the group, and the method comprises the following steps: the operation process of step S40 includes the following steps:
s1, acquiring the unique UseID of the card from parameters by using PHP;
s2, connecting a MYSQL database by using PHP, and acquiring frozen amount information in the group ID from the MYSQL database according to the UseID of the card;
s3, connecting a MYSQL database by using PHP, and deducting a corresponding balance in the group ID from the MYSQL database according to the frozen amount;
s4, using PHP to operate and release the freezing of the group, calling a release amount function, and transmitting the UseID of the parameter card;
s5, releasing successfully and printing a release success log.
6. The method of claim 5, wherein the mobile reselling system sets a frozen amount to the group, and the method comprises the following steps: the operation process of the release amount function comprises the following steps:
s1, acquiring a UseID of a card in a parameter by using a PHP, if the UseID does not exist, returning a function to the condition that the UseID does not exist, terminating the function, and if the UseID exists, continuing the next step;
s2, connecting a MYSQL database by using PHP, acquiring user data from a user table according to UseID of the card, returning that the user data does not exist if the user data does not exist, and continuing the next step if the user data exists;
S3, connecting a MYSQL database by using PHP, and deleting the record of the frozen amount table from the MYSQL database according to the UseID of the card;
s4, the function returns the successful release amount, and the release amount is printed into a successful log; the function terminates.
CN202210092311.XA 2022-01-26 2022-01-26 Method for setting frozen money amount for group by mobile resale system Pending CN114567858A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210092311.XA CN114567858A (en) 2022-01-26 2022-01-26 Method for setting frozen money amount for group by mobile resale system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210092311.XA CN114567858A (en) 2022-01-26 2022-01-26 Method for setting frozen money amount for group by mobile resale system

Publications (1)

Publication Number Publication Date
CN114567858A true CN114567858A (en) 2022-05-31

Family

ID=81713455

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210092311.XA Pending CN114567858A (en) 2022-01-26 2022-01-26 Method for setting frozen money amount for group by mobile resale system

Country Status (1)

Country Link
CN (1) CN114567858A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1937794A (en) * 2006-08-18 2007-03-28 侯万春 System and method for realizing group special mobile communication smart card
CN101616392A (en) * 2009-06-26 2009-12-30 中兴通讯股份有限公司 A kind of value-added service provides system and method
CN104378750A (en) * 2013-08-16 2015-02-25 中国移动通信集团广东有限公司 Charging method and system with multiple terminals sharing balance of account
KR20160116951A (en) * 2015-03-31 2016-10-10 권순태 Information exchange system between a plurality of terminals.
CN106817504A (en) * 2015-12-02 2017-06-09 中兴通讯股份有限公司 A kind of deduction method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1937794A (en) * 2006-08-18 2007-03-28 侯万春 System and method for realizing group special mobile communication smart card
CN101616392A (en) * 2009-06-26 2009-12-30 中兴通讯股份有限公司 A kind of value-added service provides system and method
CN104378750A (en) * 2013-08-16 2015-02-25 中国移动通信集团广东有限公司 Charging method and system with multiple terminals sharing balance of account
KR20160116951A (en) * 2015-03-31 2016-10-10 권순태 Information exchange system between a plurality of terminals.
CN106817504A (en) * 2015-12-02 2017-06-09 中兴通讯股份有限公司 A kind of deduction method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
《中国通信年鉴》编辑部: "《中国通信年鉴 2014》", 31 December 2014, 《中国通信》杂志有限公司, pages: 26 *
卢欣欣: "《PHP动态网站开发实践教程》", 28 February 2021, 机械工业出版社, pages: 124 - 125 *

Similar Documents

Publication Publication Date Title
CN107995377A (en) Customer service management method, electronic device and computer-readable recording medium
CN108243014B (en) Voice payment prompting processing method and device
CN112837699A (en) Anti-misoperation method and system for voice behavior of power dispatcher
CN110072251B (en) Method and device for analyzing user communication behavior and managing user
CN113793450B (en) Shared battery replacing method and device, electronic equipment and storage medium
CN114567858A (en) Method for setting frozen money amount for group by mobile resale system
CN101159911B (en) Added-value service implementing method and service control point
CN117291596A (en) Offline payment information processing method, device, equipment and readable storage medium
CN111538588A (en) Distributed data processing method and related device
CN111949421A (en) SDK calling method and device, electronic equipment and computer readable storage medium
CN114064488A (en) Transaction testing method, device, storage medium and equipment
CN107846288B (en) Method, device and system for realizing charging
CN115604113A (en) FAN network equipment rapid upgrading method, system, equipment and medium
CN111800748B (en) Re-network user identification method, system, computer equipment and storage medium
CN115509714A (en) Task processing method and device, electronic equipment and storage medium
CN108874325B (en) Data printing method and system
CN108093377B (en) Automatic release method and system for mobile service when charging system is abnormal
EP2706768B1 (en) User transfer control method and service control point
CN117235186B (en) Historical information synchronization method
CN111818489B (en) Service opening time prediction method and service opening monitoring system
CN109327814A (en) Processing method, device, electronic equipment and the readable storage medium storing program for executing of short message
CN114358754A (en) ICCID (integrated circuit card identifier) renewal method based on mobile resale system machine card
CN114401223A (en) Information processing device and method
CN117062020A (en) Rating method and device for call ticket of capability call and electronic equipment
CN113689095A (en) Engineering quality problem processing method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination