|
|
@@ -136,7 +136,7 @@ public class DomainOrderController extends BaseController {
|
|
|
|
|
|
//添加超链collectionId
|
|
|
@PostMapping("/addHyperLinkWithId")
|
|
|
- public void addHyperLinkWhitId(@RequestParam Long assetId, @RequestParam("openHyperLink") boolean openHyperLink,
|
|
|
+ public void addHyperLinkWhitId(@RequestParam("assetId") Long assetId, @RequestParam("openHyperLink") boolean openHyperLink,
|
|
|
@RequestParam("hyperLinkType") HyperLinkType hyperLinkType,
|
|
|
@RequestParam("address") String address,
|
|
|
@RequestParam("publicCollectionId") Long publicCollectionId) {
|