|
|
@@ -15,9 +15,9 @@ CZhipuziHttpClient::CZhipuziHttpClient()
|
|
|
|
|
|
if (m_env == DEV)
|
|
|
{
|
|
|
- m_pingtai_url = "https://pf-api-dev3.zhipuzi.com/seller";
|
|
|
- m_canyin_yewu_url = "https://cyapi-dev3.zhipuzi.com/seller";
|
|
|
- m_lingshou_yewu_url = "https://lsapi-dev3.zhipuzi.com/seller";
|
|
|
+ m_pingtai_url = "https://pf-api-dev.zhipuzi.com/seller";
|
|
|
+ m_canyin_yewu_url = "https://cyapi-dev.zhipuzi.com/seller";
|
|
|
+ m_lingshou_yewu_url = "https://lsapi-dev.zhipuzi.com/seller";
|
|
|
}
|
|
|
else if (m_env == TEST)
|
|
|
{
|