代码说明

This commit is contained in:
lijiazhuo
2025-11-28 15:29:34 +08:00
parent ce92a3ed66
commit def010102a
5 changed files with 33 additions and 24 deletions

View File

@ -15,6 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
@Slf4j
@Async
public class AppController {
//app的法大大合同
@PostMapping("/dpapp")
public String qianzhangdp(@RequestBody JSONObject signature) throws Exception {
JSONObject data = signature.getJSONObject("data");