二期c++接口

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by Heng Well

Revision:
14:59412fcf8fa2
Parent:
13:e77c7ae3a285
Child:
15:7b56d49392be
--- a/main.cpp	Thu May 17 13:36:46 2018 +0000
+++ b/main.cpp	Wed May 23 02:40:40 2018 +0000
@@ -188,9 +188,13 @@
 
 int sd_wallet()
 {
+    
     string strJson = "";
+    cout<<"sd_wallet func"<<endl;
     Account act;
+    cout<<"act.getWallet()...begin"<<endl;
     strJson = act.getWallet ();
+    cout<<"act.getWallet()...end"<<endl;
     cout << "Extract json content from http message:"<<strJson.c_str() << endl;
     if (strJson.empty())
     {