代码说明
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user