|
@@ -31,7 +31,7 @@ export const inCat = (data) => {
|
|
|
|
|
|
export const burying_point = (data) => {
|
|
|
let url = encodeURI(window.location.href)
|
|
|
- return http.get("/api/Point", {
|
|
|
+ return http.get("/api/point", {
|
|
|
userId: browser.getURLParam("userId") || 1,
|
|
|
accessToken: browser.getURLParam("accessToken")||'none',
|
|
|
cookieId: browser.getURLParam("cookieId")||'none',
|