Commit 86977bdd authored by liqin's avatar liqin 💬

bug fixed

parent 50fd5776
...@@ -689,7 +689,7 @@ public class ChinaMobileRestApiController extends BaseController { ...@@ -689,7 +689,7 @@ public class ChinaMobileRestApiController extends BaseController {
IPage<Asset> page = this.learningContentBoardService.getAssetPageByOrganCode(getPage(), orgCode); IPage<Asset> page = this.learningContentBoardService.getAssetPageByOrganCode(getPage(), orgCode);
return getResult(page); return getResult(page);
} }
return getFailResult("400", "用户未登录"); return getFailResult("1109", "账号认证失败");
} }
@ApiOperation(value = "app最新版本查询") @ApiOperation(value = "app最新版本查询")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment