Update ali
This commit is contained in:
parent
3927e73874
commit
bbdc0d413e
|
|
@ -538,7 +538,7 @@ public class API {
|
||||||
private void setToken(String value) {
|
private void setToken(String value) {
|
||||||
SpiderDebug.log("Token:" + value);
|
SpiderDebug.log("Token:" + value);
|
||||||
Init.show("Token:" + value);
|
Init.show("Token:" + value);
|
||||||
this.refreshToken = value;
|
user.setRefreshToken(value);
|
||||||
refreshAccessToken();
|
refreshAccessToken();
|
||||||
stopService();
|
stopService();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
22a9f82f400252c5adcf68f372540501
|
d5bfbf54ef3ee63af5e85abcd9254cdf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue