mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
9697f95b8f
This reverts commit 15d999759e
.
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
POST / HTTP/1.1
|
|
HOST: 127.0.0.1:8888
|
|
Content-Type: text/json; charset=utf-8
|
|
Content-Length: 159
|
|
|
|
{ "error_code": "ok", "error_msg": "ok", data: [
|
|
{"name":"中国", "pass": "xxx1"},
|
|
{"name":"中国", "pass": "xxx1"},
|
|
{"name":"中国", "pass": "xxx1"}
|
|
]}
|