集成AI软著商城接口

This commit is contained in:
1215525055@qq.com 2025-02-12 15:10:32 +08:00
parent 125a058d43
commit 1667c6068d
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ public class AiShopController extends DefaultBaseController {
@ApiOperation(value = "著作权信息审核", notes = "著作权信息审核接口") @ApiOperation(value = "著作权信息审核", notes = "著作权信息审核接口")
@ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)}) @ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)})
@PutMapping("check") @PutMapping("goods/check")
public SuccessResult check(@RequestBody GoodslogVO goodsLogVO) { public SuccessResult check(@RequestBody GoodslogVO goodsLogVO) {
remoteAiShopSerivceImpl.saveCheck(goodsLogVO); remoteAiShopSerivceImpl.saveCheck(goodsLogVO);
return new SuccessResult(); return new SuccessResult();

View File

@ -70,7 +70,7 @@ public interface IRemoteAiShopApi {
@RemotePathParams("dataId") String dataId); @RemotePathParams("dataId") String dataId);
@RemotePutMethod("resource/goods/check") @RemotePutMethod("resource/goods/check")
void saveCheck(@RemoteServerParams String serverPath, SuccessResult saveCheck(@RemoteServerParams String serverPath,
@RemoteQueryParams("access_token") String accessToken, @RemoteQueryParams("access_token") String accessToken,
@RemoteJsonBodyParams GoodslogVO goodsLogVO); @RemoteJsonBodyParams GoodslogVO goodsLogVO);

View File

@ -37,7 +37,7 @@
map.enableContinuousZoom(); map.enableContinuousZoom();
function doSearch(){ function doSearch(){
if (!document.getElementById('city').value) { if (!document.getElementById('city').value) {
alert(lang.cityMsg); remoteAiShopSerivceImpl(lang.cityMsg);
return; return;
} }
var search = new BMap.LocalSearch(document.getElementById('city').value, { var search = new BMap.LocalSearch(document.getElementById('city').value, {