Forráskód Böngészése

修复关闭订单的一个bug

张洋 5 éve
szülő
commit
fc74945c5d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)
 	{