|
@@ -202,7 +202,7 @@ void CustMngrAuthServerSession::Handle_QueryAuthorInfo(SpReqAnsContext<CustMngrA
|
|
|
{
|
|
|
LOG_FUNCTION();
|
|
|
DbgToBeidou(ctx->link, __FUNCTION__)();
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, ctx->link.checkEmpty() ? LOG_TYPE_SYSTEM : LOG_TYPE_USER).setAPI(__FUNCTION__)("TimeLimit:%d, WayofFinger:%d, WayofKey:%d",
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, ctx->link.checkEmpty() ? LOG_TYPE_SYSTEM : LOG_TYPE_USER).setAPI(__FUNCTION__)("Invoke QueryAuthorInfo TimeLimit:%d, WayofFinger:%d, WayofKey:%d",
|
|
|
ctx->Req.TimeLimit, ctx->Req.WayofFinger, ctx->Req.WayofKey);
|
|
|
if (ctx->Req.WayofFinger != 1) {
|
|
|
ctx->Answer(Error_Param);//uos中只通过指纹授权
|