Commit cb197ade by pye52

Merge branch 'develop'

parents 5d29ef61 61d4b049
......@@ -41,7 +41,7 @@ android {
tes {
dimension "smart_canteen"
buildConfigField "String", "MainWebSocketServerUrl", '"wss://diningservicetest.bgy.com.cn/websocket/%s/V%s"'
buildConfigField "String", "MainHttpServerHost", '"https://diningbacktest.bgy.com.cn"'
buildConfigField "String", "MainHttpServerHost", '"https://diningservicetest.bgy.com.cn"'
}
uat {
dimension "smart_canteen"
......@@ -51,7 +51,7 @@ android {
pro {
dimension "smart_canteen"
buildConfigField "String", "MainWebSocketServerUrl", '"wss://diningservice.bgy.com.cn/websocket/%s/V%s"'
buildConfigField "String", "MainHttpServerHost", '"https://diningback.bgy.com.cn"'
buildConfigField "String", "MainHttpServerHost", '"https://diningservice.bgy.com.cn"'
}
pro_cloud {
dimension "smart_canteen"
......
......@@ -12,6 +12,6 @@ public interface SCApi {
* @param file 要上传的日志文件
*/
@Multipart
@POST("upload")
@POST("open/upload")
Call<String> upload(@Part MultipartBody.Part file);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment