支付层
This commit is contained in:
@@ -18,7 +18,7 @@ export class AuthService {
|
||||
method: "POST",
|
||||
codec: "json",
|
||||
needsAuth: false
|
||||
};
|
||||
};
|
||||
return this.api.call(epData, req);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ export class PlayerDataService {
|
||||
method: "POST",
|
||||
codec: "json",
|
||||
needsAuth: true
|
||||
};
|
||||
};
|
||||
return this.api.call(epData, req);
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ export class PlayerDataService {
|
||||
method: "POST",
|
||||
codec: "json",
|
||||
needsAuth: true
|
||||
};
|
||||
};
|
||||
return this.api.call(epData, req);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user