|
|
|
@ -896,6 +896,7 @@ public class StoreEmployeeService {
|
|
|
|
|
params.put("state", state);
|
|
|
|
|
String message = HttpClientUtil.httpPost(cancelQrCode + MD5FileUtil.getMD5String("BOSIDENG" + sdf.format(new Date())), JSONObject.toJSONString(params)).getMessage();
|
|
|
|
|
JSONObject qrCodeJson = JSONObject.parseObject(message);
|
|
|
|
|
log.error("cancelQrCodeFromBSD" + message);
|
|
|
|
|
BsdShareCodeResponse bsdResponse = qrCodeJson.toJavaObject(BsdShareCodeResponse.class);
|
|
|
|
|
if (null == bsdResponse) {
|
|
|
|
|
return false;
|
|
|
|
|