|
|
@@ -162,7 +162,8 @@ namespace Learun.Application.WebApi.Modules |
|
|
|
stuInfoFreshIBLL.SaveFeeData(keyValue, model, list); |
|
|
|
} |
|
|
|
|
|
|
|
return Success(imgUrl); |
|
|
|
var backimgUrl = new { imgUrl }; |
|
|
|
return Success(backimgUrl); |
|
|
|
} |
|
|
|
|
|
|
|
public class JsonBean |
|
|
@@ -213,7 +214,7 @@ namespace Learun.Application.WebApi.Modules |
|
|
|
} |
|
|
|
|
|
|
|
//图片控件要显示的二维码图片路径 |
|
|
|
return QRCodeFile + "/Content/images/QRCode/" + filename + ".jpg"; |
|
|
|
return "/Content/images/QRCode/" + filename + ".jpg"; |
|
|
|
} |
|
|
|
} |
|
|
|
} |