Procházet zdrojové kódy

fix

release_toaliyun_real
winter před 1 rokem
rodič
revize
08cc700cf6
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      mallinkCallback/src/main/java/com/iformall/controller/callback/WxPayBillController.java

+ 2
- 1
mallinkCallback/src/main/java/com/iformall/controller/callback/WxPayBillController.java Zobrazit soubor

@@ -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;


Načítá se…
Zrušit
Uložit