Parcourir la source

api图片报错修改

中职版本
liangkun il y a 4 ans
Parent
révision
c09de3b1f6
4 fichiers modifiés avec 1056 ajouts et 1175 suppressions
  1. +5
    -2
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TaiGang/TUserApi.cs
  2. BIN
      Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/images/QQ图片20170505140705.png
  3. +490
    -542
      Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/manifest.json
  4. +561
    -631
      Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/教师端2.0/manifest.json

+ 5
- 2
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TaiGang/TUserApi.cs Voir le fichier

@@ -283,8 +283,11 @@ namespace Learun.Application.WebApi
var photo = "";
if (company.F_Photo != null)
{
photo = annexesFileIBLL.GetEntityByFolderId(company.F_Photo).F_FilePath;
photo = "/" + photo.Substring(photo.IndexOf("Resource"));
photo = annexesFileIBLL.GetEntityByFolderId(company.F_Photo)?.F_FilePath;
if (!string.IsNullOrEmpty(photo))
{
photo = "/" + photo.Substring(photo.IndexOf("Resource"));
}
}
result.Add(new
{


BIN
Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/images/QQ图片20170505140705.png Voir le fichier

Avant Après
Largeur: 1024  |  Hauteur: 1024  |  Taille: 281 KiB

+ 490
- 542
Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/manifest.json
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 561
- 631
Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/教师端2.0/manifest.json
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


Chargement…
Annuler
Enregistrer