api fix
This commit is contained in:
parent
5fb123d17b
commit
9da655a3f6
|
@ -28,7 +28,7 @@ def sentMessage( query ):
|
|||
'encodingType': row[5],
|
||||
'lastactiontime': row[6],
|
||||
'status': row[7],
|
||||
'ackdata': row[8].endcode( 'hex' ),
|
||||
'ackdata': row[8].encode( 'hex' ),
|
||||
} )
|
||||
|
||||
return data
|
||||
|
@ -654,7 +654,7 @@ ackData (hex)'''
|
|||
)
|
||||
data = sentMessage( queryreturn )
|
||||
|
||||
return 200, queryreturn
|
||||
return 200, data
|
||||
|
||||
def getAllSentMessageIDs( self, *args ): # undocumented
|
||||
'''()
|
||||
|
|
Reference in New Issue
Block a user