Browse Source

调整复打代码

dujj 2 years ago
parent
commit
51f6e80c98
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Demo/Demo/Core/CloudPrint.cs

+ 1 - 2
Demo/Demo/Core/CloudPrint.cs

@@ -125,7 +125,7 @@ public static class CloudPrint
             {
             {
                 msg = "body参数错误";
                 msg = "body参数错误";
             }
             }
-            if (HttpUtils.doPostForm(ApiInfoConstant.ELECTRONIC_ORDER_PIC_URL, request, out data, out errorStr))
+            if (HttpUtils.doPostForm(ApiInfoConstant.NEW_TEMPLATE_URL, request, out data, out errorStr))
             {
             {
                 code = 1;
                 code = 1;
                 msg = "操作成功";
                 msg = "操作成功";
@@ -134,7 +134,6 @@ public static class CloudPrint
             {
             {
                 msg = errorStr;
                 msg = errorStr;
             }
             }
-            return "";
         }
         }
         catch (System.Exception ex)
         catch (System.Exception ex)
         {
         {