mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-21 10:59:46 +08:00
可以正常发起流程
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
if (data.Code != 500) {
|
||||
$("#FrmContentData").val(data.Result.ContentData);
|
||||
$("#FrmContentParse").val(data.Result.ContentParse);
|
||||
$("#frmPreview").html(data.Result.Content);
|
||||
$("#frmPreview").html(data.Result.Html);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user