Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaComponent/Security/WxaSecurityGetOrderPathInfoResponse.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
}
}