Commit 9ffc9508 by 周海峰

no message

parent fdb16284
...@@ -40,4 +40,13 @@ export function updateOrder(list) { ...@@ -40,4 +40,13 @@ export function updateOrder(list) {
data: list, data: list,
loading: "hourglass" loading: "hourglass"
}) })
}
export function updateWechatNum(list) {
return request({
url: '/PlatformApplicationsController/platformapplications/updateWechatNum',
method: 'post',
data: list,
loading: "hourglass"
})
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论