当前位置:网站首页>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 "
}
}
边栏推荐
- Advanced order of function
- [Galaxy Kirin V10] [desktop] cannot add printer
- How to deal with the relationship between colleagues
- [Galaxy Kirin V10] [desktop] FTP common scene setup
- Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
- Canoe - the second simulation engineering - xvehicle - 2panel design (principle, idea)
- Summary of collection: (to be updated)
- Replace() function
- Performance test overview
- VPS installation virtualmin panel
猜你喜欢

Usage of case when then else end statement

Canoe - the second simulation engineering - xvehicle - 2 panel design (operation)

Installation of ES plug-in in Google browser

JMeter common configuration components and parameterization
![[Galaxy Kirin V10] [server] NUMA Technology](/img/9b/65466c6fc6336e27e842f50c26b9c3.jpg)
[Galaxy Kirin V10] [server] NUMA Technology

Fundamentals of software testing

Personal thoughts on the development of game automation protocol testing tool

Digital simulation beauty match preparation -matlab basic operation No. 6

F12 clear the cookies of the corresponding web address

Ten key performance indicators of software applications
随机推荐
VPS installation virtualmin panel
Analysis function in SQL
[Galaxy Kirin V10] [desktop] cannot add printer
[Galaxy Kirin V10] [desktop] FTP common scene setup
Unittest+airtest+beatiulreport combine the three to make a beautiful test report
Notes on writing test points in mind mapping
Canoe: what is vtsystem
[test theory] test the dimension of professional ability
Postman interface test
iptables导致Heartbeat脑裂
software test
Is Sanli futures safe? How to open a futures account? How to reduce the handling charge of futures at present?
Error C4996 ‘WSAAsyncSelect‘: Use WSAEventSelect() instead or define _ WINSOCK_ DEPRECATED_ NO_ WARN
Replace() function
Deepmind proposed a Zuan AI, which specially outputs network attack language
20 minutes to learn what XML is_ XML learning notes_ What is an XML file_ Basic grammatical rules_ How to parse
DNS hijacking
Open the neural network "black box"! Unveil the mystery of machine learning system with natural language
Performance features focus & JMeter & LoadRunner advantages and disadvantages
Canoe-the second simulation project-xvehicle-1 bus database design (idea)