Commit 3ca8faf8 authored by 黄奎's avatar 黄奎

页面修改

parent 69e4f346
......@@ -501,6 +501,8 @@ namespace Edu.WebApi.Controllers.Course
/// 退课协议学员签字
/// </summary>
/// <returns></returns>
[AllowAnonymous]
[HttpPost]
public ApiResult SetBackClassProtocolSign()
{
int Id = base.ParmJObj.GetInt("Id");
......@@ -528,10 +530,7 @@ namespace Edu.WebApi.Controllers.Course
public ApiResult CreateWeChatCode()
{
string url = base.ParmJObj.GetStringValue("url");
if (string.IsNullOrEmpty(url))
{
url = "/pages/index/index";
}
var newUrl = "/pages/webbox/webbox?url="+url;
int width = base.ParmJObj.GetInt("width");
if (width <= 0)
{
......
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