소스 검색

调整复打代码

dujj 2 년 전
부모
커밋
51f6e80c98
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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参数错误";
             }
-            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;
                 msg = "操作成功";
@@ -134,7 +134,6 @@ public static class CloudPrint
             {
                 msg = errorStr;
             }
-            return "";
         }
         catch (System.Exception ex)
         {