|
|
@@ -29,6 +29,7 @@ import org.slf4j.Logger; |
|
|
import org.slf4j.LoggerFactory; |
|
|
import org.slf4j.LoggerFactory; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.http.MediaType; |
|
|
import org.springframework.http.MediaType; |
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
import org.springframework.web.bind.annotation.PathVariable; |
|
|
import org.springframework.web.bind.annotation.PathVariable; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
@@ -123,7 +124,7 @@ public class WxPayBillController extends BaseController { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@PostMapping(value = "/jianhang/paid/{tenantId}") |
|
|
|
|
|
|
|
|
@RequestMapping(value = "/jianhang/paid/{tenantId}") |
|
|
public String jianhangPaidCallback(@PathVariable String tenantId,HttpServletRequest request) { |
|
|
public String jianhangPaidCallback(@PathVariable String tenantId,HttpServletRequest request) { |
|
|
try { |
|
|
try { |
|
|
EnumBillPayWay payWay = null; |
|
|
EnumBillPayWay payWay = null; |
|
|
|