test
This commit is contained in:
parent
16e7f989a0
commit
8ab75b21bd
1 changed files with 4 additions and 1 deletions
|
@ -62,8 +62,11 @@ public class PostRequest {
|
||||||
|
|
||||||
|
|
||||||
protected void onPostExecute(String result) {
|
protected void onPostExecute(String result) {
|
||||||
|
Log.i("POST", Encryption.aesDecrypt(
|
||||||
|
result
|
||||||
|
));
|
||||||
try {
|
try {
|
||||||
Log.i("POST", result);
|
|
||||||
callback.onPostResponse((new JSONObject(
|
callback.onPostResponse((new JSONObject(
|
||||||
Encryption.aesDecrypt(
|
Encryption.aesDecrypt(
|
||||||
result
|
result
|
||||||
|
|
Loading…
Add table
Reference in a new issue