|
@@ -9,7 +9,6 @@ import com.gree.mall.manager.bean.policy.PolicyVo;
|
|
|
import com.gree.mall.manager.exception.RemoteServiceException;
|
|
|
import com.gree.mall.manager.helper.ResponseHelper;
|
|
|
import com.gree.mall.manager.logic.SyncOrderInfoLogic;
|
|
|
-import com.gree.mall.manager.logic.policy.PolicyLogic;
|
|
|
import com.gree.mall.manager.zfire.bean.ZfireParamBean;
|
|
|
import com.gree.mall.manager.zfire.util.FieldUtils;
|
|
|
import io.swagger.annotations.Api;
|
|
@@ -38,12 +37,11 @@ public class SyncController {
|
|
|
public ResponseHelper syncGuang(
|
|
|
|
|
|
) throws ParseException {
|
|
|
- syncOrderInfoLogic.syncGuang();
|
|
|
+ syncOrderInfoLogic.syncGuang();
|
|
|
return ResponseHelper.success();
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
@PostMapping("/syncDetail")
|
|
|
@ApiOperation("同步订单详情")
|
|
|
public ResponseHelper syncDetail(
|