| | |
| | | import android.widget.TextView; |
| | | import android.widget.Toast; |
| | | |
| | | import com.tejia.lijin.app.ShoppingApplication; |
| | | import com.tejia.lijin.app.util.user.UserUtil; |
| | | import com.wpc.library.util.common.StringUtils; |
| | | import com.tejia.lijin.app.BasicTextHttpResponseHandler; |
| | | import com.tejia.lijin.app.R; |
| | |
| | | } |
| | | |
| | | private void unbindPhone(String phone) { |
| | | String uid = getSharedPreferences("user", MODE_PRIVATE).getString("uid", "0"); |
| | | Long uid = UserUtil.getUid(ShoppingApplication.application); |
| | | |
| | | ShoppingApi.unbindPhone(this, uid, phone, new BasicTextHttpResponseHandler() { |
| | | @Override |