Browse Source

修复关闭订单的一个bug

张洋 6 năm trước cách đây
mục cha
commit
fc74945c5d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      zhipuzi_pay_plugin/wnd/CShoukuanWnd.cpp

+ 1 - 1
zhipuzi_pay_plugin/wnd/CShoukuanWnd.cpp

@@ -849,7 +849,7 @@ void CShoukuanWnd::HandleCancelShoukuan()
 
 	std::string response;
 
-	std::string url = "saomashoukuan/closeorder";
+	std::string url = "/saomashoukuan/closeorder";
 	bool ret = CZhipuziHttpClient::Request(url.c_str(), params, response);
 	if (ret == false)
 	{