Commit f0bd6720 authored by 朱璇's avatar 朱璇

面诊客户端链路日志

parent 4e76bf15
......@@ -198,9 +198,9 @@
[weakSelf.loadingView showLoading:NO];
[weakCell updateGrabBtnStatusWithCanClicked:NO];
[GMVideoPhobos video_monitoringWithActionStep:@"收到抢单成功回执" consultId:weakSelf.recordInfo[@"consultation_record_id"] traceId:nil];
[GMVideoPhobos consultation_traceWithActionStep:@"Consultation.Dispatch.JoinButton.Click" status:@"success" extraParam:@{@"dispatch_id": @"", @"consultation_record_id": SafeString(weakSelf.recordInfo[@"consultation_record_id"])}];
[GMVideoPhobos consultation_traceWithActionStep:@"Consultation.Dispatch.JoinButton.Click" status:@"success" extraParam:@{@"dispatch_id": SafeString(object.dispatchId), @"consultation_record_id": SafeString(weakSelf.recordInfo[@"consultation_record_id"])}];
} failBlock:^(NSString *message) {
[GMVideoPhobos consultation_traceWithActionStep:@"Consultation.Dispatch.JoinButton.Click" status:@"failed" extraParam:@{@"dispatch_id": @"", @"consultation_record_id": @""}];
[GMVideoPhobos consultation_traceWithActionStep:@"Consultation.Dispatch.JoinButton.Click" status:@"failed" extraParam:@{@"dispatch_id": SafeString(object.dispatchId), @"consultation_record_id": @""}];
// 2.抢单失败后关闭「抢单loading」页,并toast提示,按钮置灰
[weakSelf toast:message];
[weakSelf.loadingView hide];
......
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