|
|
@@ -46,7 +46,7 @@ class HttpUtil { |
|
|
|
//static const String BaseUrl = 'http://192.168.0.207:9080/';
|
|
|
|
static const String BaseUrl = 'http://120.79.107.63:9080/';
|
|
|
|
//static const String BaseUrl = 'http://192.168.0.177:9016/';
|
|
|
|
//static const String BaseUrl = 'https://datasm.chengyouhd.com/';
|
|
|
|
// static const String BaseUrl = 'https://datasm.chengyouhd.com/';
|
|
|
|
|
|
|
|
static HttpUtil _getInstance() {
|
|
|
|
if (_instance == null) {
|
|
|
@@ -1125,7 +1125,7 @@ class HttpUtil { |
|
|
|
|
|
|
|
if (msgModel.translateContent != null &&
|
|
|
|
msgModel.translateContent.length > 0) {
|
|
|
|
data['mcontent'] = base64Encode(msgModel.enTranslateContent);
|
|
|
|
data['mcontent'] = base64Encode(msgModel.translateContent);
|
|
|
|
}
|
|
|
|
|
|
|
|
Response res =
|
|
|
|