mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"msg": {
|
|
"path": "pages/test_path",
|
|
"img_list": [
|
|
"img_url1",
|
|
"img_url2"
|
|
],
|
|
"video": "vedio_url",
|
|
"test_account": "test_user",
|
|
"test_pwd": "test_pwd",
|
|
"test_remark": "测试备注",
|
|
"status": 3,
|
|
"apply_time": 1669012695
|
|
}
|
|
}
|