|
|
|
|
|
|
|
|
import com.huntersun.vkyes.etcopencard.project.dialog.ConfirmDialog; |
|
|
import com.huntersun.vkyes.etcopencard.project.dialog.ConfirmDialog; |
|
|
import com.huntersun.vkyes.etcopencard.project.dialog.MenuMailDialog; |
|
|
import com.huntersun.vkyes.etcopencard.project.dialog.MenuMailDialog; |
|
|
import com.huntersun.vkyes.etcopencard.project.dialog.ReasonListDialog; |
|
|
import com.huntersun.vkyes.etcopencard.project.dialog.ReasonListDialog; |
|
|
|
|
|
import com.huntersun.vkyes.etcopencard.project.tool.MyShared; |
|
|
import com.huntersun.vkyes.etcopencard.project.ui.activity.order.EditOrderAddrActivity; |
|
|
import com.huntersun.vkyes.etcopencard.project.ui.activity.order.EditOrderAddrActivity; |
|
|
import com.huntersun.vkyes.etcopencard.project.utils.Constants; |
|
|
import com.huntersun.vkyes.etcopencard.project.utils.Constants; |
|
|
import com.huntersun.vkyes.etcopencard.project.utils.FunHelper; |
|
|
import com.huntersun.vkyes.etcopencard.project.utils.FunHelper; |
|
|
|
|
|
|
|
|
params.put("region", FunHelper.getText(binding.tvArea)); |
|
|
params.put("region", FunHelper.getText(binding.tvArea)); |
|
|
params.put("postalCode", FunHelper.getText(binding.etPostCard)); |
|
|
params.put("postalCode", FunHelper.getText(binding.etPostCard)); |
|
|
params.put("applyRes", FunHelper.isEmpty(FunHelper.getText(binding.etReason)) ? FunHelper.getText(binding.tvReason) : FunHelper.getText(binding.etReason)); |
|
|
params.put("applyRes", FunHelper.isEmpty(FunHelper.getText(binding.etReason)) ? FunHelper.getText(binding.tvReason) : FunHelper.getText(binding.etReason)); |
|
|
|
|
|
|
|
|
|
|
|
params.put("agentId", "52010106004"); |
|
|
|
|
|
params.put("channelId", "5201010200601130001"); |
|
|
|
|
|
params.put("channelType", "1"); |
|
|
|
|
|
params.put("terminalId", "999999999999"); |
|
|
|
|
|
params.put("TerminalId", "999999999999"); |
|
|
|
|
|
params.put("staffId", (String) MyShared.getInstance().get(MyShared.OPENID, "")); |
|
|
MyRetrofit.newInstance(IFCode.IFCODE887, params, new MyRetrofit.ReturnResult() { |
|
|
MyRetrofit.newInstance(IFCode.IFCODE887, params, new MyRetrofit.ReturnResult() { |
|
|
@Override |
|
|
@Override |
|
|
public void onSuccess(ResultBean resultBean, ResultBean.BizContent bizContent) { |
|
|
public void onSuccess(ResultBean resultBean, ResultBean.BizContent bizContent) { |