feat: add HTTP signature tools and fix independent HTTP send validation
CSS quality / css-quality (push) Has been cancelled

This commit is contained in:
hectorzhao
2026-09-15 15:58:29 +08:00
parent 18ecf8045f
commit c781313de5
23 changed files with 986 additions and 255 deletions
+2 -2
View File
@@ -495,8 +495,8 @@ Content-Type: application/problem+json; charset=utf-8
| 参数 | 类型 | 必填 | 默认值 / 说明 |
| ------------ | ------ | ---- | ------------------------------------------------- |
| mobile | string | 否 | 精确匹配回复者手机号 |
| accessNumber | string | 否 | 精确匹配短信接入号,对应返回字段 destId |
| mobile | string | 否 | 1 开头的 11 位手机号,精确匹配 |
| accessNumber | string | 否 | 121 位数字接入号,精确匹配 destId |
| keyword | string | 否 | 筛选正文包含指定关键词的回复 |
| limit | 正整数 | 否 | 默认 50;按应用最大分页配置裁剪,系统默认上限 100 |
| cursor | string | 否 | 首次不传;下一页使用上一响应的 nextCursor |