@@ -18,7 +18,7 @@ export const musicBuy = (item: any, callBack?: any, moreQuery = {}) => {
query: {
id: item.id,
behaviorId,
- client: browserInfo.isTeacher ? 'teacher' : 'student',
+ client: browserInfo.isStudent ? 'student' : 'teacher',
...moreQuery
}
})