|
|
@@ -6,15 +6,15 @@ package com.xzjmyk.pm.activity.wxapi;
|
|
|
* 在ApiModel中定义公共逻辑方法
|
|
|
*/
|
|
|
public class ApiPlatform extends ApiBase implements ApiModel {
|
|
|
-
|
|
|
-// private final String mBaseUrl="http://uas.ubtob.com/";
|
|
|
+//
|
|
|
+ //private final String mBaseUrl="http://uas.ubtob.com/";
|
|
|
private final String mBaseUrl = "http://218.17.158.219:9090/platform-b2b/"; //测试ip
|
|
|
// private final String mBaseUrl = "http://192.168.253.102:8090/platform-b2b/"; //董必伟本地ip
|
|
|
// private final String mBaseUrl = "http://192.168.253.192:8088/platform-b2b/"; //何本地ip
|
|
|
|
|
|
private String url_login_test="https://uas.ubtob.com/sso/login";
|
|
|
- //private String url_login_test = "http://113.105.74.135:8001/sso/login";
|
|
|
- private String url_login_formal = "https://account.ubtob.com/sso/login";
|
|
|
+ // private String url_login_test = "http://113.105.74.135:8001/sso/login";
|
|
|
+ // private String url_login_formal = "https://account.ubtob.com/sso/login";
|
|
|
|
|
|
private String OBTAIN_ANNOUNCE_URL = mBaseUrl + "/bulletinCenter/getAllbulletins?pageNumber=1&pageSize=10&enuu=10030994";
|
|
|
private String PUNCH_ADDRESS_URL = mBaseUrl + "/clockAddress/getSignCardAddress?enuu=10030994";
|