feat(wxapi): 新增第三方平台申请设置订单页信息接口

This commit is contained in:
fudiwei
2022-12-01 20:36:16 +08:00
parent 895148e046
commit e99876ca10
4 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"batch_req": {
"appid_list": [
"appid1",
"appid2"
],
"path": "pages/test_path",
"img_list": [
"img_url1",
"img_url2"
],
"video": "vedio_url",
"test_account": "test_user",
"test_pwd": "test_pwd",
"test_remark": "测试备注"
}
}