Commit 3472fec4 authored by nanahira's avatar nanahira

fix

parent 3a1259f8
...@@ -33,8 +33,8 @@ export class HamiFetcherService extends ConsoleLogger { ...@@ -33,8 +33,8 @@ export class HamiFetcherService extends ConsoleLogger {
this.http.post<TwintReturn>( this.http.post<TwintReturn>(
`${this.twintUrl}/Search`, `${this.twintUrl}/Search`,
{ {
Username: 'Hamimelon7', Username: this.hamiUsername,
Search: '蔷蔷挂人板', Search: this.hamiBlacklistSearch,
Since, Since,
}, },
this.axiosConfig(), this.axiosConfig(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment