集成AI软著商城接口
This commit is contained in:
parent
125a058d43
commit
1667c6068d
@ -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();
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
@ -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, {
|
||||||
|
Loading…
Reference in New Issue
Block a user