|
|
@@ -21,7 +21,6 @@ import io.swagger.annotations.ApiOperation;
|
|
|
import jodd.util.StringUtil;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.apache.commons.lang3.time.DateFormatUtils;
|
|
|
-import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
@@ -55,9 +54,6 @@ public class IposFeignController extends BaseFeignController {
|
|
|
@Resource
|
|
|
private ISplitService splitService;
|
|
|
|
|
|
- @Value("${pay.field.split}")
|
|
|
- private String split;
|
|
|
-
|
|
|
@ApiOperation(value = "第三方支付信息")
|
|
|
@RequestMapping(value = "/returnPay", method = RequestMethod.POST)
|
|
|
@ResponseBody
|