|
@@ -109,8 +109,8 @@ func TestNetWorkList(t *testing.T) {
|
|
func TestAllProject(t *testing.T) {
|
|
func TestAllProject(t *testing.T) {
|
|
InitConf()
|
|
InitConf()
|
|
res := Network.AllProject(&types.AllprojectReq{
|
|
res := Network.AllProject(&types.AllprojectReq{
|
|
- EntAccountId: 64,
|
|
|
|
- PositionId: 935,
|
|
|
|
|
|
+ EntAccountId: 900824,
|
|
|
|
+ PositionId: 1205621877,
|
|
//PositionId: 1205591997, //刘苗
|
|
//PositionId: 1205591997, //刘苗
|
|
//PositionId: 1205592003,//刘亚丽
|
|
//PositionId: 1205592003,//刘亚丽
|
|
//Id: "009c313ef8e740e59d57432aea777102",
|
|
//Id: "009c313ef8e740e59d57432aea777102",
|
|
@@ -170,3 +170,8 @@ func TestInitNetwork(t *testing.T) {
|
|
}
|
|
}
|
|
inw.Init()
|
|
inw.Init()
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+func TestDeleteCache(t *testing.T) {
|
|
|
|
+ InitConf()
|
|
|
|
+ Network.DeleteCache(935)
|
|
|
|
+}
|