diff --git a/config.go b/config.go index 5bd6f0d..74937e1 100644 --- a/config.go +++ b/config.go @@ -17,7 +17,8 @@ type AppConfig struct { UrlCallBack string `json:UrlCallBack` } `json:Rpn` LeanWork struct { - MD5Key string `json:MD5Key` + MD5P2P string `json:MD5P2P` + MD5FAT string `json:MD5FA5` } `json:LeanWork` DB struct { Driver string `json:Driver` diff --git a/config.json b/config.json index 2d55508..b60e52a 100644 --- a/config.json +++ b/config.json @@ -8,9 +8,8 @@ "UrlCallBack": "http://rpn.supertraderfx.ayvwd8em49pvoa3g.com/rpn_notify" }, "LeanWork": { - "MD5Key": "492815086935204", - "MD5P2P": "370296119874502", - "MD5FAT": "207841502473198" + "MD5P2P": "492815086935204", + "MD5FAT": "769453271365940" }, "DB": { "Driver": "mysql", diff --git a/config.test.json b/config.test.json index c912759..400ed25 100644 --- a/config.test.json +++ b/config.test.json @@ -8,10 +8,8 @@ "UrlCallBack": "http://debug.biukop.com:8080/rpn_notify" }, "LeanWork": { - "MD5KEY2": "370296119874502", - "MD5Key": "492815086935204", - "MD5P2P": "370296119874502", - "MD5FAT": "207841502473198" + "MD5P2P": "492815086935204", + "MD5FAT": "769453271365940" }, "DB": { "Driver": "mysql",