1.1 Description
| path | http://www.your_website_domain.com/FeiEditor/api_v1/shop/coupons/count |
| method | GET/POST |
| illustrate | According to the query conditions, the number of eligible coupons in the user list is obtained. It is generally used to obtain a total and then calculate the pagination number. |
1.2 parameters
| name | must | type | describe |
| filter[] | no | array | filter. Click here for how to use . |
1.3 return result
| correct result |
| Return format: JSON |
| { "count" : 27 } |
