| | |
| | | import com.java110.core.factory.WechatFactory; |
| | | import com.java110.dto.fee.FeeDto; |
| | | import com.java110.dto.smallWeChat.SmallWeChatDto; |
| | | import com.java110.dto.tempCarFeeConfig.TempCarPayOrderDto; |
| | | import com.java110.utils.cache.CommonCache; |
| | | import com.java110.utils.constant.CommonConstant; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | |
| | | import com.java110.utils.util.PayUtil; |
| | | import com.java110.utils.util.StringUtil; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.HttpMethod; |
| | | import org.springframework.http.HttpStatus; |
| | |
| | | //查询用户ID |
| | | JSONObject paramIn = new JSONObject(); |
| | | paramIn.put("oId", orderId); |
| | | paramIn.put("payType", TempCarPayOrderDto.PAY_TYPE_WECHAT); |
| | | String url = "tempCarFee.notifyTempCarFeeOrder"; |
| | | /** |
| | | * postParameters.put("carNum", tempCarPayOrderDto.getCarNum()); |