|
@@ -33,7 +33,7 @@ import static com.fire.dto.enums.RelationType.RELATION_SUPPLIER;
|
|
|
import static com.fire.dto.enums.ServiceType.SERVICE_ORDER_ADD;
|
|
|
|
|
|
/**
|
|
|
- * 客户查询定单状态
|
|
|
+ * 运营商回调接口
|
|
|
*
|
|
|
* @author QGC 2021年6月23日17:13:54
|
|
|
*/
|
|
@@ -84,10 +84,10 @@ public class SetCallbackServiceImpl implements SetCallbackService {
|
|
|
String sign = setCallbackParam.getSign();
|
|
|
String version1Sign = supplierAuth.version1Sign(pwd, header);
|
|
|
//校验失败
|
|
|
- if (!sign.equals(version1Sign)){
|
|
|
- log.error("orderId:"+ orderNo + ";sign校验失败");
|
|
|
- return "failed";
|
|
|
- }
|
|
|
+// if (!sign.equals(version1Sign)){
|
|
|
+// log.error("orderId:"+ orderNo + ";sign校验失败");
|
|
|
+// return "failed";
|
|
|
+// }
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
log.error("orderId:"+ orderNo , e);
|
|
@@ -176,6 +176,7 @@ public class SetCallbackServiceImpl implements SetCallbackService {
|
|
|
flowOrderInfo.setChannelId(mobileFlowDispatchRec.getChannelId());
|
|
|
flowOrderInfo.setChannelName(mobileFlowDispatchRec.getChannelName());
|
|
|
flowOrderInfo.setNote(ORDER_SUCCESS.message());
|
|
|
+ flowOrderInfo.setGwStatus(ORDER_SUCCESS.name());
|
|
|
try {
|
|
|
//订单改redis状态
|
|
|
hKey = orderId / 10000000;
|