集成AI软著商城接口
This commit is contained in:
parent
125a058d43
commit
1667c6068d
@ -125,7 +125,7 @@ public class AiShopController extends DefaultBaseController {
|
||||
|
||||
@ApiOperation(value = "著作权信息审核", notes = "著作权信息审核接口")
|
||||
@ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)})
|
||||
@PutMapping("check")
|
||||
@PutMapping("goods/check")
|
||||
public SuccessResult check(@RequestBody GoodslogVO goodsLogVO) {
|
||||
remoteAiShopSerivceImpl.saveCheck(goodsLogVO);
|
||||
return new SuccessResult();
|
||||
|
@ -70,7 +70,7 @@ public interface IRemoteAiShopApi {
|
||||
@RemotePathParams("dataId") String dataId);
|
||||
|
||||
@RemotePutMethod("resource/goods/check")
|
||||
void saveCheck(@RemoteServerParams String serverPath,
|
||||
SuccessResult saveCheck(@RemoteServerParams String serverPath,
|
||||
@RemoteQueryParams("access_token") String accessToken,
|
||||
@RemoteJsonBodyParams GoodslogVO goodsLogVO);
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
map.enableContinuousZoom();
|
||||
function doSearch(){
|
||||
if (!document.getElementById('city').value) {
|
||||
alert(lang.cityMsg);
|
||||
remoteAiShopSerivceImpl(lang.cityMsg);
|
||||
return;
|
||||
}
|
||||
var search = new BMap.LocalSearch(document.getElementById('city').value, {
|
||||
|
Loading…
Reference in New Issue
Block a user