Commit 09a07ded by wkliang

fix

parent b495966d
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"license_no": "" // 许可证编号 "license_no": "" // 许可证编号
"page": 1, // 页数 "page": 1, // 页数
"pageSize": 20, // 每页条数 "pageSize": 20, // 每页条数
"order": "status desc" // 一共三种排序方式 status desc 有效状态 pub_date asc 发证时间升序 pub_date desc 发证时间降序 "sort": "status desc" // 一共三种排序方式 status desc 有效状态 pub_date asc 发证时间升序 pub_date desc 发证时间降序
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment