This commit is contained in:
linfso 2024-05-09 20:41:05 +08:00
parent 3c5dae38fd
commit 01f4319092
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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="";