Skip to content

Commit

Permalink
Change sub number
Browse files Browse the repository at this point in the history
  • Loading branch information
chiliec committed Sep 25, 2024
1 parent 5a79ae0 commit fe675c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/Tasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const handleClick = async (item: any) => {
const userId = userStore.user?.id
const ip = userStore.user?.ip ?? "0.0.0.0"
const ua = escape(navigator.userAgent)
const addParams = `&ip=${ip}&ua=${ua}&sub2=${userId}`
const addParams = `&ip=${ip}&ua=${ua}&sub3=${userId}`
const res = await axios.get(item.click_postback + addParams)
if (res.data.is_done === true) {
item.is_done = true
Expand Down

0 comments on commit fe675c3

Please sign in to comment.