Commit 8bfc9c05 by wangxu

commit

parent 20cd98c1
...@@ -2,14 +2,10 @@ package com.thinkgem.jeesite.modules.pay.juhezhong.service; ...@@ -2,14 +2,10 @@ package com.thinkgem.jeesite.modules.pay.juhezhong.service;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.thinkgem.jeesite.common.constant.ComCode; import com.thinkgem.jeesite.common.constant.ComCode;
import com.thinkgem.jeesite.common.utils.IdGen;
import com.thinkgem.jeesite.modules.pay.juhezhong.dto.CommonDto; import com.thinkgem.jeesite.modules.pay.juhezhong.dto.CommonDto;
import com.thinkgem.jeesite.modules.pay.juhezhong.dto.MerchantDto;
import com.thinkgem.jeesite.modules.pay.juhezhong.dto.MerchantsEntering;
import com.thinkgem.jeesite.modules.pay.juhezhong.utils.Bean2Map; import com.thinkgem.jeesite.modules.pay.juhezhong.utils.Bean2Map;
import com.thinkgem.jeesite.modules.pay.juhezhong.utils.SignUtils;
import com.thinkgem.jeesite.modules.pay.juhezhong.utils.HttpUtil; import com.thinkgem.jeesite.modules.pay.juhezhong.utils.HttpUtil;
import com.thinkgem.jeesite.modules.pay.juhezhong.utils.*; import com.thinkgem.jeesite.modules.pay.juhezhong.utils.SignUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Lazy; import org.springframework.context.annotation.Lazy;
...@@ -19,7 +15,7 @@ import org.springframework.transaction.annotation.Transactional; ...@@ -19,7 +15,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.util.Map; import java.util.Map;
/** /**
* 积分快捷支付 接口文档:https://github.com/juhezhong/JfQuickDemo * HL3积分快捷支付 接口文档:https://github.com/juhezhong/JfQuickDemo
*/ */
@Service @Service
@Lazy(false) @Lazy(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment