|
|
@@ -289,6 +289,7 @@ public class MobileController extends Controller{
|
|
|
if(code.length() ==14){//易码
|
|
|
try{
|
|
|
isThird = true;
|
|
|
+ cuan = true;
|
|
|
String jsonData = HttpKit.get("http://saas.ymbs.com.cn/ccn/sk-warehouse-out/scanCode/"+code);
|
|
|
JSONObject parseObject = JSONObject.parseObject(jsonData);
|
|
|
|
|
|
@@ -330,6 +331,7 @@ public class MobileController extends Controller{
|
|
|
}else if(code.length() == 21 || code.length() == 5){
|
|
|
try{
|
|
|
isThird = true;
|
|
|
+ cuan = true;
|
|
|
Map<String,String> header =new HashMap<String,String>();
|
|
|
header.put("content-type", "application/json;charset=UTF-8");
|
|
|
JSONObject obj = new JSONObject();
|