改成post
This commit is contained in:
parent
29162d1e77
commit
5034c99ee0
@ -79,7 +79,7 @@ public interface InsideMessageModuleApi {
|
||||
* @param dtoList
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/sync/module/data")
|
||||
@PostMapping ("/sync/module/data")
|
||||
CommonResponse<Void> syncData(@RequestBody List<SyncModuleDataReq> dtoList);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user