md
This commit is contained in:
parent
3c5dae38fd
commit
01f4319092
@ -93,8 +93,8 @@ public class EmisCommonController extends BaseController
|
||||
/**
|
||||
* 获取解析地址
|
||||
*/
|
||||
@RequestMapping(value = "/getEmpExclusiveService")
|
||||
public AjaxResult getEmpExclusiveService(String customerCode,String empNo)
|
||||
@RequestMapping(value = "/getEmpSpecialService")
|
||||
public AjaxResult getEmpSpecialService(String empCode)
|
||||
{
|
||||
try {
|
||||
// #小程序://探路速运/Nt29PF2JBvBkf2w
|
||||
|
||||
@ -101,10 +101,11 @@ public class EmisStaffController extends BaseController
|
||||
|
||||
try {
|
||||
if(size == null){
|
||||
size=128;
|
||||
size=300;
|
||||
}
|
||||
String empCode=getLoginUser().getUser().getEmpCode();
|
||||
String text="#小程序://探路速运/Nt29PF2JBvBkf2w?empCode="+empCode;
|
||||
// String text="#小程序://探路速运/Nt29PF2JBvBkf2w?empCode="+empCode;
|
||||
String text="https://api.emis.tanex56.com/api/bizsvr/emis/common/getSpecialService?empCode="+empCode;
|
||||
text = URLDecoder.decode(text, "UTF-8");
|
||||
String url=text;
|
||||
String showText="";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user