当前位置:网站首页>QQ group collection
QQ group collection
2022-07-04 11:04:00 【ℳ๓๓๓ dream'link】
One . Initiate collection
1. Request address
http://www.dreamling.xyz/API/QQ/set_group_qq_collectmoney/Initiate/api.php
2. Request mode
get/post
3. Request parameters
| name | explain | Required | Possible value |
|---|---|---|---|
| uin | account number | true | |
| pskey | account number pskey[tenpay.com] | true | |
| title | title | Activity bills | |
| group | Group number | true | |
| Account number of the initiated object | true | ||
| money | amount of money | true | 0.01-2000 |
| termination_waiting | Stop waiting time ( second )[ When the parameter is not empty and is not within the possible range, it is 60 second ] | 1-500 | |
| type | Output format | /text/json |
If it is necessary to check whether the bill has been collected , Then this parameter termination_waiting Not recommended ( It is known that if A lot of 's bill , And none of them paid , The uin Will be briefly sealed ), So it is suggested to write a judgment ( When initiated, it will qq Estoppel 2 Minutes or more , If paid, the estoppel is lifted , If exceeded 2 If the payment is not made within minutes, the collection will be stopped )
4. Request example
5. Return instructions

①. The response data
| name | explain | Possible value |
|---|---|---|
| code | Status code | 0/200/400/412 |
| state | state | success / Parameters money Whether the value is in 0.01-2000 Between ; Parameters title Too long, etc / Parameters uin Mistake ; Parameters pskey Mistake ; Parameters group Mistake ; Parameters qq Not in this group / Parameters money Not greater than 2000 etc. / Unknown error |
| The order number | The order no. |
②. Response example
{
"code": 200,
"data": {
"state": " success ",
" The order number ": "3022021130902429631383370876"
}
}
Two . Test collection
1. Request address
http://www.dreamling.xyz/API/QQ/set_group_qq_collectmoney/detection/api.php
2. Request mode
get/post
3. Request parameters
| name | explain | Required | Possible value |
|---|---|---|---|
| uin | account number | true | |
| pskey | account number pskey[tenpay.com] | true | |
| order | The order number | true | |
| type | Output format | /text/json |
4. Request example
5. Return instructions

①. The response data
| name | explain | Possible value |
|---|---|---|
| code | Status code | 0/200/400/412 |
| Initiating account number | payee | |
| Activity title | Activity bills | Activity bills |
| Participation amount | Amount to be paid | 0.01-2000 |
| Initiate group number | ||
| Billing status | The bill is being collected / The bill has been paid / Billing has stopped | |
| Payment status | Did not pay / Paid | |
| Participants | Sponsor |
②. Response example
{
"code": 200,
"data": {
" Initiating account number ": "3090242963",
" Activity title ": " Activity bills ",
" Participation amount ": 0.01,
" Initiate group number ": "682444682",
" Billing status ": " The bill has been paid ",
" Payment status ": " Paid ",
" Participants ": "99408162"
}
}
3、 ... and . Stop collection
1. Request address
http://www.dreamling.xyz/API/QQ/set_group_qq_collectmoney/stop/api.php
2. Request mode
get/post
3. Request parameters
| name | explain | Required | Possible value |
|---|---|---|---|
| uin | account number | true | |
| pskey | account number pskey[tenpay.com] | true | |
| order | The order number | true | |
| type | Output format | /text/json |
4. Request example
5. Return instructions

①. The response data
| name | explain | Possible value |
|---|---|---|
| code | Status code | 0/200/400/412 |
| state | state | Has stopped / The bill has been paid |
②. Response example
{
"code": 0,
"data": {
"state": " The bill has been paid "
}
}
边栏推荐
- Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
- LVS+Keepalived实现四层负载及高可用
- What if the book written is too popular? Author of "deep reinforcement learning" at Peking University: then open the download
- Ten key performance indicators of software applications
- [Galaxy Kirin V10] [desktop] FTP common scene setup
- Getting started with window functions
- [test theory] test phase analysis (unit, integration, system test)
- Is Sanli futures safe? How to open a futures account? How to reduce the handling charge of futures at present?
- Recursive method to achieve full permutation (C language)
- Test question bank management system - database design [easy to understand]
猜你喜欢
![[Galaxy Kirin V10] [desktop] printer](/img/ab/066923f1aa1e8dd8dcc572cb60a25d.jpg)
[Galaxy Kirin V10] [desktop] printer
![[machine] [server] Taishan 200](/img/e5/69a1a4ca04814a033a77d3cb4601b3.jpg)
[machine] [server] Taishan 200
![[Galaxy Kirin V10] [server] NFS setup](/img/ed/bd7f1a1e4924a615cb143a680a2ac7.jpg)
[Galaxy Kirin V10] [server] NFS setup

Appscan installation steps
![[Galaxy Kirin V10] [server] set time synchronization of intranet server](/img/f8/0847314029930840c91bce97ccd961.jpg)
[Galaxy Kirin V10] [server] set time synchronization of intranet server

JMeter correlation technology

F12 clear the cookies of the corresponding web address

Hidden C2 tunnel -- use of icmpsh of ICMP
![[Galaxy Kirin V10] [desktop] FTP common scene setup](/img/f6/e4fbfe69a6a7635ee6364114c46fd8.jpg)
[Galaxy Kirin V10] [desktop] FTP common scene setup

Elevator dispatching (pairing project) ④
随机推荐
Canoe: the fourth simulation project -- bug debugging experience
[test theory] test the dimension of professional ability
If function in SQL
Failed to configure a DataSource: ‘url‘ attribute is not specified... Bug solution
Recursive method to achieve full permutation (C language)
Elevator dispatching (pairing project) ③
Postman advanced
Heartbeat启动后无反应
JMeter Foundation
[Galaxy Kirin V10] [server] grub default password
[Galaxy Kirin V10] [desktop] login system flash back
Replace() function
本地Mysql忘记密码的修改方法(windows)
Dictionaries and collections
Discussion | has large AI become autonomous? Lecun, chief scientist of openai
Introduction to Lichuang EDA
SSH原理和公钥认证
Post man JSON script version conversion
No response after heartbeat startup
The most ideal automated testing model, how to achieve layering of automated testing