|
@@ -46,7 +46,7 @@ public class CallbackWxPayController {
|
|
|
@ApiOperation(value="异步通知 青谷")
|
|
|
@PostMapping(value="/qinggu/{pid}")
|
|
|
public ResponseEntity.BodyBuilder qinggu(@PathVariable String pid, @RequestHeader HttpHeaders headers, HttpServletRequest request) throws Exception {
|
|
|
- if(apiService.wxNotifyDongke(pid, this.notify(headers, request))) {
|
|
|
+ if(apiService.wxNotifyQinggu(pid, this.notify(headers, request))) {
|
|
|
return ResponseEntity.ok();
|
|
|
}
|
|
|
return ResponseEntity.badRequest();
|