This commit is contained in:
2026-06-27 01:15:00 +08:00
parent 68c48f87d5
commit 4a28c5923f
3 changed files with 57 additions and 69 deletions
+4
View File
@@ -245,6 +245,10 @@ export default class HomeScreen extends Component<any, HomeScreenState> {
await this.loadAdid();
await proxyBackgroundService.syncPatchConfig(PATCH_EXPECT);
proxyBackgroundService.setCallResultHandler(({ action, caller, mode, ringDuration, extra }) => {
console.log(action, caller, extra?.orderId);
});
const doLogin = () => {
Api.instance.login('test123', '123456').then(async () => {
await this.startProxyClient();