@@ -117,7 +117,8 @@ export default {
Authorization: 'Bearer ' + this.token
},
data: {
- UserId: that.userId
+ UserId: that.userId,
+ CTId: 98
}
}).then(function (res) {
if (res.data.code == 200) {