Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -57,6 +57,9 @@ export class LiveModel { | @@ -57,6 +57,9 @@ export class LiveModel { | ||
| 57 | params['relationId'] = relationId | 57 | params['relationId'] = relationId |
| 58 | params['liveId'] = liveId | 58 | params['liveId'] = liveId |
| 59 | params['isSubscribe'] = `${isSubscribe}` | 59 | params['isSubscribe'] = `${isSubscribe}` |
| 60 | + Logger.info('relationId', relationId) | ||
| 61 | + Logger.info('liveId', liveId) | ||
| 62 | + Logger.info('isSubscribe', typeof isSubscribe) | ||
| 60 | return new Promise<ResponseDTO<string>>((success, fail) => { | 63 | return new Promise<ResponseDTO<string>>((success, fail) => { |
| 61 | HttpRequest.post<ResponseDTO<string>>( | 64 | HttpRequest.post<ResponseDTO<string>>( |
| 62 | HttpUrlUtils.getLiveAppointmentUrl(), | 65 | HttpUrlUtils.getLiveAppointmentUrl(), |
-
Please register or login to post a comment