Commit f2e3fdf7 authored by 陈前's avatar 陈前

打印

parent 50a6fe90
......@@ -11,6 +11,7 @@ import com.xingdata.api.print.entity.BaseOrderPrint;
import com.xingdata.zzdpos.C;
import com.xingdata.zzdpos.base.BaseBean;
import com.xingdata.zzdpos.base.BaseModel;
import com.xingdata.zzdpos.ui.login.LoginPresenter;
import com.xingdata.zzdpos.util.ConvertUtil;
import java.util.ArrayList;
......@@ -1008,7 +1009,7 @@ public class Saleorder extends SectionEntity<MediaStore.Video> implements BaseMo
@Override
public String getDRAW_URL() {
return null;
return "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx552cf715dd0107d0&redirect_uri=http://demo.51zzd.cn/wx&response_type=code&scope=snsapi_base&state=4" + LoginPresenter.loginReturnBean.getShopMapId() + "#wechat_redirect";
}
@Override
......
......@@ -15,6 +15,7 @@ import com.xingdata.zzdpos.model.Saledetail;
import com.xingdata.zzdpos.model.Saleorder;
import com.xingdata.zzdpos.model.Ticket;
import com.xingdata.zzdpos.model.Vip;
import com.xingdata.zzdpos.ui.login.LoginPresenter;
import com.xingdata.zzdpos.ui.main.MainActivity;
import com.xingdata.zzdpos.ui.main.MainPresenter;
......
......@@ -57,7 +57,7 @@ public final class SystemUtil {
e.printStackTrace();
}
}
return "test2019";
return "test2018";
// return deviceSN;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment