Commit 63728d03 authored by solho's avatar solho

訊息修改

parent 42ddb880
...@@ -190,7 +190,7 @@ namespace WebAPI.Controllers ...@@ -190,7 +190,7 @@ namespace WebAPI.Controllers
response.Code = "1"; response.Code = "1";
string JSONString = string.Empty; string JSONString = string.Empty;
JSONString = JsonConvert.SerializeObject(dt); JSONString = JsonConvert.SerializeObject(dt);
response.Msg = "確認完畢"; response.Msg = "結算完畢";
} }
} }
catch (Exception e) catch (Exception e)
......
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