Commit d416f6c7 authored by Administrator's avatar Administrator

创建项目

parent 2265a9ed
......@@ -40,6 +40,8 @@ public class TransactionController extends BusinessController {
@PostMapping("/pay/callback/wx/{chanId}")
public ResponseEntity pay(@PathVariable("chanId") String chanId, @RequestBody Map request) throws Exception {
logger.info(request.toString());
DictionaryItemDTO dict = DictionaryViewer.get(DICT_TYPE_PAY, DICT_CODE_WXP);
if (dict == null) {
throw new ProfileException("Configuration not found in dictionary : {}; {}; {}; {};", DICT_TYPE_PAY, DICT_CODE_WXP, chanId, request);
......
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