mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增第三方平台申请设置订单页信息接口
This commit is contained in:
@@ -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": "测试备注"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user