WeChat chat code sending robot operation guide

At present, the latest version of Zhiduoxing is version 3.6.2 (as shown below)

 

 The usage guide is as follows:

  1. Common commands and usage methods: 

How to use the command: To your own WeChat (every WeChat can send a message to yourself), send the following command to modify the robot configuration, for example, discounts, function switches.

1.0. Doudou delete command:

指令:update third_pay_auth set status = 0;

1.1. Batch modification price discount :

Private message and group discount modification rules are the same, private message: add vip vip-9 in the remarks, group: add vip vip-9 in the group name. Do not delete the original auto.

The three 0.95 in the following command correspond to three discounts respectively. By default, the discounts are vip and vip-9.

Note: After the group name is modified, you need to click the "Get Group Data" button to take effect immediately. If you don't click it, it will take effect the next day.

Gas discount modification:

指令:UPDATE product SET product_discount = '0.95,0.95,0.95'  WHERE (product_id = '1');

Diesel Discount Modifications:

指令:UPDATE product SET product_discount = '0.93,0.93,0.93'  WHERE (product_id = '2');

Modification of call discount:

指令:UPDATE product SET product_discount = '0.96,0.96,0.96'  WHERE (product_id = '3');

Electricity discount modification:

指令:UPDATE product SET product_discount = '0.96,0.96,0.96'  WHERE (product_id = '4');

1.2 Turn on the automatic reply function:

All groups do not support auto-reply by default. For groups that require auto-reply, please add "_auto" after the group name, and then click the "Get Update Group Data" button in the robot's main dialog box. Take effect in 1 minute

1.6 Extended auto-reply:

  Already auto reply keyword:

Command: update talk_ai set talk_ai_response = 'reply content' where talk_ai_keyword = 'customer sent content' and talk_ai_id>0;

Added automatic reply:

Command: insert into talk_ai (talk_ai_keyword, talk_ai_response) values ​​('customer send content', 'reply content');

1.7 Change the payment code picture

Just replace the following picture with the latest collection code. The collection code must be the corresponding collection code of the robot. Unlock the WeChat collection assistant Ao.

C:\Users\Administrator\Desktop\wxbot\img\receive_money.png

1.8 Change of payee name 

Send to yourself on WeChat:

Command: update auth_info set owner_name ='payee name' where auth_info_id = 1

1.9 Export the issued code transaction records (all cards)

Export all card transaction records for 24 hours and send the following instructions to your WeChat:

查询:SELECT * FROM shell_transaction_record where transcation_time > datetime('now','-24 hour','localtime');

1.10 Export 24-hour transaction records according to the card number:

Query: SELECT * FROM shell_transaction_record where transcation_time > datetime('now','-24 hour','localtime') and card_number='Smart card number or smart card number';

1.11 Export specified group transaction records

查询:select * from shell_transaction_record where consumer_wx_name like '%群名称%' and transcation_time > datetime('now','-24 hour','localtime');

1.12 Do not automatically reply to designated contacts (pull into blacklist)

Add "black_list" to mobile WeChat notes

1.13 Restore auto-reply to designated contacts (remove blacklist)

Mobile WeChat note, delete "black_list" and add "white_list"

1.14 Query the amount of the code issued by the robot:

Send to yourself on WeChat:

balance inquiry

The robot automatically replies to the balance data of Zhixing Card, Zhixiang Card and Doudou.

  1. Robot code sending process:

2.1 One-to-one code sending (below):

1: The customer sends the refueling amount -> the system prompts the amount after the discount -> the system automatically sends the payment code after the customer transfers -> the cashier scans the code to complete and prompts the account reconciliation information, the process is as follows:

Automatic return switch: refer to 1.4 Open / 1.5 Close command in the instruction manual.

Remarks: It is recommended to add a special expression "_auto" to the group name to prevent the robot from randomly replying in other groups.

1: The customer reports the refueling amount -> the system replies with the payment code and the discounted amount -> after the customer pays - the customer sends "Paid" -> the system sends a QR code and @ the corresponding group member

Main function 2: robot ck anti-drop function:

 Use designated WeChat (for each robot, the developer will provide a designated WeChat to check the balance, transaction records and other information. If necessary, please contact the developer of Zhiduoxing)

common problem:

Problem 0: The WeChat robot works normally, but does not send codes

 Please check whether the robot certificate is valid. If the main interface of the robot work prompts that the robot certificate is abnormal or invalid (as shown in the figure below), please contact customer service to update the certificate.

The instruction to update the certificate is as follows (for how to execute the instruction, please refer to Chapter 1 - Common Instructions and Usage):

Command: update auth_info set auth_info_ext_name='Certificate content provided by customer service';

The robot automatically recovers within 1 minute after receiving the instruction and executing it successfully;

Question 1: WeChat is abnormally disconnected, restart the robot

The robot needs to be restarted when the computer crashes, the network is disconnected and restarted, etc.

1: Double-click the desktop\wxbot\env\restart.bat file, and the robot dialog box will pop up after 1 minute.

2: Click the "Start WeChat" button in the robot dialog box, and after logging in to WeChat, you can automatically reply.

Common problem 2: Single card (Zhixiang + Doudou) (recommended to use a single card to issue codes, stable and simple)

  1. Double-click the desktop icon to restart the robot.
  2. Bot main dialog (black background) pops up
  3. Click on the robot dialog to start WeChat
  4. Just log in to WeChat
  5. Log in to Smart Card or Doudou.

If it is a smart card, click the button of the robot dialog box to get the data of the smart card, and the data will be refreshed after 1 minute. Doudou doesn't need any action

FAQ 3: Doka (Zhixiang + Doudou)

  1. Double-click the desktop icon to restart the robot.
  2. Bot main dialog (black background) pops up
  3. Click the start WeChat button in the robot dialog box and log in -- WeChat (non-robot)
  4. Just log in to non-robot WeChat (Doudou 1 or Zhixiang 1)
  5. Click the start WeChat button in the robot dialog box and log in -- WeChat (robot)
  6. Just log in to WeChat (Doudou 2 or Zhixiang 3)

7: For smart card, please edit the following file, C:\Users\Administrator\Desktop\wxbot\network3.txt 

Delete redundant data according to the mobile phone number and keep the correct data.

Doudou please skip this step.

Common problem 6: When obtaining the data of the smart card, it prompts that the data file does not exist.

1: Check whether the C:\Users\Administrator\Desktop\wxbot\network3.txt data file exists. does not exist, go to the next step

2: Check whether the computer filler software is not closed, the installation robot will install this software for everyone and open it

 If it is not opened, please find the software name fiddler classic in the start menu and open it.

3: Check whether the WeChat version is the specified version 3.7.0.29

4: According to single-card mode or multi-card mode, re-operate as needed

5: The problem should be solved.

Frequently asked questions 7: Doudou does not send codes or Doudou has a balance but prompts that there is no quota.

 1: Doudou sometimes updates in the background, and the Doudou mini-program robot can be restored by logging in again

 2: Doudou re-login method: WeChat applet-"Right click to remove quick refueling-"WeChat applet search for quick refueling-"Open the quick refueling applet to log in again

Guess you like

Origin blog.csdn.net/lihongqi2012/article/details/130182502
Recommended