| | |
| | | import com.java110.core.client.RestTemplate; |
| | | import com.java110.core.factory.WechatFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import com.java110.dto.businessDatabus.CustomBusinessDatabusDto; |
| | | import com.java110.dto.data.DatabusDataDto; |
| | | import com.java110.dto.machine.CarInoutDto; |
| | | import com.java110.dto.machine.MachineDto; |
| | | import com.java110.dto.smallWeChat.SmallWeChatDto; |
| | | import com.java110.dto.smallWeChat.TemplateDataDto; |
| | | import com.java110.dto.smallWechatAttr.SmallWechatAttrDto; |
| | | import com.java110.dto.tempCarFeeConfig.TempCarPayOrderDto; |
| | | import com.java110.entity.order.Business; |
| | | import com.java110.dto.wechat.SmallWeChatDto; |
| | | import com.java110.dto.wechat.TemplateDataDto; |
| | | import com.java110.dto.wechat.SmallWechatAttrDto; |
| | | import com.java110.dto.fee.TempCarPayOrderDto; |
| | | import com.java110.dto.system.Business; |
| | | import com.java110.intf.store.ISmallWeChatInnerServiceSMO; |
| | | import com.java110.intf.store.ISmallWechatAttrInnerServiceSMO; |
| | | import com.java110.job.adapt.hcIot.GetToken; |
| | | import com.java110.job.adapt.payment.notice.MachinePaymentNoticeAdapt; |
| | | import com.java110.utils.util.StringUtil; |
| | | import com.java110.vo.ResultVo; |
| | | import org.slf4j.Logger; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | |
| | | |
| | | /** |
| | | * 修改在场车辆车牌号 |
| | | * |
| | | * @param reqJson |
| | | * @return |
| | | */ |
| | | @Override |
| | | public ResultVo tempCarAuth(JSONObject reqJson) { |
| | | return new ResultVo(ResultVo.CODE_OK, ResultVo.MSG_OK); |
| | | } |
| | | |
| | | /** |
| | | * 查询待审核车辆 |
| | | * |
| | | * @param reqJson |
| | | * @return |
| | | */ |
| | | @Override |
| | | public ResultVo getTempCarAuths(JSONObject reqJson) { |
| | | return new ResultVo(ResultVo.CODE_OK, ResultVo.MSG_OK); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * 查询 临时车待支付订单 |
| | | * |
| | | * @param tempCarPayOrderDto |
| | |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 手工 送数据 |
| | | * |
| | | * @param customBusinessDatabusDto |
| | | */ |
| | | public void customExchange(CustomBusinessDatabusDto customBusinessDatabusDto) { |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 查询模板信息 |