|
@@ -451,6 +451,7 @@ public class CommonController extends BaseController {
|
|
|
@ApiOperation("旧系统获取商品学习中心路径")
|
|
|
@PostMapping("common/get/goods/studyUrl")
|
|
|
public AjaxResult getGoodsStudyUrl(@RequestBody GoodsStudyUrlBo bo) {
|
|
|
+
|
|
|
if (!ToolsUtils.checkSignFromOldSys(bo.getStamp().toString(), bo.getSign())) {
|
|
|
return AjaxResult.error("签名错误");
|
|
|
}
|