feat(wxapi): 新增第三方平台获取订单页信息接口

This commit is contained in:
fudiwei
2022-12-01 20:42:26 +08:00
parent e99876ca10
commit f3e00b6144
4 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"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
}
}