@@ -414,6 +414,7 @@
$http.post('/api/v1/mp/user/share/code/generate', {
boxId: this.boxId,
type: "1",
+ poster: "1",
}).then(res => {
this.posterData.codeImg.url = env.filePublic + res.data
})