Commit b32ebd1c by 李嘉林

加参数

parent 0cb78db4
...@@ -61,7 +61,8 @@ export default { ...@@ -61,7 +61,8 @@ export default {
}); });
let query = { let query = {
liveBroadcastId: Number(_this.liveId), liveBroadcastId: Number(_this.liveId),
openId: wx.getStorageSync("openid") openId: wx.getStorageSync("openid"),
subMessageTemplateId:tmplIds[0],
}; };
live.addLiveNoticeByCustomer(query).then(res => {}); live.addLiveNoticeByCustomer(query).then(res => {});
console.log("message success response: ", res); console.log("message success response: ", res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment